From fa2302b8edb517892558e9bdd4ace7d90feb7a5d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 3 Feb 1994 21:52:06 +0000 Subject: * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF. --- bfd/ChangeLog | 4 ++++ bfd/aoutx.h | 1 + 2 files changed, 5 insertions(+) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index edd53c2..bdab6ae 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 3 16:49:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF. + Wed Feb 2 20:37:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * libbfd.c, bfd-in.h, hosts/alphaosf.h, hosts/sparc-ll.h, aoutf1.h, diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 1c8a08c..861ebb9 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -4003,6 +4003,7 @@ aout_reloc_index_to_section (abfd, indx) case N_BSS: return obj_bsssec (abfd); case N_ABS: + case N_UNDF: return &bfd_abs_section; default: abort (); -- cgit v1.1