aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-01 * vms-tir.c: Add missing prototypes.Andreas Jaeger5-5/+34
* vms-hdr.c: Likewise. * vms-gsd.c: Likewise. * vms-misc.c: Likewise.
2001-09-01*** empty log message ***gdbadmin1-1/+1
2001-08-31 * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation'sJeff Law2-2/+39
offset match H8 ELF spec. (md_section_align): Alternate implementation for BFD_ASSEMBLER. (md_apply_fix): Fix argument and return types for BFD_ASSEMBLER.
2001-08-312001-08-31 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+14
* elf32-mips.c (_bfd_mips_elf_check_relocs): Report filename with bad relocation.
2001-08-312001-08-31 Eric Christopher <echristo@redhat.com>Eric Christopher2-1/+8
Jason Eckhardt <jle@redhat.com> * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2001-08-312001-08-31 Eric Christopher <echristo@redhat.com>Eric Christopher6-34/+32
Jason Eckhardt <jle@redhat.com> * bfd/archures.c: Add mipsisa32 and mipsisa64. Remove mips32, mips32_4k and mips64. * bfd/aoutx.h: Remove bfd_mach_mips32, bfd_mach_mips32_4k, bfd_mach_mips64. Add bfd_mach_mipsisa32, bfd_mach_mipsisa64. * bfd/cpu-mips.c: Ditto. * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing): Ditto. * bfd/bfd-in2.h: Regenerate.
2001-08-31mips3264 supportEric Christopher4-5/+10
2001-08-312001-08-31 Eric Christopher <echristo@redhat.com>Eric Christopher4-18/+25
Jason Eckhardt <jle@redhat.com> * mips-dis.c: Add support for bfd_mach_mipsisa32 and bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k, bfd_mach_mips64.
2001-08-312001-08-31 Eric Christopher <echristo@redhat.com>Eric Christopher2-19/+18
Jason Eckhardt <jle@redhat.com> * config/tc-mips.c (mips_cpu_info): Add support for mipsisa32, 5kc, and 20kc. Clean up old entries.
2001-08-31 * tic54x-opc.c: Add default initializers to avoid warnings.Andreas Jaeger4-361/+370
* arc-opc.c: Include "sysdep.h" to get stdio.h as include file. * arc-ext.c: Likewise.
2001-08-31Don't let a branch unit nop terminate the prologue scan.Kevin Buettner2-3/+9
2001-08-31 * elf64-alpha.c (elf64_alpha_relocate_section): Duplicate memoryJakub Jelinek2-3/+9
value into R_ALPHA_RELATIVE's addend. (elf64_alpha_finish_dynamic_symbol): Likewise.
2001-08-31 * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h.Jeff Law3-18/+55
(build_bytes): Mark fixups for PCrel branches as signed. For OBJ_ELF, make sure the reloc's offset points to the first byte to be modified. (md_convert_frag): Update definiton based on BFD_ASSEMBLER. * tc-h8300.h (relocation mappings): Add.
2001-08-31amend entry to mention only if not USE_RELNick Clifton1-1/+1
2001-08-31Do not rightshift recomputed addend during relocatable link if not USE_REL.Nick Clifton2-3/+5
2001-08-31Fix off-by-one error whilst sweeping vtable relocsNick Clifton2-3/+10
2001-08-31 * emultempl/pe.em: Add missing prototypes.Andreas Jaeger2-65/+94
(gld_${EMULATION_NAME}_after_open): Remove extra args to pe_find_data_imports. (pr_sym): Add unused attribute.
2001-08-312001-08-30 Eric Christopher <echristo@redhat.com>Eric Christopher2-3/+8
Jason Eckhardt <jle@redhat.com> * config.sub: Add support for mipsisa32.
2001-08-312001-08-30 Eric Christopher <echristo@redhat.com>Eric Christopher3-5/+15
* config.sub, config.guess: Import latest from subversions.
2001-08-31* gdb.texinfo (`add-symbol-file'): Correct synopsis.Jim Blandy2-1/+119
Explain what it means to load relocatable files.
2001-08-31* symfile.c (sections_overlap): New function.Jim Blandy2-5/+24
(map_overlay_command): Call sections_overlap, instead of using incorrect logic to recognize overlapping sections.
2001-08-31* symfile.c (load_command): Invalidate the overlay cache.Jim Blandy2-0/+8
2001-08-31*** empty log message ***gdbadmin1-1/+1
2001-08-30*** empty log message ***Jim Blandy1-0/+5
2001-08-30* config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.Mark Kettenis2-4/+4
2001-08-302001-08-30 H.J. Lu <hjl@gnu.org>H.J. Lu2-5/+12
* elf32-mips.c (mips_elf_calculate_relocation): Revert the last 2 changes. (_bfd_mips_elf_adjust_dynamic_symbol): Allocate dynamic relocations for weak definitions.
2001-08-30 * gas/h8300/h8300.exp (do_h8300_cbranch): Remove invocation.Joern Rennecke14-7/+658
(do_h8300_branch, do_h8300h_cbranch, do_h8300h_branch): Likewise. (do_h8300s_cbranch, do_h8300s_branch, ffxx1): Likwise. * gas/h8300/h8300-coff.exp, gas/h8300/h8300-elf.exp: New files. * gas/h8300/branch-elf.s, gas/h8300/branchh-elf.s: Likewise. * gas/h8300/branchs-elf.s, gas/h8300/ffxx1-elf.d: Likewise. * gas/h8300/ffxx1-elf.s: Likewise. * gas/h8300/branch.s, gas/h8300/branchh.s: Move to: * gas/h8300/branch-coff.s, gas/h8300/branchh-coff.s * gas/h8300/branchs.s, gas/h8300/ffxx1.d: Move to: * gas/h8300/branchs-coff.s, gas/h8300/ffxx1-coff.d . * gas/h8300/ffxx1.s: Move to: * gas/h8300/ffxx1-coff.s .
2001-08-30Nuts. Checked in wrong version of previous patch. Fixed.Jeff Law1-3/+4
2001-08-30Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>Jeff Law2-0/+45
* tc-h8300.c (tc_crawl_symbol_chain, tc_headers_hook): Don't define for BFD_ASSEMBLER. (tc_reloc_mangle): Likewise. (tc_gen_reloc): New function for BFD_ASSEMBLER. More of Joern's patches with minor changes s/OBJ_ELF/BFD_ASSEMBLER/
2001-08-30 * lib/gdb.exp: Move all insight-related functionality intoKeith Seitz3-280/+299
separate file. * lib/insight-support.exp: New file.
2001-08-302001-08-30 H.J. Lu <hjl@gnu.org>H.J. Lu3-0/+10
* Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo. (BFD32_BACKENDS_CFILES): Add elf32-h8300.c. * Makefile.in: Rebuild.
2001-08-302001-08-30 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+8
* elf32-mips.c (mips_elf_calculate_relocation): Don't create dynamic relocation for undefined weak symbols when creating executables. Check h->root.root.type, instead of h->root.type.
2001-08-30Fix for xty_ld symbolsTom Rix2-4/+9
2001-08-30omitted in previous deltaNick Clifton1-3/+3
2001-08-30 * elf32-h8300.c (h8_elf_howto_table): Add new PC relativeJeff Law2-6/+54
relocations. (h8_reloc_map): Similarly. (elf32_h8_final_link_relocate): Remove incorrect overflow tests. Add support for PC relative relocations.
2001-08-30Cleanups. Now passes!Andrew Cagney3-12/+17
2001-08-30 * elf32-h8300.c: Put all prototypes together.Jeff Law2-9/+251
(elf32_h8_info_to_howto): Parameter elf_reloc is used. (elf32_h8_final_link_relocate): New function for linker. (elf32_h8_relocate_section): Similarly. (elf_backend_relocate_section): Define.
2001-08-30*** empty log message ***gdbadmin1-1/+1
2001-08-29* gdb/sid connect fix, etc.Frank Ch. Eigler2-16/+22
2001-08-29 Frank Ch. Eigler <fche@redhat.com> * config/sid.exp (sid_start): Never set sid verbosity; disable expect_background {} that consumed its stdout; tolerate </dev/null. Attempt to set endianness override in "sid" protocol mode. Cleanup.
2001-08-29merge from gccDJ Delorie2-5/+11
2001-08-29Applied Daniel Jacobowitz's patch for reattaching in the presence ofKevin Buettner2-5/+34
remote SVR4 shared libraries.
2001-08-29 * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and defineJeff Law3-1/+27
assorted coff relocations to the corresponding elf relocations. * tc-h8300.h (TARGET_ARCH, TARGET_FORMAT): Define appropriately. More of Joern's patches.
2001-08-29 * config/tc-h8300.c (h8300hmode): Record the machine typeJeff Law2-0/+19
if BFD_ASSEMBLER is defined. (h8300smode, md_begin): Similarly.
2001-08-292001-08-29 Joel Sherrill <joel@OARcorp.com>Phil Blundell4-8/+24
* configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change default from coff to elf.
2001-08-292001-08-29 Joel Sherrill <joel@OARcorp.com>Phil Blundell3-231/+252
* configure.in (i[3456]86-*-rtems*, m68*-*-rtems*): Change default from coff to elf. * configure: Regenerate.
2001-08-29Fix brown-paper-bag thinko in last change.Jeff Law1-1/+1
2001-08-29 * lib/gas-defs.exp: (regexp_diff) At verbosity 3, also showJeff Law2-0/+6
where mismatch occurs due to regexp mismatch. Another patch from Joern.
2001-08-29 * configure.in: Add case for h8300-*-elf.Jeff Law3-238/+234
* configure: Regenerate. Checking in parts of Joern's patch.
2001-08-29 * emulparams/h8300helf.sh: Resync with h8300elf.sh. UpdateJeff Law3-5/+25
ARCH specification. * emulparams/h8300self.sh: Similarly.
2001-08-29Fix typos in ChangeLog dates.Jeff Law1-2/+2