aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-042005-01-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+6
* version.in: Change format from 6.3.50_2005-01-04-cvs to 6.3.50.20050104-cvs.
2005-01-042005-01-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-39/+60
* gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) part of the version number.
2005-01-04(oops - forogot to update the year in the copyright notice)Nick Clifton1-1/+1
2005-01-04PR binutils/630Nick Clifton2-12/+24
* nlmconv.c (main): Only store the basename of the output filename in the module table.
2005-01-04 * Makefile.am: Correct dependency for earmsymbian.c.Paul Brook3-2/+7
* Makefile.in: Regenerate.
2005-01-04 * breakpoint.c (break_command_1): Always free err_msg beforeAndreas Schwab2-2/+13
returning when an exception was caught.
2005-01-04BZ 615Nick Clifton2-1187/+1411
* readelf.c (process_debug_info): New. (debug_info): Add num_loc_offsets, loc_offsets and last_loc_offset_p. (get_debug_info): Use process_debug_info. (display_debug_loc): Properly handle location list. Warn if bad location lists are encoutnered. (read_and_process_attr_value): New. (read_and_display_attr_value): Use "%lx" for DW_FORM_data4. (display_debug_info): Use process_debug_info. (process_object): Also free loc_offsets in debug_information.
2005-01-04(md_apply_fix3): Fix offset calculation for global label.Nick Clifton2-2/+19
2005-01-04Add prototype for printf() and make type of "string" array be "char" inNick Clifton2-5/+12
order to avoid compile time warnings.
2005-01-04Line number bug fix patch from David Mosberger.Jim Wilson2-6/+29
* config/tc-ia64.c (md): Add member "loc_directive_seen". (dot_loc): New function. (md_pseudo_table): Add entry to map .loc to dot_loc(). (emit_one_bundle): Only call dwarf2_gen_line_info() if we have seen a .loc directive or we're generating DWARF2 debug info for assembly source.
2005-01-04*** empty log message ***gdbadmin1-1/+1
2005-01-032005.Andrew Cagney2-15220/+15228
2005-01-03daily updateAlan Modra1-1/+1
2005-01-03 * Makefile.in (hw_com.o, hw_eeprom.o): Depend onAndreas Schwab2-0/+7
$(DEVICE_TABLE_H).
2005-01-032005-01-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini4-630/+310
Revert 2004-12-28 Makefile changes, a better fix will be applied to mainline and src after GCC 4.0 branches.
2005-01-03*** empty log message ***gdbadmin1-1/+1
2005-01-02daily updateAlan Modra1-1/+1
2005-01-02*** empty log message ***gdbadmin1-1/+1
2005-01-01daily updateAlan Modra1-1/+1
2005-01-01 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusionJoel Brobecker2-2/+7
in register number for addil instruction.
2005-01-01*** empty log message ***gdbadmin1-1/+1
2004-12-31daily updateAlan Modra1-1/+1
2004-12-31 * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.Paul Brook2-1/+5
2004-12-31 * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):Alan Modra3-4/+25
Commit missing changes from 2004-12-22. * bfd-in2.h: Regenerate.
2004-12-31*** empty log message ***gdbadmin1-1/+1
2004-12-30daily updateAlan Modra1-1/+1
2004-12-30 * gas/elf/elf.exp: Don't list reloc sections.Alan Modra3-4/+6
* gas/elf/section5.e: Remove reloc sections.
2004-12-30 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.Alan Modra2-4/+8
2004-12-30 * objdump.c (remove_useless_symbols): Discard section symbols.Alan Modra2-1/+5
2004-12-30*** empty log message ***gdbadmin1-1/+1
2004-12-29daily updateAlan Modra1-1/+1
2004-12-29 PR gas/619Alan Modra2-3/+7
* read.c (s_comm_internal): Don't zero end of name until size expression has been parsed.
2004-12-29 * emultempl/pe.em (set_pe_subsystem): Change second arg toDanny Smith2-1/+6
lang_add_entry to FALSE.
2004-12-29*** empty log message ***gdbadmin1-1/+1
2004-12-28daily updateAlan Modra1-1/+1
2004-12-282004-12-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini4-305/+642
PR bootstrap/17383 * Makefile.def (target_modules): Remove stage parameter, it is always true now. * Makefile.tpl (configure-build-[+module+], configure-target-[+module+]): Always build symlink tree for the directory and for include. BUILD_SUBDIR and TARGET_SUBDIR cannot be . anymore. * Makefile.in: Regenerate.
2004-12-28* remote.c (fetch_register_using_p): Recognize a register valueJim Blandy2-15/+31
starting with 'x' as indicating an unfetchable register.
2004-12-28*** empty log message ***gdbadmin1-1/+1
2004-12-27daily updateAlan Modra1-1/+1
2004-12-27Revert 2004-12-08 Makefile changes.DJ Delorie4-6/+4
2004-12-27merge from gccDJ Delorie7-1479/+752
2004-12-272004-12-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-4/+8
* readelf.c (read_leb128): Support 64bit host.
2004-12-27* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.Mark Kettenis2-2/+5
2004-12-27*** empty log message ***gdbadmin1-1/+1
2004-12-26* inftarg.c (child_xfer_partial): Remove code that handlesMark Kettenis2-7/+5
TARGET_OBJ_WCOOKIE.
2004-12-26daily updateAlan Modra1-1/+1
2004-12-26*** empty log message ***gdbadmin1-1/+1
2004-12-25daily updateAlan Modra1-1/+1
2004-12-25 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.Marek Michalkiewicz2-3/+7
2004-12-25* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.Mark Kettenis2-4/+5