Vladimir Prus
cd5ff84afd
* gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
...
HIGH_FRAME argument to -stack-list-arguments can be larger than
the number of frames.
2006-09-17 15:49:32 +00:00
Vladimir Prus
f28f46e7d6
Fix grammar
2006-09-17 15:48:34 +00:00
Vladimir Prus
6e90a7df84
* mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Don't emit error
...
if high requested frame number is larger then number of available
frames.
2006-09-17 15:45:50 +00:00
Nick Clifton
faa4097754
Fix typo in use of CONST_STRNEQ
2006-09-17 14:38:51 +00:00
Nick Clifton
ee1ee5b5ae
Add Score test files
2006-09-17 14:24:56 +00:00
Alan Modra
7421a730ce
* dwarf2.c (concat_filename): Apply DW_AT_comp_dir if dir table
...
entry isn't absolute.
2006-09-17 02:44:38 +00:00
gdbadmin
882d0cb477
*** empty log message ***
2006-09-17 00:00:02 +00:00
Alan Modra
db98495956
daily update
2006-09-16 23:59:43 +00:00
Nick Clifton
1c0d3aa6ae
Add support for Score target.
2006-09-16 23:51:50 +00:00
Nick Clifton
0112cd268b
* bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its
...
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-16 18:12:17 +00:00
Paul Brook
4fa3602bd5
2006-09-16 Paul Brook <paul@codesourcery.com>
...
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 16:24:28 +00:00
Nick Roberts
97725dc4f6
(linux_test_for_tracefork): Don't leave zombie
...
process.
2006-09-16 09:48:12 +00:00
Nick Roberts
d51ca893c3
*** empty log message ***
2006-09-16 09:47:42 +00:00
Daniel Jacobowitz
04d1f77003
2006-09-16 Andrzej Zaborowski <balrog@zabor.org>
...
* interps.c (interpreter_exec_cmd): Restore interpreter properties.
2006-09-16 04:10:41 +00:00
Paul Brook
16dd5e4216
2006-09-16 Paul Brook <paul@codesourcery.com>
...
* config/tc-arm.c (thumb32_negate_data_op): Consistently use
unsigned int to avoid 64-bit host problems.
2006-09-16 00:55:33 +00:00
gdbadmin
f8576127ef
*** empty log message ***
2006-09-16 00:00:03 +00:00
Alan Modra
519548ba38
daily update
2006-09-15 23:59:44 +00:00
Daniel Jacobowitz
ae018d1aa1
* gdb.base/args.c (main): Add breakpoint marker.
...
* 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 20:06:42 +00:00
Bernd Schmidt
c4ae04ceb1
* config/bfin-parse.y (binary): Do some more constant folding for
...
additions.
2006-09-15 17:02:35 +00:00
H.J. Lu
76052d04e0
2006-09-15 H.J. Lu <hongjiu.lu@intel.com>
...
* ld-scripts/overlay-size.t: Discard .reginfo sections.
2006-09-15 16:19:33 +00:00
H.J. Lu
65163a8aaa
2006-09-15 H.J. Lu <hongjiu.lu@intel.com>
...
* ld-elf/hash.d: Don't run for mips targets.
2006-09-15 14:55:42 +00:00
H.J. Lu
06010a4e79
2006-09-15 H.J. Lu <hongjiu.lu@intel.com>
...
* 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-15 14:48:46 +00:00
Nick Clifton
99643f697e
PR ld/3107
...
* 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-15 09:48:58 +00:00
H.J. Lu
7d3d6bd5c1
Fix PR references.
2006-09-15 00:12:32 +00:00
gdbadmin
11352df049
*** empty log message ***
2006-09-15 00:00:06 +00:00
Alan Modra
3a296a7340
daily update
2006-09-14 23:59:47 +00:00
H.J. Lu
748fc5e9b4
binutils/
...
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 23:37:35 +00:00
Alan Modra
30288845d6
PR 3182
...
* 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 12:11:33 +00:00
gdbadmin
87699a25a2
*** empty log message ***
2006-09-14 00:00:32 +00:00
Alan Modra
2591496328
daily update
2006-09-13 23:59:49 +00:00
DJ Delorie
b5d60b683c
merge from gcc
2006-09-13 22:07:31 +00:00
Alan Modra
c39ada5438
PR 3182
...
* objcopy.c (copy_object): Load symbols earlier.
(setup_section): Mark group signature symbols with BSF_KEEP.
2006-09-13 15:08:38 +00:00
Jan Beulich
e5d4a5a6df
2006-09-13 Jan Beulich <jbeulich@novell.com>
...
* input-file.c (input_file_give_next_buffer): Demote as_bad to
as_warn.
2006-09-13 10:15:59 +00:00
Alan Modra
1a1219cba3
PR gas/3165
...
* config/tc-sh (DWARF2_CIE_DATA_ALIGNMENT): Wrap negative number
in parens.
2006-09-13 00:46:09 +00:00
Alan Modra
e336c79f90
* input-file.h: Update comment.
2006-09-13 00:00:40 +00:00
gdbadmin
e935a3233f
*** empty log message ***
2006-09-13 00:00:32 +00:00
Alan Modra
2a605a9e83
daily update
2006-09-12 23:59:45 +00:00
Alan Modra
f79d9c1df7
* input-file.c (input_file_open): Replace as_perror with as_bad
...
so that gas exits with error on file errors. Correct error
message.
(input_file_get, input_file_give_next_buffer): Likewise.
2006-09-12 23:57:26 +00:00
H.J. Lu
41198d0cfa
bfd/
...
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 22:10:31 +00:00
Nick Roberts
cd26961926
(test_file_list_exec_source_files): Just
...
check for one file.
2006-09-12 20:11:42 +00:00
Nick Roberts
b399c54988
*** empty log message ***
2006-09-12 20:11:22 +00:00
Alan Modra
7aa46699e6
daily update
2006-09-12 01:34:11 +00:00
gdbadmin
3447f01503
*** empty log message ***
2006-09-12 00:00:03 +00:00
Nick Clifton
ee873e002e
PR binutils/3110
...
* 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-11 14:40:39 +00:00
Nick Clifton
f512f76fcd
PR gas/3172
...
* config/tc-arm.c (parse_typed_reg_or_scalar): Accept wCg class registers
as a sub-class of wC registers.
2006-09-11 14:27:32 +00:00
Alan Modra
8d79fd448b
PR gas/3165
...
* 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 02:32:50 +00:00
gdbadmin
3cd97e27c1
*** empty log message ***
2006-09-11 00:00:33 +00:00
Alan Modra
2a319aca60
daily update
2006-09-10 23:59:51 +00:00
H.J. Lu
168dd6670b
2006-09-10 H.J. Lu <hongjiu.lu@intel.com>
...
PR binutils/3186
* elf.c (_bfd_elf_make_section_from_shdr): Correct length of
"gnu.linkonce.wi.".
2006-09-10 23:51:09 +00:00
Daniel Jacobowitz
5a2901d9ed
PR threads/2149
...
* infrun.c (handle_inferior_event): Context switch after fork
and exec events.
2006-09-10 16:21:03 +00:00