Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-14 | Comment out undef_symbol.err for now. | Ian Lance Taylor | 2 | -5/+7 | |
2007-11-14 | * ld-elf/flags1.d: Generalize regexp for section size. | Hans-Peter Nilsson | 2 | -1/+5 | |
2007-11-14 | Default to --allow-shlib-undefined for now. | Ian Lance Taylor | 3 | -3/+7 | |
2007-11-14 | Revert last patch. | Ian Lance Taylor | 4 | -25/+1 | |
2007-11-14 | Support special always-defined symbols for targets. | Ian Lance Taylor | 4 | -1/+25 | |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 15 | -75/+361 | |
all the DT_NEEDED entries for that library. | |||||
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 15 | -75/+174 | |
ODR violations, add test case. | |||||
2007-11-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-13 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-13 | 2007-11-13 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -2/+17 | |
PR binutils/5307 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Don't copy input subsystem if output is different from input. | |||||
2007-11-13 | From Craig Silverstein: First cut at detecting ODR violations. | Ian Lance Taylor | 4 | -107/+263 | |
2007-11-13 | * tui/tui-data.c (tui_prev_win): Guard against NULL. | Thiago Jung Bauermann | 2 | -1/+6 | |
2007-11-13 | merge from gcc | DJ Delorie | 2 | -7/+11 | |
2007-11-13 | 2007-11-13 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 4 | -1/+39 | |
PR binutils/5233 * ld-elf/flags1.d: New. * ld-elf/flags1.ld: Likewise. * ld-elf/flags1.s: Likewise. | |||||
2007-11-13 | * config/tc-mn10300.c (mn10300_force_relocation): Force a reloc to be ↵ | Nick Clifton | 11 | -26/+191 | |
generated for alignment fixups. * config/tc-mn10300.h (TC_FORCE_RELOCATION): Call mn10300_force_relocation. * elf-m10300.c (mn10300_elf_final_link_relocate): Prevent the accidental termination of DWARF location list entries. (mn10300_elf_relax_delete_bytes): Stop deletion if an align reloc is encountered that is larger than or not a mutliple of the number of bytes being deleted. When adjusting symbols, any symbols inside the region being deleted must be moved to the end of the region. Move align relocs forward if there is room for them after the deletion of the region. | |||||
2007-11-13 | PR 5233 | Alan Modra | 2 | -66/+87 | |
* elf.c (rewrite_elf_program_header): Formatting. Add first_matching_lma and first_suggested_lma booleans and use instead of testing matching_lma and suggested_lma for zero. | |||||
2007-11-13 | From Craig Silverstein: Support debug info for shared libraries. | Ian Lance Taylor | 2 | -50/+110 | |
2007-11-13 | merge from gcc | DJ Delorie | 2 | -11/+7 | |
2007-11-13 | * floatformat.c (floatformat_ibm_long_double_is_valid): Fix | Joseph Myers | 2 | -7/+11 | |
compiler warnings. (floatformat_ibm_long_double): Use floatformat_ibm_long_double_is_valid. | |||||
2007-11-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-12 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-12 | * gas/macros/purge.s: Delete irpc loops. | Alan Modra | 2 | -18/+7 | |
2007-11-12 | 2007-11-12 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -4/+23 | |
PR binutils/5299 * peicode.h (pe_bfd_object_p): Save and restore previous bfd state when calling coff_object_p. | |||||
2007-11-12 | From Craig Silverstein: Dwarf_line_info can work with Object rather | Ian Lance Taylor | 2 | -18/+8 | |
than Sized_relobj. | |||||
2007-11-12 | From Craig Silverstein: Track_relocs doesn't need to hold onto the | Ian Lance Taylor | 2 | -8/+5 | |
object. | |||||
2007-11-12 | From Craig Silverstein: rework DWARF reader code a bit. | Ian Lance Taylor | 3 | -78/+88 | |
2007-11-12 | Correct handling of GOT references in a regular object. | Ian Lance Taylor | 5 | -4/+60 | |
2007-11-12 | PR gas/5269 | Nick Clifton | 3 | -737/+751 | |
* config/tc-frv.c (md_show_usage): Rewrite usage description to make it easier to translate. * gas/po/gas.pot: Regenerate. | |||||
2007-11-12 | 2007-11-12 Markus Deuling <deuling@de.ibm.com> | Markus Deuling | 3 | -284/+258 | |
* gdbarch.sh (gdbarch_alloc): Replace current_gdbarch by gdbarch. Remove obsolete comment. (verify_gdbarch, gdbarch_dump): Likewise. (do_read): Update comment. (addr_bit, bfd_arch_info, target_desc, long_long_bit, floatformat) (ptr_bit, name_of_malloc): Replace current_gdbarch by gdbarch. * gdbarch.{c,h}: Regenerate. | |||||
2007-11-12 | 2007-11-12 Markus Deuling <deuling@de.ibm.com> | Markus Deuling | 2 | -32/+57 | |
* xtensa-tdep.c (ARG_1ST): Replace ARGS_FIRST_REG by its expression. (ARGS_FIRST_REG): Remove. (areg_numer): New function. (xtensa_pseudo_register_read, xtensa_frame_prev_register) (xtensa_extract_return_value, xtensa_store_return_value) (xtensa_frame_cache): Replace AREG_NUMBER by areg_number. (AREG_NUMBER): Remove. (XTENSA_IS_ENTRY, ARG_NOF, ARG_1ST): Add gdbarch as parameter. (xtensa_frame_cache): Update use of XTENSA_IS_ENTRY. (xtensa_push_dummy_call): Update use of ARG_NOF. (extract_call_winsize): Add gdbarch as parameter. Replace current_gdbarch by gdbarch. (xtensa_extract_return_value, xtensa_store_return_value): Update call of extract_call_winsize. | |||||
2007-11-12 | * NEWS: Add entry for new set/show print frame-args command. | Joel Brobecker | 2 | -0/+11 | |
2007-11-12 | Fix date in the last entry. | Joel Brobecker | 1 | -1/+1 | |
2007-11-12 | * gdb.texinfo (Print Settings): Add documentation for "set/show | Joel Brobecker | 2 | -0/+50 | |
print frame-arguments". | |||||
2007-11-12 | * elf.c (_bfd_elf_get_synthetic_symtab): Only bump the symbol | Alan Modra | 2 | -2/+8 | |
pointer when we have a valid symbol. Init udata.p to NULL. | |||||
2007-11-12 | * gas/ppc/regnames.d: New. | Alan Modra | 4 | -0/+18 | |
* gas/ppc/regnames.s: Likewise. * gas/ppc/ppc.exp: Run it. | |||||
2007-11-12 | * config/tc-ppc.c (md_assemble): If -mregnames, when parsing | Alan Modra | 2 | -1/+8 | |
PPC_OPERAND_CR always parse as expression to allow register name followed by an expression. | |||||
2007-11-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-11 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-10 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-10 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-11-09 | From Craig Silverstein: Initialize got_relocs. | Ian Lance Taylor | 2 | -54/+54 | |
2007-11-09 | * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add missing | Kevin Buettner | 2 | -4/+10 | |
register number to map. Adjust warning check and error/warning return value code to match expectations of this function's callers. | |||||
2007-11-09 | From Craig Silverstein: Clean up make rules for debug_msg. | Ian Lance Taylor | 2 | -4/+4 | |
2007-11-09 | From Craig Silverstein: Add test for debug messages. | Ian Lance Taylor | 4 | -11/+163 | |
2007-11-09 | From Craig Silverstein: Implement section_info. | Ian Lance Taylor | 1 | -0/+24 | |
2007-11-09 | From Craig Silverstein: Use relocations in reporting error message | Ian Lance Taylor | 6 | -25/+182 | |
locations. | |||||
2007-11-09 | daily update | Alan Modra | 1 | -1/+1 | |
2007-11-09 | * stack.c (print_this_frame_argument_p): Handle arguments passed | Joel Brobecker | 2 | -0/+7 | |
by reference properly. | |||||
2007-11-09 | From Cary Coutant: More shared library support, some refactorization. | Ian Lance Taylor | 5 | -183/+311 | |