From: Jean Marie Diaz Date: Thu, 4 Aug 1994 19:59:27 +0000 (+0000) Subject: Fix up namespace handling in last patch. X-Git-Tag: gdb-4_18~13862 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74329939541ff89954032b43583394bcb744f7ea;p=external%2Fbinutils.git Fix up namespace handling in last patch. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b06ede5..a0a0b26 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 25c4ce7..c244b49 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