diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-12-16 05:49:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-12-16 05:49:05 +0000 |
commit | 0141b6c27684095a335630814f543169d8fb5930 (patch) | |
tree | ec63546b8c3483a2f3e7222650a7b6d6f4e1deb7 /gas | |
parent | 91384699849574a7e352b5fcf13b75d024371942 (diff) | |
download | gdb-0141b6c27684095a335630814f543169d8fb5930.zip gdb-0141b6c27684095a335630814f543169d8fb5930.tar.gz gdb-0141b6c27684095a335630814f543169d8fb5930.tar.bz2 |
* write.c (adjust_reloc_syms): Use bfd_is_und_section and
bfd_is_abs_section rather than comparing against &bfd_und_section
and &bfd_abs_section.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3cf56c4..ada6717 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 16 00:46:08 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com> + + * write.c (adjust_reloc_syms): Use bfd_is_und_section and + bfd_is_abs_section rather than comparing against &bfd_und_section + and &bfd_abs_section. + Thu Dec 15 15:27:14 1994 Jim Wilson <wilson@chestnut.cygnus.com> * config/tc-sh.c (md_begin): Use a local variable when |