aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-12merge from gccDJ Delorie2-1/+4
2007-07-12* maint-tool (deps): Output stamp-h instead of config.h.Alexandre Oliva3-80/+82
* Makefile.in: Rebuild deps. (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
2007-07-12 PR 4782Alan Modra2-4/+9
* ldlang.c (lang_size_sections_1 <output_section_statement>): Only use expld.result when valid.
2007-07-12daily updateAlan Modra1-1/+1
2007-07-12*** empty log message ***gdbadmin1-1/+1
2007-07-11 * emultempl/spuelf.em (embedded_spu_file): Test for NULL pathAlan Modra2-12/+17
before calling base_name, not after.
2007-07-11Merge from gcc:DJ Delorie3-56/+66
2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Rewrite 'configure --help' strings to look nicer. * configure: Regenerate. 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Add some missing m4 quotation. * configure: Regenerate.
2007-07-112007-07-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-1/+24
* tls.m4 (GCC_CHECK_CC_TLS): New. 2007-07-05 Sebastian Pop <sebpop@gmail.com> PR bootstrap/32622 * mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer, don't reset its value.
2007-07-11 * config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): UseDaniel Jacobowitz2-2/+7
HAVE_64BIT_SYMBOLS.
2007-07-11daily updateAlan Modra1-1/+1
2007-07-11*** empty log message ***gdbadmin1-1/+1
2007-07-10Include "top.h".Nick Roberts1-6/+10
(breakpoint_1): Don't set convenience variable $_ if server prefix is used. (_initialize_breakpoint): Describe this behaviour in command help.
2007-07-10*** empty log message ***Nick Roberts1-0/+7
2007-07-102007-07-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-4/+10
* Makefile.in: Regenerated.
2007-07-102007-07-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu12-0/+46
* ld-elfvers/vers.exp: Add tests for --defsym. * ld-elfvers/vers32.map: Likewise. * ld-elfvers/vers32a.c: Likewise. * ld-elfvers/vers32a.dsym: Likewise. * ld-elfvers/vers32a.ver: Likewise. * ld-elfvers/vers32b.c: Likewise. * ld-elfvers/vers32b.dsym: Likewise. * ld-elfvers/vers32b.ver: Likewise. * ld-elfvers/vers32c.dsym: Likewise. * ld-elfvers/vers32c.ver: Likewise. * ld-elfvers/vers32d.ver: Likewise.
2007-07-10 * objdump.c (dump_dwarf): Correct setting of is_relocatable.Alan Modra2-18/+21
2007-07-102007-07-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+10
PR binutils/4756 * simple.c (bfd_simple_get_relocated_section_content): Don't apply relocation on executable and shared library.
2007-07-10 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't eliminateNathan Sidwell2-4/+13
copy relocs on vxworks.
2007-07-10 * scripttempl/elf.sc (DISCARDED): Renamed from STACKNOTE. AddAlan Modra6-10/+19
.gnu.debuglink. * scripttempl/armbpabi.sc: Likewise. * scripttempl/elf32sh-symbian.sc: Likewise. * scripttempl/elfxtensa.sc: Likewise. * scripttempl/mep.sc: Likewise.
2007-07-10 * elf32-arm.c (elf32_arm_size_info): Init checksum_contents field.Alan Modra7-0/+15
* elf64-alpha.c (alpha_elf_size_info): Likewise. * elf64-hppa.c (hppa64_elf_size_info): Likewise. * elf64-mips.c (mips_elf64_size_info): Likewise. * elf64-s390.c (s390_elf64_size_info): Likewise. * elf64-sparc.c (elf64_sparc_size_info): Likewise.
2007-07-102007-07-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-11/+41
* elflink.c (bfd_elf_record_link_assignment): Handle indirect symbol. (_bfd_elf_merge_symbol): Properly update normal symbol when overriding the versioned symbol from a dynamic library.
2007-07-10daily updateAlan Modra1-1/+1
2007-07-10*** empty log message ***gdbadmin1-1/+1
2007-07-09.Roland McGrath5-15/+53
2007-07-092007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath3-128/+209
* emultempl/elf32.em (gld${EMULATION_NAME}_add_option): Add --build-id. (gld${EMULATION_NAME}_handle_option): Handle --build-id. (gld${EMULATION_NAME}_list_options): List --build-id. (gld${EMULATION_NAME}_after_open): If --build-id was given, synthesize a ".note.gnu.build-id" section and cache it in elf_tdata. * ld.texinfo (Options): Describe --build-id. * NEWS: Mention --build-id.
2007-07-092007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath2-2/+157
* elf-bfd.h (struct elf_obj_tdata): Add members emit_note_gnu_build_id and note_gnu_build_id_sec. * elf.c (_bfd_id_note_section_size): New global function. (read_hex, _bfd_elf_write_build_id_section): New static functions. (_bfd_elf_write_object_contents): Call _bfd_elf_write_build_id_section if emit_note_gnu_build_id is set. * Makefile.am (elf.lo): Update dependencies.
2007-07-092007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+13
* elf-bfd.h (struct elf_obj_tdata): Add members emit_note_gnu_build_id and note_gnu_build_id_sec. * elf.c (_bfd_id_note_section_size): New global function. (read_hex, _bfd_elf_write_build_id_section): New static functions. (_bfd_elf_write_object_contents): Call _bfd_elf_write_build_id_section if emit_note_gnu_build_id is set. * Makefile.am (elf.lo): Update dependencies. * elf-bfd.h (struct elf_size_info): Add checksum_contents hook. (bfd_elf32_checksum_contents, bfd_elf64_checksum_contents): Declare. * elfcode.h (elf_checksum_contents): New macro and function. (NAME(_bfd_elf,size_info)): Initialize checksum_contents hook.
2007-07-092007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+50
* elf-bfd.h (struct elf_size_info): Add checksum_contents hook. (bfd_elf32_checksum_contents, bfd_elf64_checksum_contents): Declare. * elfcode.h (elf_checksum_contents): New macro and function. (NAME(_bfd_elf,size_info)): Initialize checksum_contents hook.
2007-07-092007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+3
* bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
2007-07-092007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath1-2/+27
* readelf.c (get_gnu_elf_note_type): New function. (process_note): Use it for "GNU" name.
2007-07-092007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath1-2/+6
* common.h (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
2007-07-09Import patch from FSF gcc sources to add support for building windmc tool.Nick Clifton6-1182/+1622
2007-07-09daily updateAlan Modra1-1/+1
2007-07-09*** empty log message ***gdbadmin1-1/+1
2007-07-08 * win32-low.c (handle_output_debug_string): Ignore event if notPedro Alves2-1/+14
waiting.
2007-07-08 * solib-target.c (library_list_start_segment): Cast address toPedro Alves2-1/+7
CORE_ADDR.
2007-07-08 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.Andreas Schwab1-0/+7
(CFILES): Add unwind-ia64.c. Regenerate dependencies. * Makefile.in: Regenerate.
2007-07-08 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.Andreas Schwab2-12/+22
(CFILES): Add unwind-ia64.c. Regenerate dependencies. * Makefile.in: Regenerate.
2007-07-08 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.Pedro Alves2-1/+5
2007-07-08*** empty log message ***gdbadmin1-1/+1
2007-07-08daily updateAlan Modra1-1/+1
2007-07-07*** empty log message ***gdbadmin1-1/+1
2007-07-07daily updateAlan Modra1-1/+1
2007-07-062007-07-06 Mark Kettenis <kettenis@gnu.org>H.J. Lu3-25/+48
H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (i386-tbl.h): Add $(srcdir)/ to target. (ia64-asmtab.c): Likewise. * Makefile.in: Regenerate.
2007-07-06Update sources to GPLv3Nick Clifton175-1074/+1642
2007-07-06* bsd-uthread.c (bsd_uthread_wait): Don't try to fetch thread IDsMark Kettenis2-0/+11
for terminated processes.
2007-07-06Update tp GPLv3Nick Clifton2-2/+7
2007-07-06CHange FSF sources over to GPLv3Nick Clifton24-166/+186
2007-07-06 * elflink.c (elf_link_add_object_symbols): Return viaAlan Modra2-5/+9
error_free_vers on "notice" failure.
2007-07-06daily updateAlan Modra1-1/+1