aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2006-09-12*** empty log message ***gdbadmin1-1/+1
2006-09-11PR binutils/3110Nick Clifton2-8/+35
* objcopy.c (copy_archive): Add new parameter: force_output_target. If not true, then perserve the file formats of each copied archive element, otherwise force them to be one specific file format. (copy_file): Compute force_output_target parameter to pass to copy_archive.
2006-09-11PR gas/3172Nick Clifton2-1/+9
* config/tc-arm.c (parse_typed_reg_or_scalar): Accept wCg class registers as a sub-class of wC registers.
2006-09-11 PR gas/3165Alan Modra4-7/+16
* config/tc-mips.h (enum dwarf2_format): Forward declare. (DWARF2_CIE_DATA_ALIGNMENT): Wrap negative number in parens. * config/tc-alpha.h (DWARF2_CIE_DATA_ALIGNMENT): Likewise. * config/tc-arm.h (DWARF2_CIE_DATA_ALIGNMENT): Likewise.
2006-09-11*** empty log message ***gdbadmin1-1/+1
2006-09-10daily updateAlan Modra1-1/+1
2006-09-102006-09-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+7
PR binutils/3186 * elf.c (_bfd_elf_make_section_from_shdr): Correct length of "gnu.linkonce.wi.".
2006-09-10 PR threads/2149Daniel Jacobowitz2-0/+18
* infrun.c (handle_inferior_event): Context switch after fork and exec events.
2006-09-10 * infcall.c (call_function_by_hand): Check for function pointerDaniel Jacobowitz2-0/+8
types.
2006-09-10*** empty log message ***gdbadmin1-1/+1
2006-09-09daily updateAlan Modra1-1/+1
2006-09-09 * m68k-tdep.c (m68k_analyze_register_saves): Fix decoding ofAndreas Schwab2-3/+8
`move.l %R,-(%sp)'.
2006-09-09*** empty log message ***gdbadmin1-1/+1
2006-09-08daily updateAlan Modra1-1/+1
2006-09-08 * lib/gas-dg.exp (gas-dg-test): Treat $dir as a literal.Kazu Hirata2-1/+6
2006-09-08PR gas/3129Nick Clifton2-12/+70
* doc/as.texinfo (Macro): Improve documentation about separating macro arguments from following text.