Fix up namespace handling in last patch.
This commit is contained in:
parent
9da0e790ae
commit
7432993954
@ -1,7 +1,8 @@
|
||||
Thu Aug 4 11:32:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* coff-m68k.c (_bfd_coff_m68k_reloc_type_lookup): New function.
|
||||
* coff-m68k.c (m68k_reloc_type_lookup): New function.
|
||||
(coff_bfd_reloc_type_lookup): Define.
|
||||
* cf-m68klynx.c (_bfd_m68kcoff_reloc_type_lookup): Define.
|
||||
|
||||
* elfcode.h (elf_bfd_final_link): Force the vma of sections which
|
||||
do not have SEC_ALLOC set to be 0. This is needed to handle
|
||||
|
@ -28,6 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define _bfd_m68kcoff_howto_table _bfd_m68klynx_howto_table
|
||||
#define _bfd_m68kcoff_rtype2howto _bfd_m68klynx_rtype2howto
|
||||
#define _bfd_m68kcoff_howto2rtype _bfd_m68klynx_howto2rtype
|
||||
#define _bfd_m68kcoff_reloc_type_lookup _bfd_m68klynx_reloc_type_lookup
|
||||
|
||||
#define LYNX_SPECIAL_FN _bfd_m68klynx_special_fn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user