aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-06PR ld/2877Nick Clifton2-2/+7
* ld.texinfo: Fix spelling mistakes.
2006-07-06PR binutils/2877Nick Clifton4-28/+40
* doc/as.texi: Fix spelling typo: branchs => branches. * doc/c-m68hc11.texi: Likewise. * config/tc-m68hc11.c: Likewise. Support old spelling of command line switch for backwards compatibility.
2006-07-062006-07-06 Mohammed Adnène Trojette <adn@diwi.org>Nick Clifton2-2/+6
PR binutils/2875 * doc/binutils.texi (readelf): Fix spelling typo.
2006-07-06PR binutils/2879Nick Clifton3-3/+11
* doc/binutils.texi: Document -T shorthand for --target switch. * strings.c: Update comment to include -T option.
2006-07-06daily updateAlan Modra1-1/+1
2006-07-06*** empty log message ***gdbadmin1-1/+1
2006-07-05gdb/Daniel Jacobowitz12-693/+21
* remote.c (remote_xfer_partial): Remove KOD support. * target.h (enum target_object): Remove TARGET_OBJECT_KOD. * MAINTAINERS: Move Kernel Object Display entry to past maintainers. * Makefile.in (SFILES, kod_h, COMMON_OBS, kod.o, kod-cisco.o): Remove KOD support. * mi/mi-cmds.c (mi_cmds): Remove dummy KOD commands. * NEWS: Mention KOD. * kod.h, kod.c, kod-cisco.c: Delete files. gdb/doc/ * doc/gdb.texinfo (KOD): Remove node. (GDB/MI Kod Commands): Remove commented out node.
2006-07-05 * arm-dis.c (coprocessor): Alter fmsrr disassembly syntax.Julian Brown2-1/+5
2006-07-05 * gas/arm/vfp-neon-syntax.d: Tweak expected fmsrr syntax.Julian Brown5-8/+15
* gas/arm/vfp-neon-syntax_t2.d: Likewise. * gas/arm/vfp2.d: Likewise. * gas/arm/vfp2_t2.d: Likewise.
2006-07-05 * ld-mips-elf/multi-got-1.d, ld-mips-elf/tls-multi-got-1.got,Thiemo Seufer4-8201/+8206
ld-mips-elf/tls-multi-got-1.r: Update multigot testcases.
2006-07-05PR ld/2659Nick Clifton2-1/+8
* cofflink.c (_bfd_coff_link_input_bfd): Fix selection of aux entry when multiple definitions of a symbol are encountered.
2006-07-05daily updateAlan Modra1-1/+1
2006-07-05*** empty log message ***gdbadmin1-1/+1
2006-07-04ChangeLog:Alexandre Oliva4-3/+11
* ltconfig: chmod 644 before ranlib during install. libiberty/ChangeLog: * Makefile.in: chmod 644 before ranlib during install.
2006-07-04 * config/tc-mips.c (s_is_linkonce): New function.Thiemo Seufer2-22/+41
(mips16_mark_labels): Don't adjust mips16 symbol addresses for weak, external, and linkonce symbols. (pic_need_relax): Use s_is_linkonce.
2006-07-04 * gas/mips/e32-rel2.d, gas/mips/e32-rel4.d: Use -mabi=32 for as.Thiemo Seufer4-14/+16
* gas/mips/mips.exp: Move mips16e testcase to ELF only tests. Run elf{el}-rel2 and elf-rel4 for all arches with gpr64. Run e32-rel2 and e32-rel4 also for 64 bit configurations.
2006-07-04 * remote.c (init_remote_state): Use xrealloc instead of xmalloc.Daniel Jacobowitz2-1/+5
2006-07-04 * gdb.base/huge.c: Allow CRASH_GDB to be set from commandNathan Sidwell5-14/+29
line. * gdb.base/huge.exp: Loop over compilation to find a size that is acceptable. * gdb.base/remote.exp: Correct expected strings. * gdb.dwarf2/mac-fileno.S: Avoid # comments.
2006-07-04daily updateAlan Modra1-1/+1
2006-07-04*** empty log message ***gdbadmin1-1/+1
2006-07-032006-07-03 Nathan J. Williams <nathanw@wasabisystems.com>Nathan J. Williams2-1/+7
* bsd-kvm.c (bsd_kvm_open): Open the KVM interface read-write if write_files is set.
2006-07-032006-07-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini3-3/+3
* configure.in: Fix thinkos in previous check-in. * configure: Regenerate.
2006-07-032006-07-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini3-2/+7
* configure.in: Fix thinko in previous check-in. * configure: Regenerate.
2006-07-032006-07-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini3-114/+163
Sync from gcc: 2007-07-03 Paolo Bonzini <bonzini@gnu.org> PR other/27063 * configure.in: Test subdir_requires and give an appropriate error message. * configure: Regenerate. 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> PR target/27540 * configure.in: Only enable libgomp on IRIX 6. * configure: Regenerate.
2006-07-03daily updateAlan Modra1-1/+1
2006-07-03*** empty log message ***gdbadmin1-1/+1
2006-07-02*** empty log message ***gdbadmin1-1/+1
2006-07-02daily updateAlan Modra1-1/+1
2006-07-01 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)Eli Zaretskii2-204/+215
(GDB/MI Breakpoint Commands, GDB/MI Program Context) (GDB/MI Thread Commands, GDB/MI Program Execution) (GDB/MI Stack Manipulation, GDB/MI Variable Objects) (GDB/MI Data Manipulation, GDB/MI Symbol Query) (GDB/MI File Commands, GDB/MI Target Manipulation) (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb), since the MI prompt is hard-wired into the code.
2006-07-01daily updateAlan Modra1-1/+1
2006-07-01*** empty log message ***gdbadmin1-1/+1
2006-06-30(GDB/MI Compatibility with CLI): Qualify more carefully.Nick Roberts1-1368/+1284
(GDB/MI Simple Examples): Use @subheading for "A Bad Command". (GDB/MI Data Manipulation): Remove description of unimplemented display related commands as variable objects perform this function and are superior: -display-delete, -display-disable, -display-enable, -display-insert and -display-list. Move -environment-cd, -environment-directory, -environment-path and -environment-pwd to "Program Context". (GDB/MI Program Control): Rename to "Program Execution". Move -exec-arguments -exec-abort to... (GDB/MI Program Context): ...here. New node split from "Data Manipulation".
2006-06-30*** empty log message ***Nick Roberts1-0/+15
2006-06-30bfd/H.J. Lu11-79/+63
2006-06-30 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_relocate_section): Use xchg %ax,%ax instead of 2 nops. * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. (elf64_x86_64_plt0_entry): Use nopl 0(%rax) instead of 4 nops. ld/testsuite/ 2006-06-30 H.J. Lu <hongjiu.lu@intel.com> * ld-i386/tlsbindesc.dd: Updated to expect xchg %ax,%ax instead of 2 nops. * ld-i386/tlsdesc.dd: Likewise. * ld-i386/tlsgdesc.dd: Likewise. * ld-x86-64/tlsbindesc.dd: Likewise. * ld-x86-64/tlsdesc.dd: Likewise. * ld-x86-64/tlsdesc.pd: Likewise. * ld-x86-64/tlsgdesc.dd: Likewise.
2006-06-30* dwarf.c (display_debug_frames): Catch a corrupt length field generating anNick Clifton2-11/+41
end of block address that is beyond the end of the section. When encountering a corrupt CIE pointer do not reset the start pointer as more data still has to be read. Do not warn about user defined call frame instructions.
2006-06-30daily updateAlan Modra1-1/+1
2006-06-30*** empty log message ***gdbadmin1-1/+1
2006-06-29* readelf.c (process_section_headers): Add H8/300 support.DJ Delorie2-0/+21
2006-06-29 PR ld/2513Jakub Jelinek4-43/+20
* elf32-i386.c (GOT_TLS_MASK, GOT_TLS_IE_IE, GOT_TLS_IE_GD, GOT_TLS_IE_MASK, elf_i386_check_relocs, allocate_dynrelocs): Revert 2006-04-08 changes. (elf_i386_relocate_section): Likewise. For GD->IE transition change subl into addl whenever tls_type is GOT_TLS_IE_POS. * ld-i386/tlsbin.dd: Fix expected output.
2006-06-29*** empty log message ***gdbadmin1-1/+1
2006-06-29daily updateAlan Modra1-1/+1
2006-06-28*** empty log message ***gdbadmin1-1/+1
2006-06-28daily updateAlan Modra1-1/+1
2006-06-27* emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum length ofNick Clifton2-7/+27
format strings in the libname_fmt[] array, rather than relying upon a statically chosen value. Adjust xmalloc call to use this longest length.
2006-06-27(-rpath-link): Clarify distinction between -rpath and -rpath-link.Nick Clifton2-27/+34
2006-06-27*** empty log message ***gdbadmin1-1/+1
2006-06-27daily updateAlan Modra1-1/+1
2006-06-26* r8c.opc (decode_r8c): Don't bother reading the destinationDJ Delorie2-4/+9
before moving a constant into it. Fix borrow comparison for SUB.
2006-06-26daily updateAlan Modra1-1/+1
2006-06-26*** empty log message ***gdbadmin1-1/+1