From 74329939541ff89954032b43583394bcb744f7ea Mon Sep 17 00:00:00 2001 From: Jean Marie Diaz Date: Thu, 4 Aug 1994 19:59:27 +0000 Subject: [PATCH] Fix up namespace handling in last patch. --- bfd/ChangeLog | 3 ++- bfd/cf-m68klynx.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b06ede56a9..a0a0b26695 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/cf-m68klynx.c b/bfd/cf-m68klynx.c index 25c4ce7149..c244b492be 100644 --- a/bfd/cf-m68klynx.c +++ b/bfd/cf-m68klynx.c @@ -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