diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-10-29 19:02:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-10-29 19:02:26 +0000 |
commit | c3b34cfd3b1745f096997203661d67b607dbf5e1 (patch) | |
tree | dd4b10c613b56df0f3d3713706a3972ecdd9eb86 /ld/ChangeLog | |
parent | bf5c0d644899aa224fcac5eb0b5dff2002d6448c (diff) | |
download | gdb-c3b34cfd3b1745f096997203661d67b607dbf5e1.zip gdb-c3b34cfd3b1745f096997203661d67b607dbf5e1.tar.gz gdb-c3b34cfd3b1745f096997203661d67b607dbf5e1.tar.bz2 |
* ld.h (flag_is_*): Removed macros.
* ldmain.c (enter_global_ref), ldsym.c (write_file_locals):
Consistently check the BFD symbol flags directly, rather than
using file_is_* macros.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8173dc2..80d3d44 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 29 14:55:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ld.h (flag_is_*): Removed macros. + * ldmain.c (enter_global_ref), ldsym.c (write_file_locals): + Consistently check the BFD symbol flags directly, rather than + using file_is_* macros. + Thu Oct 28 19:08:42 1993 Stan Shebs (shebs@rtl.cygnus.com) * configure.in (sparc*-*-lynxos*): New target. |