aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-26Rework readelf -wi tests to grep for expected strings.Nick Clifton3-58/+99
2003-04-26* Makefile.in (COMMON_OBS): Add objc-lang.oAdam Fedor2-1/+5
2003-04-262003-04-25 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-0/+6
* NEWS: Belatedly mention support for MIPS32 Release 2.
2003-04-26*** empty log message ***gdbadmin1-1/+1
2003-04-26daily updateAlan Modra1-1/+1
2003-04-252003-04-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-16/+11
* d10v-tdep.c (print_insn): Delete function. (display_trace): Use TARGET_PRINT_INSN. (_initialize_d10v_tdep): Do not set tm_print_insn. (d10v_gdbarch_init): Set print_insn.
2003-04-252003-04-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-82/+71
* d10v-tdep.c (d10v_extract_return_value): Delete call to printf. (_initialize_d10v_tdep): Use add_setshow_boolean_cmd. (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC. (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ... (nr_dmap_regs, a0_regnum): ... new functions. (d10v_print_registers_info): Use a0_regnum, use register_size. (d10v_register_byte): Delete function. (d10v_register_raw_size): Delete function. (d10v_register_type): Use a0_regnum. (d10v_print_registers_info): Use a0_regnum. (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM. (d10v_gdbarch_init): Do not set register_byte or register_raw_size, use D10V_SP_REGNUM to set sp_regnum. (d10v_pointer_to_address): Use extract_unsigned_integer instead of extract_address. (trace_command): Use XCALLOC. (print_insn): Delete reference to tm_print_insn. (saved_regs_unwinder): Use store_unsigned_integer instead of store_address. * frame.h (FRAME_OBSTACK_CALLOC): Define
2003-04-252003-04-25 David Carlton <carlton@bactrian.org>David Carlton2-0/+5
* config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
2003-04-252003-04-25 Alan Modra <amodra@bigpond.net.au>H.J. Lu2-15/+36
* elflink.h (elf_merge_symbol): When we find a regular definition for an indirect symbol, flip the indirection so that the old direct symbol now points to the new definition.
2003-04-25 * lib/ld-lib.exp (big_or_little_endian): Also check for -mb and -ml.Joern Rennecke2-2/+7
2003-04-252003-04-24 Eric Christopher <echristo@redhat.com>Eric Christopher2-11/+15
* config/tc-mips.c (nopic_need_relax): Revert previous change.
2003-04-25* objc-lang.c: Include "valprint.h"Adam Fedor3-1/+7
* Makefile.in (objc-lang.o): Update dependencies.
2003-04-25* objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): RemoveAdam Fedor2-0/+20
architecture dependant compilation and mark as unimplemented (until they get put in the gdbarch vector).
2003-04-25*** empty log message ***gdbadmin1-1/+1
2003-04-25daily updateAlan Modra1-1/+1
2003-04-242003-04-24 J"orn Rennecke <joern.rennecke@superh.com>H.J. Lu2-7/+11
* ld-elfcomm/elfcomm.exp: Allow symbols to have '_' prepended.
2003-04-24.Roland McGrath2-4/+13
2003-04-242003-04-24 Roland McGrath <roland@redhat.com>Roland McGrath1-4/+8
* elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
2003-04-242003-04-24 Roland McGrath <roland@redhat.com>Roland McGrath1-25/+37
* ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names. If a name string is unknown, give an error rather than crashing later.
2003-04-24Add tests of conditional branch instructions with probability postfixesNick Clifton3-0/+29
2003-04-24oops - omitted from previous deltaNick Clifton6-0/+188
2003-04-24 * elf32-ppc.c: Formatting and comment fixes.Alan Modra2-20/+41
(ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol. (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
2003-04-24Add support for dwarf2 debug information.Nick Clifton5-4/+32
2003-04-24Add support for h8300hn and h8300snNick Clifton23-888/+265
2003-04-24Add '+' and '-' as valid symbol characters for PPC port.Nick Clifton3-0/+12
2003-04-24Fix the documentation for the -fo option.Nick Clifton2-3/+8
2003-04-24 * elf32-sh.c (tpoff): New.Kaz Kojima8-257/+130
(struct elf_sh_dyn_relocs): Remove tls_tpoff32. (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO. (allocate_dynrelocs): Don't make unnecessary dynamic TLS relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses. (sh_elf_relocate_section): Likewise. Remove unnecessary tests. (dtpoff_base): Fix wrong indentation. (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS relocations. Don't set tls_tpoff32 flag. Don't make unnecessary R_SH_TLS_TPOFF32 relocations. * ld-sh/tlsbin-1.d, ld-sh/tlsbin-2.d, ld-sh/tlsbin-3.d, ld-sh/tlstpoff-1.d, ld-sh/tlstpoff-2.d: Update for removing unnecessary TLS relocs.
2003-04-24include/H.J. Lu6-1/+31
* bfdlink.h (bfd_link_callbacks): Add error_handler. ld/ * ldmain.c (link_callbacks): Initialize error_handler. * ldmisc.c (error_handler): New function. * ldmisc.h (error_handler): New prototype.
2003-04-24*** empty log message ***gdbadmin1-1/+1
2003-04-24daily updateAlan Modra1-1/+1
2003-04-232003-04-23 David Carlton <carlton@bactrian.org>David Carlton4-43/+81
* cp-support.c (cp_find_first_component): Accept 'operator' in more locations. 2003-04-23 David Carlton <carlton@bactrian.org> * gdb.c++/maint.exp (test_first_component): Add tests for 'operator' in more locations.
2003-04-232003-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-104/+103
* infcall.c (call_function_by_hand): Eliminate redundant indentation. Move "saved_async" and "old_cleanups" to where they are needed.
2003-04-232003-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-100/+93
* infcall.c (call_function_by_hand): Eliminate the variables "rc" and "buffer". Move the "name" code to where it is needed.
2003-04-232003-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-76/+76
* infcall.c (call_function_by_hand): Move variables "start_sp", "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call code to ON_STACK switch branch.
2003-04-23bfd:Joern Rennecke24-31/+71
* archures.c (enum bfd_architecture): Amend comment to refer to SuperH. * cpu-sh.c: Likewise. * elf32-sh.c: Likewise. * reloc.c (bfd_reloc_code_real): Likewise. * elf32-sh64-com.c: Change comment to refer to SuperH. * elf32-sh64.c: Likewise. * elf64-sh64.c: Likewise. * bfd-in2.h (enum bfd_architecture): Regenerate. binutils: * readelf.c (get_machine_name) <EM_SH>: Amend return value to refer to SuperH. gas: * config/tc-sh.c: Amend comment to refer to SuperH. * config/tc-sh.h: Likewise. (LISTING_HEADER): Amend to refer to SuperH. * config/tc-sh64.c: Change comment to refer to SuperH. * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH. * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH. * doc/c-sh.texi: Amend to refer to SuperH. Add SuperH architecture documentation references. * doc/c-sh64.texi: Change to refer to SuperH. include/elf: * common.h (EM_SH): Amend comment to refer to SuperH. ld/testsuite: * ld-sh/sh64/crange3-cmpct.rd (Machine): Change to refer to SuperH. * ld-sh/sh64/crange3-media.rd (Machine): Likewise.
2003-04-232003-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-121/+132
* infcall.c (call_function_by_hand): Make declaration of "i", "sal", "bpt" and "old_sp" more local to their use. Delete #if lint.
2003-04-232003-04-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-32/+46
* infcall.c (call_function_by_hand): Delete variable "n_method_args". Localize "param_type"'s declaration to the loop that it is used. Reinstate code assigning to said variable - deleted on 2002-06-14. Rationalize calls to value_args_coerce. Rationalize code using "param_type".
2003-04-23More checks for valid labelsNick Clifton5-48/+69
2003-04-23Fix "readelf -wi" testNick Clifton6-69/+48
2003-04-23Check in the new files.H.J. Lu4-0/+12
2003-04-232003-04-23 H.J. Lu <hjl@gnu.org>H.J. Lu5-0/+32
* ld-elfvers/vers.exp (objdump_dynsymstuff): Support empty files. (objdump_versionstuff): Likewise. Add tests vers25a, vers25b1 and vers25b2 for versioned definition vs. normal definition in different files. * ld-elfvers/vers25a.c: New file. * ld-elfvers/vers25a.dsym: Likewise. * ld-elfvers/vers25a.map: Likewise. * ld-elfvers/vers25a.ver: Likewise. * ld-elfvers/vers25b.c: New empty file. * ld-elfvers/vers25b.dsym: Likewise. * ld-elfvers/vers25b.ver: Likewise.
2003-04-232003-04-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-32/+43
* infcall.c (call_function_by_hand): Use new variable "bp_addr" to compute the breakpoint address. Only call FIX_CALL_DUMMY when ON_STACK. Eliminate the variable "addr". Do not pass "real_pc" to DEPRECATED_PUSH_RETURN_ADDRESS.
2003-04-23Accept -fo as an alias for -oNick Clifton3-30/+59
2003-04-23 * elf32-i386.c (elf_i386_info_to_howto): Delete.Alan Modra2-46/+42
(elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
2003-04-23*** empty log message ***gdbadmin1-1/+1
2003-04-23daily updateAlan Modra1-1/+1
2003-04-22 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUMKevin Buettner2-1/+9
on the DWARF2 register number prior to fetching a register.
2003-04-22 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.Joel Brobecker4-11/+16
Update all the tests using SOFT_FLOAT considering the fact that this macro was always set to 0. * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT considering the fact that this macro was always set to 0. * hppa-tdep.h (hppa_store_return_value): Likewise. (hppa_extract_return_value): Likewise.
2003-04-22merge from gccDJ Delorie2-11/+20
2003-04-22 * fr30-desc.c,fr30-desc.h,fr30-opc.c,fr30-opc.h: Regenerate.Doug Evans26-172/+199
* frv-desc.c,frv-desc.h,frv-opc.c,frv-opc.h: Regenerate. * ip2k-desc.c,ip2k-desc.h,ip2k-opc.c,ip2k-opc.h: Regenerate. * m32r-desc.c,m32r-desc.h,m32r-opc.c,m32r-opc.h: Regenerate. * m32r-opinst.c: Regenerate. * openrisc-desc.c,openrisc-desc.h,openrisc-opc.c,openrisc-opc.h: Regenerate. * xstormy16-desc.c,xstormy16-desc.h,xstormy16-opc.c,xstormy16-opc.h: Regenerate.