From 0141b6c27684095a335630814f543169d8fb5930 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 16 Dec 1994 05:49:05 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2