From 28ea9521fe2cd3a3fa4e187e3571ac886f444671 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 20 Apr 2000 02:13:01 +0000 Subject: [PATCH] Match space at start of file name, not end. --- ld/ChangeLog | 4 ++++ ld/dep-in.sed | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index d567f001c46..5d89c59b01f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-04-19 Alan Modra + + * dep-in.sed: Match space at start of file name, not at end. + 2000-04-18 H.J. Lu * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call diff --git a/ld/dep-in.sed b/ld/dep-in.sed index 8c80eb06a20..89b120147bd 100644 --- a/ld/dep-in.sed +++ b/ld/dep-in.sed @@ -4,7 +4,7 @@ s!@INCDIR@!$(INCDIR)!g s!@SRCDIR@/!!g -s!\.\./bfd/hosts/[^ ]*\.h ! !g +s! \.\./bfd/hosts/[^ ]*\.h! !g s/\\\n */ /g -- 2.30.2