summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* daily updateAlan Modra2002-05-271-1/+1
|
* daily updateAlan Modra2002-05-261-1/+1
|
* daily updateAlan Modra2002-05-251-1/+1
|
* daily updateAlan Modra2002-05-241-1/+1
|
* daily updateAlan Modra2002-05-231-1/+1
|
* daily updateAlan Modra2002-05-221-1/+1
|
* daily updateAlan Modra2002-05-211-1/+1
|
* daily updateAlan Modra2002-05-201-1/+1
|
* daily updateAlan Modra2002-05-191-1/+1
|
* daily updateAlan Modra2002-05-181-1/+1
|
* daily updateAlan Modra2002-05-171-1/+1
|
* daily updateAlan Modra2002-05-161-1/+1
|
* daily updateAlan Modra2002-05-151-1/+1
|
* Commit generated files for 2.12.1.Daniel Jacobowitz2002-05-1430-276/+278
|
* 2002-05-14 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-143-2/+7
| | | | | * configure.in: Set is_release=y for 2.12.1 release. * configure: Likewise.
* daily updateAlan Modra2002-05-141-1/+1
|
* * configure.in: Auto-configure HAVE_ST_C_IMPL.Alan Modra2002-05-135-66/+111
| | | | | | | * configure: Regenerate. * config.in: Regenerate. * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL or AIX_5_CORE.
* Fix grammatical error.Nick Clifton2002-05-132-1/+6
|
* daily updateAlan Modra2002-05-131-1/+1
|
* daily updateAlan Modra2002-05-121-1/+1
|
* Update generated files.Daniel Jacobowitz2002-05-1133-1685/+1742
|
* Warn about a description field that is too big.Nick Clifton2002-05-112-0/+13
|
* 2002-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-112-4/+34
| | | | | | | | | | | | Merge from mainline (to elf32-mips.c): 2002-05-03 H.J. Lu (hjl@gnu.org) * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local. (mips_elf_link_hash_newfunc): Initialize forced_local to false. (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol to hide a global symbol. (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set forced_local to true.
* 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Daniel Jacobowitz2002-05-112-0/+15
| | | | | | | Daniel Jacobowitz <drow@mvista.com> * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't map BFD_RELOC_RVA.
* 2002-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-113-318/+281
| | | | | | | | | | | | Merge from mainline: 2002-05-11 Nick Clifton <nickc@cambridge.redhat.com> * config/obj-coff.c: Fix compile time warnings when compiling without BFD_ASSEMBLER defined. Fix formatting. * config/tc-sh.c (md_pcrel_from): Define for use with sh-hms target. (md_pcrel_from_section): Use md_pcrel_from().
* oops - omitted fropm previous updateNick Clifton2002-05-112-6/+13
|
* daily updateAlan Modra2002-05-111-1/+1
|
* Add 'n' to short option list in order to prevent "-n" from being taken as anNick Clifton2002-05-102-1/+12
| | | | abbreviation for "--no-pipeline-knowledge".
* (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define for ARM_WINCE ↵Nick Clifton2002-05-102-8/+30
| | | | | | builds. Fix compile time warning messages when building for wince target.
* daily updateAlan Modra2002-05-101-1/+1
|
* Merge from mainlineAlan Modra2002-05-0960-4193/+1299
|
* daily updateAlan Modra2002-05-091-1/+1
|
* daily updateAlan Modra2002-05-081-1/+1
|
* daily updateAlan Modra2002-05-071-1/+1
|
* Fix check for overflow of relocation for the Thumb BL instruction.Nick Clifton2002-05-062-1/+6
|
* daily updateAlan Modra2002-05-061-1/+1
|
* daily updateAlan Modra2002-05-051-1/+1
|
* daily updateAlan Modra2002-05-041-1/+1
|
* * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-numberAlexandre Oliva2002-05-032-0/+6
| | | | information for instructions.
* daily updateAlan Modra2002-05-031-1/+1
|
* * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocsRichard Henderson2002-05-022-0/+15
| | | | vs SHN_UNDEF to zero.
* daily updateAlan Modra2002-05-021-1/+1
|
* daily updateAlan Modra2002-05-011-1/+1
|
* 2002-04-30 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2002-04-302-4/+14
| | | | | | | Merge from mainline: 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for mipsisa32*-*-* targets, rather than e32-rel2 and e32el-rel2.
* 2002-04-29 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2002-04-303-5/+26
| | | | | | | | | | | | | | | Merge from mainline: 2002-03-06 Chris Demetriou <cgd@broadcom.com> * mips-opc.c (mips_builtin_opcodes): Mark "pref" as being present on I4. Merge from mainline: 2002-03-06 Chris Demetriou <cgd@broadcom.com> * mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps". Merge from mainline: 2002-03-15 Chris Demetriou <cgd@broadcom.com> * mips-dis.c (is_newabi): Fix ABI decoding.
* daily updateAlan Modra2002-04-301-1/+1
|
* daily updateAlan Modra2002-04-291-1/+1
|
* daily updateAlan Modra2002-04-281-1/+1
|
* Merge from mainline.Alan Modra2002-04-275-15/+52
| | | | | | | | | | | | | | | | | | | | | 2002-04-17 Martin Schwidefsky <schwidefsky@de.ibm.com> * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments to symbols in merge sections. 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64. Make bit size independent of architecture switch. (md_begin): Add warning for -m64 with -Aesa. (s390_md_end): Use renamed architecture defines. 2002-02-19 Tom Tromey <tromey@redhat.com> * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define. Tue Apr 9 16:45:48 2002 J"orn Rennecke <joern.rennecke@superh.com> * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if symbol_used_in_reloc_p is true. * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big endian hosts.
* Merge from mainlineAlan Modra2002-04-276-3/+27
| | | | | | | | | | | | | | 2002-04-08 Alan Modra <amodra@bigpond.net.au> * ldlang.c (lang_size_sections): Don't complain about SEC_NEVER_LOAD sections having no memory region specified. * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix. 2002-04-07 matthew green <mrg@redhat.com> * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF. 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit". * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".