aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-18 * ld-mips-elf/mips-elf.exp: Add test for R_MIPS16_GPREL relocations.Thiemo Seufer4-0/+44
* ld-mips-elf/reloc-3-n32.d, ld-mips-elf/reloc-3.d: New files.
2006-09-18 * ld-elfcomm/elfcomm.exp: Enable the alignment test forThiemo Seufer2-7/+17
mips*-*-*.
2006-09-18 * configure.tgt: Add mips*el-sde-elf* and mips*-sde-elf*Thiemo Seufer2-0/+9
configurations.
2006-09-18*** empty log message ***gdbadmin1-1/+1
2006-09-17daily updateAlan Modra1-1/+1
2006-09-17 * elf.c (special_sections_s): Revert last STRING_COMMA_LEN changeHans-Peter Nilsson2-1/+8
for .stabstr entry, explain why.
2006-09-17Fix grammar.Vladimir Prus1-1/+1
2006-09-17 * gdb.texinfo (GDB/MI Stack Manipulation): Mention thatVladimir Prus2-2/+12
-stack-list-arguments HIGH_FRAME argument can be larger then the actual number of frames.
2006-09-17 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test thatVladimir Prus2-0/+10
HIGH_FRAME argument to -stack-list-arguments can be larger than the number of frames.
2006-09-17Fix grammarVladimir Prus1-1/+1
2006-09-17 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Don't emit errorVladimir Prus2-3/+7
if high requested frame number is larger then number of available frames.
2006-09-17Fix typo in use of CONST_STRNEQNick Clifton1-1/+1
2006-09-17Add Score test filesNick Clifton31-0/+2247
2006-09-17 * dwarf2.c (concat_filename): Apply DW_AT_comp_dir if dir tableAlan Modra2-10/+37
entry isn't absolute.
2006-09-17*** empty log message ***gdbadmin1-1/+1
2006-09-16daily updateAlan Modra1-1/+1
2006-09-16Add support for Score target.Nick Clifton54-55/+13014
2006-09-16* bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as itsNick Clifton87-691/+791
argument and emits the string followed by a comma and then the length of the string. (CONST_STRNEQ): New macro. Checks to see if a variable string has a constant string as its initial characters. (CONST_STRNCPY): New macro. Copies a constant string to the start of a variable string. * bfd-in2.h: Regenerate. * <remainign files>: Make use of the new macros.
2006-09-162006-09-16 Paul Brook <paul@codesourcery.com>Paul Brook7-6/+52
gas/ * config/tc-arm.c (s_arm_unwind_movsp): Add offset argument. * doc/c-arm.texi (movsp): Document offset argument. gas/testsuite/ * gas/arm/unwind.s: Test two argument form of .movsp. * gas/arm/unwind.d: Update expected output. * gas/arm/unwind_vxworks.d: Ditto.
2006-09-16(linux_test_for_tracefork): Don't leave zombieNick Roberts1-0/+1
process.
2006-09-16*** empty log message ***Nick Roberts1-0/+5
2006-09-162006-09-16 Andrzej Zaborowski <balrog@zabor.org>Daniel Jacobowitz2-2/+6
* interps.c (interpreter_exec_cmd): Restore interpreter properties.
2006-09-162006-09-16 Paul Brook <paul@codesourcery.com>Paul Brook2-3/+8
* config/tc-arm.c (thumb32_negate_data_op): Consistently use unsigned int to avoid 64-bit host problems.
2006-09-16*** empty log message ***gdbadmin1-1/+1
2006-09-15daily updateAlan Modra1-1/+1
2006-09-15 * gdb.base/args.c (main): Add breakpoint marker.Daniel Jacobowitz3-33/+54
* gdb.base/args.exp: Use args_test for tests. Add new tests which really test empty arguments. (args_load): Delete. (args_test): New.
2006-09-15 * config/bfin-parse.y (binary): Do some more constant folding forBernd Schmidt2-6/+26
additions.
2006-09-152006-09-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+5
* ld-scripts/overlay-size.t: Discard .reginfo sections.
2006-09-152006-09-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+5
* ld-elf/hash.d: Don't run for mips targets.
2006-09-152006-09-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu6-13/+25
* ld-elf/loadaddr.s: Pad sections to 16 bytes. * ld-elf/loadaddr1.d: Updated. * ld-elf/loadaddr2.d: Likewise. * ld-elf/loadaddr3a.d: Likewise. * ld-elf/loadaddr3b.d: Likewise.
2006-09-15PR ld/3107Nick Clifton2-1/+19
* ldlang.c (lang_size_sections_1): Do not abort when encountering a non-empty section that is ignored. Instead produce a warning message.
2006-09-15Fix PR references.H.J. Lu2-4/+4
2006-09-15*** empty log message ***gdbadmin1-1/+1
2006-09-14daily updateAlan Modra1-1/+1
2006-09-14binutils/H.J. Lu7-5/+56
2006-09-14 H.J. Lu <hongjiu.lu@intel.com> PR binutils/3182 * objcopy.c (group_signature): Return proper group signature. binutils/testsuite/ 2006-09-14 H.J. Lu <hongjiu.lu@intel.com> PR binutils/3182 * binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF targets. * binutils-all/strip-1.d: New file. * binutils-all/strip-2.d: Likewise. * lib/utils-lib.exp (run_dump_test): Support strip.
2006-09-14 PR 3182Alan Modra4-19/+89
* elf.c (_bfd_elf_copy_private_header_data): Fix group members that have had their SHT_GROUP section removed. * objcopy.c (group_signature): New function, split out from.. (setup_section): ..here. (is_strip_section): Return true for SHT_GROUP sections that are going to lose their group signature symbol.
2006-09-14*** empty log message ***gdbadmin1-1/+1
2006-09-13daily updateAlan Modra1-1/+1
2006-09-13merge from gccDJ Delorie4-15/+29
2006-09-13 PR 3182Alan Modra2-15/+37
* objcopy.c (copy_object): Load symbols earlier. (setup_section): Mark group signature symbols with BSF_KEEP.
2006-09-132006-09-13 Jan Beulich <jbeulich@novell.com>Jan Beulich2-1/+6
* input-file.c (input_file_give_next_buffer): Demote as_bad to as_warn.
2006-09-13 PR gas/3165Alan Modra2-2/+8
* config/tc-sh (DWARF2_CIE_DATA_ALIGNMENT): Wrap negative number in parens.
2006-09-13 * input-file.h: Update comment.Alan Modra1-0/+1
2006-09-13*** empty log message ***gdbadmin1-1/+1
2006-09-12daily updateAlan Modra1-1/+1
2006-09-12 * input-file.c (input_file_open): Replace as_perror with as_badAlan Modra3-15/+19
so that gas exits with error on file errors. Correct error message. (input_file_get, input_file_give_next_buffer): Likewise.
2006-09-12bfd/H.J. Lu4-5/+24
2006-09-12 H.J. Lu <hongjiu.lu@intel.com> PR ld/3197 * elflink.c (elf_link_output_extsym): Compute bucket only if needed. ld/testsuite/ 2006-09-12 H.J. Lu <hongjiu.lu@intel.com> PR ld/3197 * ld-elf/hash.d: New test.
2006-09-12(test_file_list_exec_source_files): JustNick Roberts1-1/+1
check for one file.
2006-09-12*** empty log message ***Nick Roberts1-0/+5
2006-09-12daily updateAlan Modra1-1/+1