summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Use bfd_map_over_sections to walk section chain.Nick Clifton2003-09-0367-761/+847
| | | | Do not dump the contents of an empty section.
* merge from gccDJ Delorie2003-09-033-27/+99
|
* daily updateAlan Modra2003-09-031-1/+1
|
* * configure.in: Ensure arguments to sed are properly spaced.DJ Delorie2003-09-023-4/+9
| | | | * configure: Regenerate.
* * configure.in: Update AC_PREREQ to 2.57. Use AC_CONFIG_FILESDaniel Jacobowitz2003-09-026-4058/+9706
| | | | | | | | and AC_CONFIG_COMMANDS instead of the three-argument AC_OUTPUT. Specify AC_CONFIG_AUX_DIR. * aclocal.m4: Regenerated with aclocal-1.7. * configure: Regenerated with autoconf 2.57. * Makefile.in, doc/Makefile.in: Regenerated with automake-1.7.
* * ppc-opc.c (powerpc_opcodes): Combine identical PPC403/BOOKE entries.Alan Modra2003-09-023-243/+223
| | | | | | Move duplicate mnemonic entries together. Use RS instead of RT on all mt*. * ppc-dis.c: Convert to ISO C.
* daily updateAlan Modra2003-09-021-1/+1
|
* * MAINTAINERS: Move Dave Anglin's entry to where it belongs.Alan Modra2003-09-012-1/+5
|
* * gas/mips/elf-rel-got-n32.d: Fix ulw and usw patterns forMaciej W. Rozycki2003-09-015-192/+200
| | | | | | | little-endian. * gas/mips/elf-rel-got-n64.d: Likewise. * gas/mips/elf-rel-xgot-n32.d: Likewise. * gas/mips/elf-rel-xgot-n64.d: Likewise.
* daily updateAlan Modra2003-09-011-1/+1
|
* fixed comment for i860_howto_pc26_relocChristian Groessler2003-08-311-2/+1
|
* * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation hereChristian Groessler2003-08-312-2/+47
| | | | instead of returning bfd_reloc_continue.
* * merge.c: Update to ISO C90.Andreas Jaeger2003-08-312-82/+33
|
* daily updateAlan Modra2003-08-311-1/+1
|
* daily updateAlan Modra2003-08-301-1/+1
|
* s/.cfi_gnu_window_save/.cfi_window_save/gJakub Jelinek2003-08-295-6/+6
|
* * dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save.Jakub Jelinek2003-08-2911-4/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (dot_cfi, output_cfi_insn): Handle DW_CFA_GNU_window_save. (output_cie): Don't use DW_EH_PE_pcrel if neither DIFF_EXPR_OK nor tc_cfi_emit_pcrel_expr are defined. (output_fde): Use tc_cfi_emit_pcrel_expr if available and DIFF_EXPR_OK is not defined. * config/tc-sparc.h (TARGET_USE_CFIPOP): Define. (tc_cfi_frame_initial_instructions, tc_regname_to_dw2regnum, tc_cfi_emit_pcrel_expr): Define. (sparc_cfi_frame_initial_instructions, sparc_regname_to_dw2regnum, sparc_cfi_emit_pcrel_expr): New prototypes. (sparc_cie_data_alignment): New decl. (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Define. * config/tc-sparc.c: Include dw2gencfi.h. (sparc_cie_data_alignment): New variable. (md_begin): Initialize it. (sparc_cfi_frame_initial_instructions): New function. (sparc_regname_to_dw2regnum): Likewise. (sparc_cfi_emit_pcrel_expr): Likewise. * doc/as.texinfo: Document .cfi_gnu_window_save. * config/tc-sparc.c (s_common): Cast last argument to long and change format string to shut up warning. testsuite/ * gas/cfi/cfi-sparc-1.s: New test. * gas/cfi/cfi-sparc-1.d: New test. * gas/cfi/cfi-sparc64-1.s: New test. * gas/cfi/cfi-sparc64-1.d: New test. * gas/cfi/cfi.exp: Run them.
* 2003-08-29 Dave Brolley <brolley@redhat.com>Dave Brolley2003-08-293-6/+24
| | | | | | * Makefile.am (stamp-frv): Copy frv.cpu and frv.opc from $(srcdir)/../cpu temporarily when regenerating source files. * Makefile.in: Regenerated.
* * emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.Alan Modra2003-08-292-0/+5
|
* * install-sh: Update to newer upstream versions (associated withDaniel Jacobowitz2003-08-293-72/+269
| | | | | aclocal 1.7). * missing: Likewise, plus $1Help2man -> $1 typo fix.
* daily updateAlan Modra2003-08-291-1/+1
|
* daily updateAlan Modra2003-08-281-1/+1
|
* * configure.in: Set RAW_CXX_FOR_TARGET if unset.Daniel Jacobowitz2003-08-273-35/+44
| | | | * configure: Regenerated.
* * aclocal.m4: Include acx.m4 and no-executables.m4.Daniel Jacobowitz2003-08-274-2069/+5939
| | | | | | | | | | (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ. (LIB_AC_PROG_CC): Remove. * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES. Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if performing link tests. * configure: Regenerated.
* * config/no-executables.m4: New file.Daniel Jacobowitz2003-08-272-0/+65
|
* * configure.in: Check for strtoull.Ian Lance Taylor2003-08-275-83/+151
| | | | | * bfd.c (bfd_scan_vma): Use strtoull when available. * configure, config.in: Regenerate.
* * configure.in: Define and substitute BFD_HOST_LONG_LONG.Ian Lance Taylor2003-08-277-119/+176
| | | | | | | * bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than __GNUC__ when deciding whether to use long long for BFD_HOST_64_BIT. * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
* 2003-08-27 Christian Groessler <chris@groessler.org>Christian Groessler2003-08-272-6/+206
| | | | | | | | * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc, i860_howto_splitn_reloc, i860_howto_highadj_reloc): New functions. (elf32_i860_howto_table): Insert the new functions as 'special_function's in the proper reloc type entries.
* * elf32-frv.c (elf32_frv_relocate_section): UseRichard Sandiford2003-08-272-3/+6
| | | | _bfd_elf_rela_local_sym.
* Merge bugfix from GCC:Nathanael Nerode2003-08-273-35/+43
| | | | | | | | 2003-08-23 Phil Edwards <pme@gcc.gnu.org> * configure.in: Use newline instead of semicolon when assuming shell arguments in a for loop. * configure: Regenerated.
* daily updateAlan Modra2003-08-271-1/+1
|
* Add German translationNick Clifton2003-08-267-417/+1015
|
* 2003-08-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-08-262-7/+4
| | | | * cpu-frv.c: Remove unused enum.
* 2003-08-25 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-262-2/+6
| | | | * doc/c-i860.texi: Update text about relocatable address expansions.
* daily updateAlan Modra2003-08-261-1/+1
|
* 2003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Maciej W. Rozycki2003-08-252-4/+9
| | | | | | * reloc.c: Fix documentation for MIPS ELF relocations. libbfd.h: Regenerate. bfd-in2.h: Regenerate.
* 2003-08-24 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-252-2/+8
| | | | | * config/tc-i860.c (md_assemble): Use isrc2 from the original instruction when expanding E_ADDR.
* daily updateAlan Modra2003-08-251-1/+1
|
* 2003-08-24 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-242-0/+10
| | | | * coff-i860.c (CALC_ADDEND): Define to be a no-op.
* 2003-08-24 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-242-1/+7
| | | | | * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and shift by 2 before storing the relocated value.
* daily updateAlan Modra2003-08-241-1/+1
|
* 2003-08-23 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-234-8/+352
| | | | | | | | | | | | | | | | | | | | | | [bfd/ChangeLog] * coff-i860.c (coff_i860_reloc_nyi): New function. (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH, LOWn, SPLITn, and BRADDR. (RTYPE2HOWTO): Check that the r_type is within the howto_table before trying to access the entry. (coff_i860_rtype_to_howto): Likewise. (coff_i860_reloc_type_lookup): New function. (i860_reloc_processing): New function. (coff_bfd_reloc_type_lookup): Define macro. (RELOC_PROCESSING): Define macro. Minor formatting adjustments. [include/coff/ChangeLog] * coff/i860.h (COFF860_R_PAIR, COFF860_R_LOW0, COFF860_R_LOW1, COFF860_R_LOW2, COFF860_R_LOW3, COFF860_R_LOW4, COFF860_R_SPLIT0, COFF860_R_SPLIT1, COFF860_R_SPLIT2, COFF860_R_HIGHADJ, COFF860_R_BRADDR): Define new relocation constants and document. Minor formatting adjustments.
* Revise DejaGnu patch submission guidelines.Ben Elliston2003-08-231-6/+6
|
* * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.Alan Modra2003-08-232-9/+14
|
* daily updateAlan Modra2003-08-231-1/+1
|
* 2003-08-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-08-222-0/+7
| | | | | * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the .got section at 8 bytes.
* Index: ChangeLogGeoffrey Keating2003-08-221-36/+37
| | | | | | | | | | | | | | | | | 2003-08-20 Geoffrey Keating <geoffk@apple.com> PR 8180 * configure.in: When testing with_libs and with_headers, treat 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>. * configure: Regenerate. Index: gcc/ChangeLog 2003-08-20 Geoffrey Keating <geoffk@apple.com> PR 8180 * configure.in: When testing with_libs and with_headers, treat 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>. * configure: Regenerate.
* daily updateAlan Modra2003-08-221-1/+1
|
* Fix spelling typo.Nick Clifton2003-08-211-1/+1
|
* Convert to ISO C90. Tidy up formatting.Nick Clifton2003-08-212-313/+243
|