projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742f45c
)
Match space at start of file name, not end.
author
Alan Modra
<amodra@gmail.com>
Thu, 20 Apr 2000 02:13:01 +0000
(
02:13
+0000)
committer
Alan Modra
<amodra@gmail.com>
Thu, 20 Apr 2000 02:13:01 +0000
(
02:13
+0000)
ld/ChangeLog
patch
|
blob
|
history
ld/dep-in.sed
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index d567f001c4613441d67e85cf4b02c689a0c4e7c1..5d89c59b01f558315f96080067ba31bf82eac796 100644
(file)
--- a/
ld/ChangeLog
+++ b/
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
diff --git
a/ld/dep-in.sed
b/ld/dep-in.sed
index 8c80eb06a2021c4eb2e1530b0f75911fe3f574f7..89b120147bd8d384d3017a6161ceda1597458073 100644
(file)
--- 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