* aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.

This commit is contained in:
Ian Lance Taylor 1994-02-03 21:52:06 +00:00
parent e635796721
commit fa2302b8ed
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -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 ();