diff options
author | John Gilmore <gnu@cygnus> | 1991-10-05 04:55:03 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-05 04:55:03 +0000 |
commit | 558175fb60171a010ac275a85d85b50dcc0b3af9 (patch) | |
tree | 4ce422cd3fcd924c14c132af4c2389564c5f9bdf | |
parent | e779a58cf4b2c0bff6b78b141a1097aa79029b7e (diff) | |
download | gdb-558175fb60171a010ac275a85d85b50dcc0b3af9.zip gdb-558175fb60171a010ac275a85d85b50dcc0b3af9.tar.gz gdb-558175fb60171a010ac275a85d85b50dcc0b3af9.tar.bz2 |
Initial revision
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog new file mode 100644 index 0000000..178a19d --- /dev/null +++ b/ld/ChangeLog @@ -0,0 +1,7 @@ +Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com) + + * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun + Make). + * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a + few BFD types & enums. + |