From: Eric Christopher Date: Wed, 26 Mar 2003 23:32:06 +0000 (+0000) Subject: 2003-03-26 Eric Christopher X-Git-Tag: binutils-2_14-branchpoint~375 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97bbfa382c9d29be231b601ff16919e9dca86f8f;p=platform%2Fupstream%2Fbinutils.git 2003-03-26 Eric Christopher * config/tc-mips.c (nopic_need_relax): Check for S_IS_EXTERN. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 9adca8b..efd1a49 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,11 @@ +2003-03-26 Eric Christopher + + * config/tc-mips.c (nopic_need_relax): Check for + S_IS_EXTERN. + 2003-03-25 Stan Cox Nick Clifton - + Contribute support for Intel's iWMMXt chip - an ARM variant: * config/tc-arm.c: (ARM_CEXT_IWMMXT, ARM_ARCH_IWMMXT, WR_PREFIX, @@ -17,7 +22,7 @@ do_iwmmxt_wrwrwr, do_iwmmxt_wshufh, do_iwmmxt_wzero, cp_byte_address_offset, cp_byte_address_required_here, check_iwmmxt_insn): New functions. - (asm_opcode_insns): Add iWMMXt instructions. + (asm_opcode_insns): Add iWMMXt instructions. (md_begin): Set the mach value for iWMMXt targets. Create a note section to identify iwmmxt binaries. (md_apply_fix3): Handle BFD_RELOC_ARM_CP_OFF_IMM_S2. @@ -29,7 +34,7 @@ * doc/as.texinfo: Rename the all occurances of C54X to TIC54X. * doc/all.texi: Likewise. * doc/c-tic54x.texi: Likewise. - + 2003-03-21 Andreas Schwab * config/tc-ia64.c (generate_unwind_image): Fix type of unw_rec to @@ -82,7 +87,7 @@ 2003-03-04 Dmitry Diky * config/tc-msp430.c (mcu_types): Add recently announced x1122 - and x1123 devices, add missed x437. + and x1123 devices, add missed x437. (md_show_usage): Sort device list. 2003-03-03 J"orn Rennecke @@ -243,7 +248,7 @@ Output main source file dirname before its filename. 2003-01-28 Dmitry Diky - + * config/tc-msp430.c: Replace occurences of 'tolower' with 'TOLOWER'. @@ -583,7 +588,7 @@ 2002-12-16 Andrew MacLeod - * config/tc-xstormy16.c (md_cgen_lookup_reloc): If a relocation + * config/tc-xstormy16.c (md_cgen_lookup_reloc): If a relocation has already been set up, use it. 2002-12-16 Kazu Hirata diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index f26f91b..239ed6d 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -12774,6 +12774,7 @@ nopic_need_relax (sym, before_relaxing) || strcmp (symname, "_gp_disp") == 0)) change = 1; else if ((! S_IS_DEFINED (sym) || S_IS_COMMON (sym)) + && !S_IS_EXTERN (sym) && (0 #ifndef NO_ECOFF_DEBUGGING || (symbol_get_obj (sym)->ecoff_extern_size != 0