From: Ian Lance Taylor Date: Fri, 16 Dec 1994 05:49:05 +0000 (+0000) Subject: * write.c (adjust_reloc_syms): Use bfd_is_und_section and X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0141b6c27684095a335630814f543169d8fb5930;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 3cf56c41e3e..ada6717a680 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 16 00:46:08 1994 Ian Lance Taylor + + * 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 * config/tc-sh.c (md_begin): Use a local variable when