Browse Source

Match space at start of file name, not end.

binutils-2_11-branch
Alan Modra 26 years ago
parent
commit
28ea9521fe
  1. 4
      ld/ChangeLog
  2. 2
      ld/dep-in.sed

4
ld/ChangeLog

@ -1,3 +1,7 @@
2000-04-19 Alan Modra <alan@linuxcare.com.au>
* dep-in.sed: Match space at start of file name, not at end.
2000-04-18 H.J. Lu <hjl@gnu.org>
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call

2
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

Loading…
Cancel
Save