aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-28 * testutils.inc: Change license to GPL version 3.Joel Brobecker5-20/+23
* utils-dsp.inc: Change license to GPL version 3. * utils-fpu.inc: Change license to GPL version 3. * utils-mdmx.inc: Change license to GPL version 3.
2007-08-28*** empty log message ***gdbadmin1-1/+1
2007-08-27ChangeLog gdb/:Ulrich Weigand4-3/+48
* spu-tdep.c (spu_pointer_to_address): New function. (spu_integer_to_address): Likewise. (spu_gdbarch_init): Add spu_pointer_to_address and spu_integer_to_address to gdbarch. ChangeLog gdb/testsuite/: * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses to fit into SPU Local Store memory.
2007-08-27daily updateAlan Modra1-1/+1
2007-08-27*** empty log message ***gdbadmin1-1/+1
2007-08-26 * arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.Pedro Alves2-1/+5
2007-08-26daily updateAlan Modra1-1/+1
2007-08-26*** empty log message ***gdbadmin1-1/+1
2007-08-25include/elf/Alan Modra6-3/+58
* common.h (NT_SPU): Define. bfd/ * elf.c (elfcore_grok_spu_note): New function. (elf_parse_notes): Call it. binutils/ * readelf.c (process_note): Recognize SPU core file notes.
2007-08-25*** empty log message ***gdbadmin1-1/+1
2007-08-25daily updateAlan Modra1-1/+1
2007-08-242007-08-24 Joseph Myers <joseph@codesourcery.com>Joseph Myers9-11/+153
Paul Brook <paul@codesourcery.com> * remap.c: New. * as.h (remap_debug_filename, add_debug_prefix_map): Declare. * as.c (show_usage): Document --debug-prefix-map option. (parse_args): Handle --debug-prefix-map. * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths. * stabs.c (stabs_generate_asm_file): Remap debug paths. * Makefile.am (GAS_CFILES): Add remap.c (GENERIC_OBJS): Add remap.o. Regenerate dependencies. * Makefile.in: Regenerate. * doc/as.texinfo (--debug-prefix-map): Document.
2007-08-242007-08-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* elf64-x86-64.c (elf64_x86_64_relocate_section): Adjust indentation.
2007-08-24 * elf.c (elfcore_grok_win32pstatus): Remove HAVE_WIN32_PSTATUS_TPedro Alves2-21/+36
guard. Make it host independent. (elfcore_grok_note): Remove HAVE_WIN32_PSTATUS_T guard around NT_WIN32PSTATUS.
2007-08-242007-08-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu23-0/+229
* ld-i386/i386.exp (i386tests): Add a test for TLS IE->LE transition. Run tlsie2, tlsie3, tlsie4 and tlsie5. * ld-i386/tlsie1.dd: New file. * ld-i386/tlsie1.s: Likewise. * ld-i386/tlsie2.d: Likewise. * ld-i386/tlsie2.s: Likewise. * ld-i386/tlsie3.d: Likewise. * ld-i386/tlsie3.s: Likewise. * ld-i386/tlsie4.d: Likewise. * ld-i386/tlsie4.s: Likewise. * ld-i386/tlsie5.d: Likewise. * ld-i386/tlsie5.s: Likewise. * ld-x86-64/tlsgd2.d: Likewise. * ld-x86-64/tlsgd2.s: Likewise. * ld-x86-64/tlsgd3.d: Likewise. * ld-x86-64/tlsgd3.s: Likewise. * ld-x86-64/tlsie1.dd: Likewise. * ld-x86-64/tlsie1.s: Likewise. * ld-x86-64/tlsie2.d: Likewise. * ld-x86-64/tlsie2.s: Likewise. * ld-x86-64/tlsie3.d: Likewise. * ld-x86-64/tlsie3.s: Likewise. * ld-x86-64/x86-64.exp (x86_64tests): Add a test for TLS LD->LE transition. Run tlsgd2, tlsgd3, tlsie2 and tlsie3.
2007-08-242007-08-24 Aurelien Jarno <aurel32@debian.org>Daniel Jacobowitz2-5/+10
* config/tc-arm.c (md_apply_fix): Cast bfd_vma values to long before printing them.
2007-08-24merge from gccDJ Delorie6-55/+69
2007-08-24 * configure.in: Install embedspu on powerpc*-*-eabi* also.Daniel Jacobowitz3-2/+7
* configure: Regenerated.
2007-08-24Fixed formatting of the ChangeLog BUILD_ID entry.Jan Kratochvil1-2/+2
2007-08-242007-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>Jan Kratochvil3-35/+125
* elf-bfd.h (struct elf_obj_tdata): New BUILD_ID_SIZE, BUILD_ID. * elf.c (elfcore_read_notes): Split to ... (elf_read_notes) ... here ... (elf_parse_notes): ... and here. Check `bfd_get_format (abfd)' with the former subfunctions called only for BFD_CORE. Call ELFOBJ_GROK_GNU_NOTE for BFD_OBJECT files with the owner "GNU". (_bfd_elf_make_section_from_shdr): Call ELF_PARSE_NOTES for SHT_NOTEs. (bfd_section_from_phdr): Update the call for renamed ELFCORE_READ_NOTES. (elfobj_grok_gnu_build_id, elfobj_grok_gnu_note): New functions. Code advisory: Roland McGrath
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker381-2073/+1572
to GPLv3.
2007-08-24Translation updates.Daniel Jacobowitz4-1169/+1476
2007-08-24 * elf64-mips.c (elf_backend_sign_extend_vma): Define.Daniel Jacobowitz2-0/+6
2007-08-24 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Warning fix.Alan Modra2-3/+10
2007-08-24 * config/tc-i386.c (lex_got): Don't scan past a comma.Alan Modra2-6/+11
2007-08-24binutils/Ben Elliston13-7/+312
* doc/binutils.texi (objdump): Document -Mppcps. gas/ * config/tc-ppc.c (parse_cpu): Handle "750cl". (pre_defined_registers): Add "gqr0" to "gqr7", "gqr.0" to "gqr.7". (md_show_usage): Document -m750cl. (md_assemble): Handle two delimiters in succession (eg. `),'). * doc/c-ppc.texi (PowerPC-Opts): Document -m750cl. * testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests. * testsuite/gas/ppc/ppc750ps.s: New file. * testsuite/gas/ppc/ppc750ps.d: Likewise. include/opcode/ * ppc.h (PPC_OPCODE_PPCPS): New. opcodes/ * ppc-opc.c (PSW, PSWM, PSQ, PSQM, PSD, MTMSRD_L): New. (XOPS, XOPS_MASK, XW, XW_MASK): Likewise. (PPCPS): Likewise. (powerpc_opcodes): Add all pair singles instructions. * ppc-dis.c (powerpc_dialect): Handle "ppcps". (print_ppc_disassembler_options): Document -Mppcps.
2007-08-24daily updateAlan Modra1-1/+1
2007-08-24*** empty log message ***gdbadmin1-1/+1
2007-08-23 * gdb.base/default.exp: Adjust the expected output of "infoJoel Brobecker2-1/+6
warranty" after the switch to GPLv3.
2007-08-23 * Makefile.in (copying.c): Use the top-level COPYING3 as the fileJoel Brobecker4-288/+633
that contains the GDB license. * copying.awk: Adjust to the GPLv3 wording. * copying.c: Regenerate.
2007-08-23Spelling fix.Joel Brobecker1-1/+1
2007-08-23 * copying.awk: Protoization, and I18n markup.Joel Brobecker2-11/+11
2007-08-23 * lib/gdb.exp (default_gdb_init): Increase expect buffer sizeJoel Brobecker2-3/+9
to 30000 (from 20000).
2007-08-23 * config/djgpp/djconfig.sh: Switch license to GPLv3.Joel Brobecker10-58/+49
* copyright.sh: Likewise. * gdb-events.sh: Likewise. * gdb_gcore.sh: Likewise. * gdb_mbuild.sh: Likewise. * gdbarch.sh: Likewise. * observer.sh: Likewise. * features/feature_to_c.sh: Likewise. * regformats/regdat.sh: Likewise.
2007-08-23 Switch the license of all .h files to GPLv3.Joel Brobecker12-120/+108
2007-08-23 Switch the license of all .exp files to GPLv3.Joel Brobecker432-2073/+1619
Switch the license of all .f and .f90 files to GPLv3. Switch the license of all .s and .S files to GPLv3.
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker798-3530/+1993
Switch the license of all .h files to GPLv3. Switch the license of all .cc files to GPLv3.
2007-08-23 * configure.ac: Switch license to GPLv3.Joel Brobecker6-15/+21
2007-08-23 Switch the licensing to GPLv3 for all .ads and .adb files.Joel Brobecker15-50/+32
2007-08-232007-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-8/+19
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerated.
2007-08-23bfd/H.J. Lu9-589/+947
2007-08-23 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c: Include "bfd_stdint.h". (elf_i386_rtype_to_howto): New function. (elf_i386_info_to_howto_rel): Use it. (x86_64_opcode16): New union type. (elf_i386_check_tls_transition): New function. (elf_i386_tls_transition): Updated to check transition and issue an error if a transition isn't supported. (elf_i386_check_relocs): Return FALSE if elf_i386_tls_transition returns FALSE. (elf_i386_gc_sweep_hook): Likewise. (elf_i386_relocate_section): Likewise. Remove BFD_ASSERT on TLS transitions. * elf64-x86-64.c: Include "bfd_stdint.h". (x86_64_opcode16): New union type. (x86_64_opcode32): Likewise. (elf64_x86_64_check_tls_transition): New function. (elf64_x86_64_tls_transition): Updated to check transition and issue an error if a transition isn't supported. (elf64_x86_64_check_relocs): Return FALSE if elf64_x86_64_tls_transition returns FALSE. (elf64_x86_64_gc_sweep_hook): Likewise. (elf64_x86_64_relocate_section): Likewise. Remove BFD_ASSERT on TLS transitions. ld/testsuite/ 2007-08-23 H.J. Lu <hongjiu.lu@intel.com> * ld-i386/tlsbinpic.s: Add a new GD -> IE test. * ld-i386/tlsgd1.s: Add a new GD -> LE test. * ld-i386/tlsbin.dd: Updated. * ld-i386/tlsbin.rd: Likewise. * ld-i386/tlsgd1.dd: Likewise.
2007-08-23 * doc/c-arm.texi (ARM Directives): Move brackets out of @vars.Ben Elliston2-2/+6
2007-08-23*** empty log message ***gdbadmin1-1/+1
2007-08-23daily updateAlan Modra1-1/+1
2007-08-22Recognize and ignore the --eh-frame-hdr option.Ian Lance Taylor2-0/+13
2007-08-222007-08-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-376/+160
* elfxx-ia64.c: Convert to ISO C90 prototypes. (elfNN_hpux_backend_section_from_bfd_section): Make it static.
2007-08-22 * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP toDaniel Jacobowitz2-0/+30
determine the file's FPU type.
2007-08-22 gdb/testsuite/Daniel Jacobowitz5-11/+116
* gdb.base/callfuncs.exp (do_function_calls): Use t_double_int and t_int_double. * gdb.base/callfuncs.c (t_double_int, t_int_double): New. gdb/ * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New. (mips_n32n64_push_dummy_call): Always increment float_argreg along with argreg. Use mips_n32n64_fp_arg_chunk_p.
2007-08-22 * solib-svr4.c (scan_dyntag): Only read target memory when necessary.Daniel Jacobowitz2-19/+36
Fix formatting. (elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments. (elf_lookup_lib_symbol): Fix formatting.
2007-08-222007-08-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-6/+11
* elf64-x86-64.c: Remove trailing whitespace. * elfxx-ia64.c: Likewise.