deliverable/binutils-gdb.git
16 years agogas/
Jan Beulich [Wed, 26 Sep 2007 06:58:01 +0000 (06:58 +0000)] 
gas/
2007-09-26  Jan Beulich  <jbeulich@novell.com>

* config/tc-ia64.c (dot_pred_rel): Replace specialized handling
with simple call to parse_operand.

16 years agogas/
Jan Beulich [Wed, 26 Sep 2007 06:55:57 +0000 (06:55 +0000)] 
gas/
2007-09-26  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (NUM_FLAG_CODE): Remove.

16 years agogas/
Jan Beulich [Wed, 26 Sep 2007 06:54:00 +0000 (06:54 +0000)] 
gas/
2007-09-26  Jan Beulich  <jbeulich@novell.com>

* as.c (itbl_parse): Remove #define.
(struct itbl_file_list): Move down and ...
(itbl_files): .. conditionalize upon HAVE_ITBL_CPU.
(show_usage): Conditionalize printing of --itbl option upon
HAVE_ITBL_CPU.
(parse_args): Conditionalize handling of -t/--itbl options upon
HAVE_ITBL_CPU. Remove OPTION_INSTTBL and replace its use with
't'.

16 years agoBasic DWARF constants.
Ian Lance Taylor [Wed, 26 Sep 2007 05:50:57 +0000 (05:50 +0000)] 
Basic DWARF constants.

16 years agoAdd basic exception frame header, plus test.
Ian Lance Taylor [Wed, 26 Sep 2007 05:44:38 +0000 (05:44 +0000)] 
Add basic exception frame header, plus test.

16 years agogas/
H.J. Lu [Wed, 26 Sep 2007 04:42:47 +0000 (04:42 +0000)] 
gas/

2007-09-25  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (output_insn): Use i.tm.opcode_length to
check opcode length.

opcodes/

2007-09-25  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (process_i386_opcodes): Process opcode_length.

* i386-opc.h (template): Add opcode_length.
* 386-opc.tbl: Likewise.
* i386-tbl.h: Regenerated.

16 years ago * emultempl/spu_ovl.S: Add debug printf code.
Alan Modra [Wed, 26 Sep 2007 03:13:55 +0000 (03:13 +0000)] 
* emultempl/spu_ovl.S: Add debug printf code.

16 years ago * elf64-ppc.c (ppc_build_one_stub): Correct rel_hdr.sh_size.
Alan Modra [Wed, 26 Sep 2007 03:07:45 +0000 (03:07 +0000)] 
* elf64-ppc.c (ppc_build_one_stub): Correct rel_hdr.sh_size.

16 years agodaily update
Alan Modra [Wed, 26 Sep 2007 00:00:06 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Wed, 26 Sep 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agoUse mmap to read from input files.
Ian Lance Taylor [Tue, 25 Sep 2007 23:08:30 +0000 (23:08 +0000)] 
Use mmap to read from input files.

16 years agoAdd cache parameter to get_view. Discard uncached views on unlock.
Ian Lance Taylor [Tue, 25 Sep 2007 17:50:26 +0000 (17:50 +0000)] 
Add cache parameter to get_view.  Discard uncached views on unlock.
Fix bug this exposed in archive armap symbol name handling.

16 years ago2007-09-25 Pierre Muller <muller@ics.u-strasbg.fr>
Pierre Muller [Tue, 25 Sep 2007 16:23:55 +0000 (16:23 +0000)] 
2007-09-25  Pierre Muller  <muller@ics.u-strasbg.fr>

* p-exp.y: Fix 12 ARI reported problems.
(name_not_typename): Fix 2 operator at end of line issues.
(yylex): Fix 3 operator at end of line issues.
Replace 7 DEPRECATED_STREQ macros using strcmp function.

16 years ago* mips-tdep.c (mips_n32n64_return_value): Per N32/N64 ABI
Maciej W. Rozycki [Tue, 25 Sep 2007 16:08:17 +0000 (16:08 +0000)] 
* mips-tdep.c (mips_n32n64_return_value): Per N32/N64 ABI
rules return composite types in registers as appropriate.

16 years ago* cg_print.c (sort_members): Include the final member on the list in the sort.
Nick Clifton [Tue, 25 Sep 2007 15:58:04 +0000 (15:58 +0000)] 
* cg_print.c (sort_members): Include the final member on the list in the sort.

16 years ago* config/tc-m68k.c (LONG_BRANCH_VIA_COND): New.
Nick Clifton [Tue, 25 Sep 2007 15:31:05 +0000 (15:31 +0000)] 
* config/tc-m68k.c (LONG_BRANCH_VIA_COND): New.
  (BRANCHBWPL, FRAG_VAR_SIZE): New.
  (md_relax_table): Add BRANCHBWPL entries.
  (m68k_ip): Choose BRANCHBWPL relaxation if necessary.
  (md_assemble): Use FRAG_VAR_SIZE.
  (md_convert_frag_1): Add BRANCHBWPL cases.
  (md_estimate_size_before_relaz): Likewise.
* gas/m68k/br-isaa.d: Dump relocs too.
* gas/m68k/br-isab.d: Likewise.
* gas/m68k/br-isac.d: Likewise.  Adjust for long branch relaxation.
Index: gas/config/tc-m68k.c

16 years agoFix spelling typo
Nick Clifton [Tue, 25 Sep 2007 15:23:28 +0000 (15:23 +0000)] 
Fix spelling typo

16 years agobfd/
Alan Modra [Tue, 25 Sep 2007 08:27:39 +0000 (08:27 +0000)] 
bfd/
* elf32-spu.c (struct spu_link_hash_table): Add ovly_load_r_symndx.
(spu_elf_size_stubs): Count stub relocs.
(write_one_stub): Emit relocs on overlay call stubs.
ld/testsuite/
* ld-spu/ovl.d: Adjust for stub relocs.
* ld-spu/ovl2.d: Likewise.

16 years ago * elf32-spu.c (struct spu_link_hash_table): Add "stubs".
Alan Modra [Tue, 25 Sep 2007 07:58:21 +0000 (07:58 +0000)] 
* elf32-spu.c (struct spu_link_hash_table): Add "stubs".
(spu_elf_link_hash_table_create): Init new field.
(spu_elf_size_stubs): Store sorted stub syms in new htab field
rather than local var.
(spu_elf_build_stubs): Iterate over htab stubs rather than
hash traversal.
(struct stubarr): Delete.
(allocate_spuear_stubs, populate_stubs, write_one_stub): Adjust.

16 years agoRework File_read interface. Get file size. Use pread when
Ian Lance Taylor [Tue, 25 Sep 2007 06:43:17 +0000 (06:43 +0000)] 
Rework File_read interface.  Get file size.  Use pread when
available.

16 years agoRemove get_view_and_size.
Ian Lance Taylor [Tue, 25 Sep 2007 05:16:35 +0000 (05:16 +0000)] 
Remove get_view_and_size.

16 years agoBreak out default pbytes argument to read and get_view routines,
Ian Lance Taylor [Tue, 25 Sep 2007 00:27:29 +0000 (00:27 +0000)] 
Break out default pbytes argument to read and get_view routines,
adding new routines.

16 years agodaily update
Alan Modra [Tue, 25 Sep 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Tue, 25 Sep 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agogas/
Carlos O'Donell [Mon, 24 Sep 2007 22:08:21 +0000 (22:08 +0000)] 
gas/

2007-09-24  Carlos O'Donell  <carlos@codesourcery.com>

* config/tc-mips.c (s_align): Set max_alignment to 28.

gas/testsuite/

2007-09-24  Carlos O'Donell  <carlos@codesourcery.com>

* gas/mips/align.s, gas/mips/align.d: New test.
* gas/mips/mips.exp: Run it.

16 years ago* symfile.h (struct symfile_segment_data): Doc fixes.
Jim Blandy [Mon, 24 Sep 2007 21:48:29 +0000 (21:48 +0000)] 
* symfile.h (struct symfile_segment_data): Doc fixes.
* symfile.c (symfile_map_offsets_to_segments): Doc fixes.
Assert that we were passed some loaded segment addresses,
and that sections' segment numbers are valid.
Simplify offset calculation.
* remote.c (get_offsets): Clarify selection of relocate-by-segment
strategy, and set num_segments correctly.  Delete redundant
assignments to do_sections.

16 years ago * frame.c (get_prev_frame_1): Also check for PC in the same register.
Daniel Jacobowitz [Mon, 24 Sep 2007 21:34:58 +0000 (21:34 +0000)] 
* frame.c (get_prev_frame_1): Also check for PC in the same register.

16 years ago * elf.c (assign_file_positions_for_load_sections): Trust
Daniel Jacobowitz [Mon, 24 Sep 2007 18:23:13 +0000 (18:23 +0000)] 
* elf.c (assign_file_positions_for_load_sections): Trust
p_align_valid.
(copy_elf_program_header): Copy PT_NULL segments.

16 years agoFrom Craig Silverstein: Fix bug when reading large script files.
Ian Lance Taylor [Mon, 24 Sep 2007 17:09:50 +0000 (17:09 +0000)] 
From Craig Silverstein: Fix bug when reading large script files.

16 years ago * breakpoint.c (remove_sal): New.
Vladimir Prus [Mon, 24 Sep 2007 07:40:32 +0000 (07:40 +0000)] 
* breakpoint.c (remove_sal): New.
(expand_line_sal_maybe): New.
(create_breakpoints): Call expand_line_sal_maybe.
(clear_command): Add comment.
(breakpoint_re_set_one): Call expand_line_sal_maybe.
* linespec.c (decode_indirect): Set explicit_pc to 1.
(decode_all_digits): Set explicit_line to 1.
(append_expanded_sal): New.
(expand_line_sal): New.
* linespec.h (expand_line_sal): Declare.
* symtab.c (init_sal): Initialize explicit_pc
and explicit_line.
* symtab.h (struct symtab_and_line): New fields
explicit_pc and explicit_line.

16 years ago * elf32-spu.c (is_indirect_branch): New function.
Alan Modra [Mon, 24 Sep 2007 00:30:03 +0000 (00:30 +0000)] 
* elf32-spu.c (is_indirect_branch): New function.
(find_function_stack_adjust): End scan on hitting indirect branch.
(sum_stack): Cast %v arg to correct type.

16 years agodaily update
Alan Modra [Mon, 24 Sep 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Mon, 24 Sep 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agoFix typo in comment.
Ian Lance Taylor [Sun, 23 Sep 2007 19:50:33 +0000 (19:50 +0000)] 
Fix typo in comment.

16 years ago * infcall.c (call_function_by_hand): Handle language-specific
Daniel Jacobowitz [Sun, 23 Sep 2007 16:25:06 +0000 (16:25 +0000)] 
* infcall.c (call_function_by_hand): Handle language-specific
pass and return by reference.

* cp-abi.c (cp_pass_by_reference): New.
* cp-abi.h (cp_pass_by_reference): Declare.
(struct cp_abi_ops): Add pass_by_reference.
* gnu-v3-abi.c (gnuv3_pass_by_reference): New.
(init_gnuv3_ops): Set pass_by_reference.

* language.c (language_pass_by_reference): New.
(default_pass_by_reference): New.
(unknown_language_defn, auto_language_defn, local_language_defn): Add
default_pass_by_reference.
* langauge.h (struct language_defn): Add la_pass_by_reference.
(language_pass_by_reference, default_pass_by_reference): Declare.
* ada-lang.c (ada_language_defn): Add default_pass_by_reference.
* c-lang.c (c_language_defn, asm_language_defn)
(minimal_language_defn): Likewise.
(cplus_language_defn): Add cp_pass_by_reference.
* f-lang.c (f_language_defn): Add default_pass_by_reference.
* jv-lang.c (java_language_defn): Likewise.
* m2-lang.c (m2_language_defn): Likewise.
* objc-lang.c (objc_language_defn): Likewise.
* p-lang.c (pascal_language_defn): Likewise.
* scm-lang.c (scm_language_defn): Likewise

* gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.

16 years ago * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
Pedro Alves [Sun, 23 Sep 2007 13:56:56 +0000 (13:56 +0000)] 
* configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
targets.
* configure: Regenerate.

16 years ago * breakpoint.h (enum enable_state): Remove the
Vladimir Prus [Sun, 23 Sep 2007 07:56:22 +0000 (07:56 +0000)] 
* breakpoint.h (enum enable_state): Remove the
bp_shlib_disabled enumerator.
(struct bp_location): New members shlib_disabled,
global_next, enabled and function_name.
Rename pending to condition_not_parsed.

* breakpoint.c (ALL_BP_LOCATIONS): Iterate over global_next.
(ALL_BP_LOCATIONS_SAFE): Likewise.
(breakpoint_enabled): Don't check for pending.
(condition_command): Free and update all locations of
a breakpoint.
(insert_bp_location): Adjust.
(software_breakpoint_inserted_here_p): Don't care
if breakpoint is enabled, as soon as it's inserted.
(print_it_typical): Print bpstat's location, not
bpstat's breakpoint's location.
(bpstat_stop_status): Iterate over all locations, not
all breakpoints.
(print_breakpoint_location): New.
(print_one_breakpoint): Renamed to
(print_one_breakpoint_location): ...this. Take
parameters to describe which location is being
printed. Modify code to properly print header
for several locations and individual locations.
(print_one_breakpoint): Print all locations.
(breakpoint_has_pc): New.
(describe_other_breakpoints): Use the above.
(check_duplicates): Renamed to...
(check_duplicates_for): .. this.
(check_duplicates): Use check_duplicates_for.
(allocate_bp_location): Adjust.
(set_raw_breakpoint_without_location): New,
extracted from set_raw_breakpoint.
(set_breakpoint_location_function): New.
(set_raw_breakpoint): Use
set_raw_breakpoint_without_location.
(make_breakpoint_permanent): Mark all locations
as inserted.
(disable_breakpoints_in_shlibs): Iterate over
locations.
(disable_breakpoints_in_unloaded_shlib): Likewise.
(re_enable_breakpoints_in_shlibs): Likewise.
(mention): Say "pending" when breakpoint has
zero locations.  If breakpoint has more than one
location, say so.
(add_location_to_breakpoint): New.
(create_breakpoint): Accept symtabs_and_lines, not
symtab_and_line. Pass extra sals to
add_location_to_breakpoint.
(create_breakpoints): Pass symtabs_and_lines to
create_breakpoints.
(break_command_1): Make pending breakpoints
have zero locations.
(do_captured_breakpoint): Remove wrong allocation.
(clear_command): Iterate over all locations.
(unlink_locations_from_global_list): Renamed
from unlink_location_from_global_list. Remove
all locations.
(delete_breakpoint): Remove all locations.
Iterate over all locations when deciding which
other location to re-enable.
(all_locations_are_pending): New.
(update_breakpoint_locations): Renamed from
update_breakpoint_location. Try to match old
and new locations using names of containing
functions.
(breakpoint_re_set_one): Adjust.
(find_location_by_number): New.
(disable_command): Allow disabling individual location.
(enable_command): Allow enabling individual location.
* breakpoint.c: Adjust all uses of breakpoint's
enable state to for bp_shlib_disabled change.

16 years agoAdd two file test.
Ian Lance Taylor [Sun, 23 Sep 2007 05:35:51 +0000 (05:35 +0000)] 
Add two file test.

16 years agoUse special value when we refer a function symbol in some way other
Ian Lance Taylor [Sun, 23 Sep 2007 05:31:48 +0000 (05:31 +0000)] 
Use special value when we refer a function symbol in some way other
than calling it.

16 years agoAdd static version of constructor test.
Ian Lance Taylor [Sun, 23 Sep 2007 03:25:29 +0000 (03:25 +0000)] 
Add static version of constructor test.

16 years agoAdd constructor test.
Ian Lance Taylor [Sun, 23 Sep 2007 03:18:42 +0000 (03:18 +0000)] 
Add constructor test.

16 years agoCheck section index as well as object when looking for input section.
Ian Lance Taylor [Sun, 23 Sep 2007 03:17:38 +0000 (03:17 +0000)] 
Check section index as well as object when looking for input section.

16 years agoAvoid dereferencing map->end().
Ian Lance Taylor [Sun, 23 Sep 2007 03:16:47 +0000 (03:16 +0000)] 
Avoid dereferencing map->end().

16 years ago*** empty log message ***
gdbadmin [Sun, 23 Sep 2007 00:00:36 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agodaily update
Alan Modra [Sun, 23 Sep 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

16 years agoCorrect comment.
Ian Lance Taylor [Sat, 22 Sep 2007 23:37:35 +0000 (23:37 +0000)] 
Correct comment.

16 years agoRename t1 to basic_test, add static tests.
Ian Lance Taylor [Sat, 22 Sep 2007 23:36:01 +0000 (23:36 +0000)] 
Rename t1 to basic_test, add static tests.

16 years agoAdd standalone test case.
Ian Lance Taylor [Sat, 22 Sep 2007 22:44:33 +0000 (22:44 +0000)] 
Add standalone test case.

16 years agoChange YFLAGS to AM_YFLAGS.
Ian Lance Taylor [Sat, 22 Sep 2007 22:44:04 +0000 (22:44 +0000)] 
Change YFLAGS to AM_YFLAGS.

16 years agoAdd licensing text to every source file.
Ian Lance Taylor [Sat, 22 Sep 2007 21:02:10 +0000 (21:02 +0000)] 
Add licensing text to every source file.

16 years agoRemove unnecessary elfcpp_config.h file.
Ian Lance Taylor [Sat, 22 Sep 2007 20:56:19 +0000 (20:56 +0000)] 
Remove unnecessary elfcpp_config.h file.

16 years agoAdd bootstrap test.
Ian Lance Taylor [Sat, 22 Sep 2007 20:11:12 +0000 (20:11 +0000)] 
Add bootstrap test.

16 years agoIt's OK to have a version if we have an existing symbol.
Ian Lance Taylor [Sat, 22 Sep 2007 20:08:16 +0000 (20:08 +0000)] 
It's OK to have a version if we have an existing symbol.

16 years ago * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
Vladimir Prus [Sat, 22 Sep 2007 19:33:32 +0000 (19:33 +0000)] 
* breakpoint.c (do_restore_lang_radix_cleanup): Remove.
(resolve_pending_breakpoint): Remove.
(re_enable_breakpoints_in_shlibs): Remove.
(unlink_locations_from_global_list): New.
(update_breakpoint_locations): New.
(breakpoint_re_set_one): Don't bail out on pending breakpoints.
Use parse_condition and update_breakpoint_location to
reset breakpoint.  Ignore 'symbol not found' error from
decode_line_1.
(breakpoint_re_set): Don't emit newline before the
reason why breakpoint is not reset.
(do_enable_breakpoint): Don't specially process pending
breakpoints.
(free_bp_location): New.
(break_command_1): For pending breakpoints, initialize
all fields of a sal with zeroes.
* breakpoint.h (re_enable_breakpoints_in_shlibs): Remove.
* infcmd.c (post_create_inferior): Don't call
re_enable_breakpoints_in_shlibs.
* infrun.c (handle_inferior_event): Likewise.
* solib-irix.c (irix_solib_create_inferior_hook): Likewise.
* solib-osf.c (osf_solib_create_inferior_hook): Likewise.
* win32-nat.c (get_win32_debug_event): Likewise.

16 years ago * breakpoint.c (create_breakpoint): Split from
Vladimir Prus [Sat, 22 Sep 2007 19:10:05 +0000 (19:10 +0000)] 
* breakpoint.c (create_breakpoint): Split from
create_breakpoints, implementing most of its logic.
Take just a single sal, single address string and
single condition.  Do not take parsed condition at
all.
(create_breakpoints): Just call create_breakpoint
for each sal.
(find_condition_and_thread): New.
(break_command_1): Use find_condition_and_thread.
Do not keep parsed conditions.
(do_captured_breakpoint): Don't convert
condition string to struct expression.

16 years ago gdb/
Vladimir Prus [Sat, 22 Sep 2007 19:06:59 +0000 (19:06 +0000)] 
gdb/
* breakpoint.h (struct breakpoint): Move the cond
field to...
(struct bp_location): Here.
* breakpoint.c (condition_command, bpstat_stop_status)
(print_one_breakpoint, allocate_bp_location)
(solib_load_unload_1, create_fork_vfork_event_catchpoint)
(create_exec_event_catchpoint, create_breakpoints)
(break_command_1, watch_command_1, handle_gnu_v3_exceptions)
(create_ada_exception_breakpoint, set_breakpoint_sal)
(delete_breakpoint, breakpoint_re_set_one): Adjust.
* tui/tui-winsource.c (tui_update_breakpoint_info): Adjust.

16 years ago Associate bp_stat with bp_location, not breakpoint.
Vladimir Prus [Sat, 22 Sep 2007 17:49:41 +0000 (17:49 +0000)] 
Associate bp_stat with bp_location, not breakpoint.
* breakpoint.h (breakpoint_at): Change type
to bp_location*.
* breakpoint.c (bpstat_alloc): Take bp_location,
not breakpoint.
(bpstat_find_breakpoint): Look at bpstat's location's
owner, not at bpstat->breakpoint_at.
(bpstat_find_step_resume_breakpoint): Likewise.
(bpstat_num): Likewise.
(print_it_typical): Likewise.
(print_bp_stop_message): Likewise.
(watchpoint_check): Likewise.
(bpstat_what): Likewise.
(bpstat_get_triggered_catchpoints): Likewise.
(breakpoint_auto_delete): Likewise.
(delete_breakpoint): Likewise.
(bpstat_stop_status): Pass location, not breakpoint,
to bpstat_alloc.  Look at bpstat's location's
owner, not at bpstat->breakpoint_at.

16 years agoFrom Andrew Chatham: List x86_64 ELF relocs.
Ian Lance Taylor [Sat, 22 Sep 2007 05:50:40 +0000 (05:50 +0000)] 
From Andrew Chatham: List x86_64 ELF relocs.

16 years agoWe don't need a hash table mapping input locations to strings.
Ian Lance Taylor [Sat, 22 Sep 2007 05:38:12 +0000 (05:38 +0000)] 
We don't need a hash table mapping input locations to strings.

16 years agoFrom Andrew Chatham: Make File_read::View::data_ a const pointer.
Ian Lance Taylor [Sat, 22 Sep 2007 05:03:56 +0000 (05:03 +0000)] 
From Andrew Chatham: Make File_read::View::data_ a const pointer.

16 years agoDefine __start and __stop symbols.
Ian Lance Taylor [Sat, 22 Sep 2007 04:42:09 +0000 (04:42 +0000)] 
Define __start and __stop symbols.

16 years agoCanonicalize name and version when working with special symbols.
Ian Lance Taylor [Sat, 22 Sep 2007 04:40:13 +0000 (04:40 +0000)] 
Canonicalize name and version when working with special symbols.

16 years agoUpdate.
Ian Lance Taylor [Sat, 22 Sep 2007 04:38:33 +0000 (04:38 +0000)] 
Update.

16 years agoFix some errors in symbol placement.
Ian Lance Taylor [Sat, 22 Sep 2007 04:38:13 +0000 (04:38 +0000)] 
Fix some errors in symbol placement.

16 years ago* macrotab.h (new_macro_table): Document that removing information
Jim Blandy [Sat, 22 Sep 2007 01:09:19 +0000 (01:09 +0000)] 
* macrotab.h (new_macro_table): Document that removing information
from an obstack/bcache-managed macro table leaks memory.
* macrotab.c (macro_free, macro_bcache_free): Instead of asserting
that data is never freed in obstack/bcache-managed macro tables,
just leak the storage.
(macro_undef): If we're undefining a macro at exactly the same
source location that we defined it, simply remove the definition
altogether.

16 years ago*** empty log message ***
gdbadmin [Sat, 22 Sep 2007 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agodaily update
Alan Modra [Sat, 22 Sep 2007 00:00:08 +0000 (00:00 +0000)] 
daily update

16 years ago * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
Daniel Jacobowitz [Fri, 21 Sep 2007 22:42:52 +0000 (22:42 +0000)] 
* gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.

16 years ago2007-09-21 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 21 Sep 2007 20:51:33 +0000 (20:51 +0000)] 
2007-09-21  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.h: Adjust whitespaces.

16 years ago2007-09-21 Dave Brolley <brolley@redhat.com>
Dave Brolley [Fri, 21 Sep 2007 18:58:47 +0000 (18:58 +0000)] 
2007-09-21  Dave Brolley  <brolley@redhat.com>

        * mep-desc.c: Regenerated.

16 years ago2007-09-21 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Fri, 21 Sep 2007 18:22:24 +0000 (18:22 +0000)] 
2007-09-21  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerated.

16 years ago * symfile.h (struct sym_fns): Add new field sym_read_linetable.
Joel Brobecker [Fri, 21 Sep 2007 18:01:26 +0000 (18:01 +0000)] 
    * symfile.h (struct sym_fns): Add new field sym_read_linetable.
        * coffread.c, dbxread.c, elfread.c, mipsread.c somread.c:
        Adjust the struct sym_fns object accordingly by setting
        the new field to NULL.
        * xcoffread.c (aix_process_linenos): Make static.
        (xcoff_sym_fns): Set new field to aix_process_linenos.
        * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK
        by call to new the new sym_fns sym_read_linetable function.
        * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete.
        * config/rs6000/tm-rs6000.h: Delete.

16 years ago* Makefile.am (BFD32_LIBS): Add arange-set.lo.
Nick Clifton [Fri, 21 Sep 2007 16:16:18 +0000 (16:16 +0000)] 
* Makefile.am (BFD32_LIBS): Add arange-set.lo.
  (BFD32_LIBS_CFILES): Add arange-set.c.
  (SOURCE_HFILES): Add arange-set.h
  (dwarf2.lo): Add dependency upon arange-set.h.
  (arange-set.lo): New target.
* Makefile.in: Regenerate.
* arange-set.c: New file.
* arange-set.h: New file.
* dwarf2.c: Include arange-set.h.
  (struct dwarf2_debug) Add new fields comp_unit_count and comp_unit_arange_set.
  (struct comp_unit) Replace field arange with a new field arange_set.
  (dwarf2_arange_set_allocate, dwarf2_arange_set_deallocate,
  (dwarf2_combine_arange_value, dwarf2_arange_set_new,
  (dwarf2_arange_set_with_value_new, dwarf2_comp_unit_arange_add): New
  functions to utilize arange set in dwarf2.c.
  (arange_add): Formatting change for a line longer than 80 characters.
  (decode_line_info): Replace call target arange_add with
  (dwarf2_comp_unit_arange_add.
  (read_rangelist_insert_arange_list,
  (read_rangelist_comp_unit_arange_add): New functions used as callbacks
  for read_rangelist.
  (read_rangelist): Change interface to accept a callback and data to
  allow caller to select the action peformed on a new range list read.
  (scan_unit_for_symbols): Use new interface of read_rangelist.
  (parse_comp_unit): Create an arange set for each new comp unit.  Use new
  interface of read_rangelist.  Replace call to arange_add with that to
  dwarf2_comp_unit_arange_add.
  (comp_unit_contains_address): Replace sequential search with a call to
  arange_set_lookup_address, which can handles large set efficiently.
  (stash_copy_local_aranges, stash_maybe_enable_arange_set,
  (stash_find_nearest_line_fast): New functions maintaining and using a
  valued global arange set for all compilation units to speed up
  bfd_dwarf2_find_nearest_line.
  (find_line): Use global arange set.  Replace sequential search over all
  compilation units with a call to stash_find_nearest_line_fast.  Add
  book keeping to count number of compilation units.  Replace empty
  arange list test with a call to arange_set_empty_p.

16 years ago* mips-tdep.c (mips_n32n64_push_dummy_call): Per N32/N64 ABI
Maciej W. Rozycki [Fri, 21 Sep 2007 15:54:58 +0000 (15:54 +0000)] 
* mips-tdep.c (mips_n32n64_push_dummy_call): Per N32/N64 ABI
rules do not treat composite types specially.

16 years agoFrom Craig Silverstein: Only sort for suffixes with -O2.
Ian Lance Taylor [Fri, 21 Sep 2007 15:54:07 +0000 (15:54 +0000)] 
From Craig Silverstein: Only sort for suffixes with -O2.

16 years ago* syms.c (_bfd_stab_section_find_nearest_line): Look at the
Nick Clifton [Fri, 21 Sep 2007 07:58:03 +0000 (07:58 +0000)] 
* syms.c (_bfd_stab_section_find_nearest_line): Look at the
  specific SOM sections for stabs if the regular ones are not found.
* som.h (struct somdata): Add a line_info field, to be used by som_find_nearest_line.
* som.c (som_find_nearest_line): Implement using the bfd stabs function above.

16 years agoInitialize count_ field, tweak parameters testing.
Ian Lance Taylor [Fri, 21 Sep 2007 07:34:51 +0000 (07:34 +0000)] 
Initialize count_ field, tweak parameters testing.

16 years agoconfig/
Richard Sandiford [Fri, 21 Sep 2007 07:34:10 +0000 (07:34 +0000)] 
config/
* mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls
with -minterlink-mips16.
(CXXFLAGS_FOR_TARGET): Likewise.

16 years agoAdd global parameters.
Ian Lance Taylor [Fri, 21 Sep 2007 07:20:01 +0000 (07:20 +0000)] 
Add global parameters.

16 years agoUpdate for have_code_fill field.
Ian Lance Taylor [Fri, 21 Sep 2007 06:25:35 +0000 (06:25 +0000)] 
Update for have_code_fill field.

16 years agoActually define GOLD_GOLD_H multiple inclusion macro.
Ian Lance Taylor [Fri, 21 Sep 2007 06:25:19 +0000 (06:25 +0000)] 
Actually define GOLD_GOLD_H multiple inclusion macro.

16 years agoSet Stringpool zero_null option via a call, not a default constructor
Ian Lance Taylor [Fri, 21 Sep 2007 06:12:32 +0000 (06:12 +0000)] 
Set Stringpool zero_null option via a call, not a default constructor
argument.

16 years agoFrom Craig Silverstein: Add -O option.
Ian Lance Taylor [Fri, 21 Sep 2007 05:43:33 +0000 (05:43 +0000)] 
From Craig Silverstein: Add -O option.

16 years agoUse nops when doing alignment padding between code sections.
Ian Lance Taylor [Fri, 21 Sep 2007 05:31:19 +0000 (05:31 +0000)] 
Use nops when doing alignment padding between code sections.

16 years agodaily update
Alan Modra [Fri, 21 Sep 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Fri, 21 Sep 2007 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agoMerge from gcc:
DJ Delorie [Thu, 20 Sep 2007 21:56:16 +0000 (21:56 +0000)] 
Merge from gcc:

2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
libstdc++.
* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
* configure: Regenerate.
* Makefile.in: Regenerate.

16 years agogas/testsuite/
H.J. Lu [Thu, 20 Sep 2007 20:13:26 +0000 (20:13 +0000)] 
gas/testsuite/

2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/sib.s: Add more eiz tests.
* gas/i386/x86-64-sib.s: Add more riz tests.

* gas/i386/sib-intel.d: Updated.
* gas/i386/sib.d: Likewise.
* gas/i386/x86-64-sib-intel.d: Likewise.
* gas/i386/x86-64-sib.d: Likewise.

opcodes/

2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (OP_E_extended): Display eiz for [eiz*1 + offset].

16 years ago * configure.ac (mipsisa*-*-elfoabi*): New stanza.
Richard Sandiford [Thu, 20 Sep 2007 20:03:31 +0000 (20:03 +0000)] 
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate.

config/
* mt-mips-elfoabi: New file.

16 years agoFix comment.
Ian Lance Taylor [Thu, 20 Sep 2007 19:31:54 +0000 (19:31 +0000)] 
Fix comment.

16 years agogas/
H.J. Lu [Thu, 20 Sep 2007 17:38:38 +0000 (17:38 +0000)] 
gas/

2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>

PR 658
* config/tc-i386.c (SCALE1_WHEN_NO_INDEX): Removed.
(set_allow_index_reg): New.
(allow_index_reg): Likewise.
(md_pseudo_table): Add "allow_index_reg" and
"disallow_index_reg".
(build_modrm_byte): Set i.sib.index to NO_INDEX_REGISTER for
fake index registers.
(i386_scale): Updated.
(i386_index_check): Support fake index registers.
(parse_real_register): Return NULL on eiz/riz if fake index
registers aren't allowed.

gas/testsuite/

2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>

PR 658
* gas/i386/i386.exp: Run sib-intel, x86-64-sib and
x86-64-sib-intel.

* gas/i386/nops-1-i386-i686.d: Updated.
* gas/i386/nops-1-i386.d: Likewise.
* gas/i386/nops-1.d: Likewise.
* gas/i386/nops-2-i386.d: Likewise.
* gas/i386/nops-2-merom.d: Likewise.
* gas/i386/nops-2.d: Likewise.
* gas/i386/nops-3-i386.d: Likewise.
* gas/i386/nops-3.d : Likewise.
* gas/i386/sib.d: Likewise.

* gas/i386/sib.s: Use %eiz in testcases.

* gas/i386/sib-intel.d: New.
* gas/i386/x86-64-sib-intel.d: Likewise.
* gas/i386/x86-64-sib.d: Likewise.
* gas/i386/x86-64-sib.s: Likewise.

ld/testsuite/

2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>

PR 658
* ld-i386/tlsbin.dd: Updated.
* ld-i386/tlsld1.dd: Likewise.

opcodes/

2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>

PR 658
* 386-dis.c (index64): New.
(index32): Likewise.
(intel_index64): Likewise.
(intel_index32): Likewise.
(att_index64): Likewise.
(att_index32): Likewise.
(print_insn): Set index64 and index32.
(OP_E_extended): Use index64/index32 for index register for
SIB with INDEX == 4.

* i386-opc.h (RegEiz): New.
(RegRiz): Likewise.

* i386-reg.tbl: Add eiz and riz.
* i386-tbl.h: Regenerated.

16 years ago* mips-tdep.c (mips32_in_function_epilogue_p): New function.
Maciej W. Rozycki [Thu, 20 Sep 2007 15:34:19 +0000 (15:34 +0000)] 
* mips-tdep.c (mips32_in_function_epilogue_p): New function.
(mips16_in_function_epilogue_p): Likewise.
(mips_in_function_epilogue_p): Likewise.
(mips_gdbarch_init): Register mips_in_function_epilogue_p().

16 years agoOops, omitted from prevbious delta
Nick Clifton [Thu, 20 Sep 2007 07:54:35 +0000 (07:54 +0000)] 
Oops, omitted from prevbious delta

16 years agoFrom Cary Coutant: only check for a linkonce section if the SHF_GROUP
Ian Lance Taylor [Thu, 20 Sep 2007 06:02:06 +0000 (06:02 +0000)] 
From Cary Coutant: only check for a linkonce section if the SHF_GROUP
flag is clear.

16 years agoRework patch to check by both armap entry and archive offset. Also,
Ian Lance Taylor [Thu, 20 Sep 2007 05:56:14 +0000 (05:56 +0000)] 
Rework patch to check by both armap entry and archive offset.  Also,
preserve information for --group.

16 years agoFrom Craig Silverstein: rework seen handling to be based on archive
Ian Lance Taylor [Thu, 20 Sep 2007 05:43:14 +0000 (05:43 +0000)] 
From Craig Silverstein: rework seen handling to be based on archive
offsets rather than entries in archive symbol table.

16 years agodaily update
Alan Modra [Thu, 20 Sep 2007 00:00:05 +0000 (00:00 +0000)] 
daily update

16 years ago*** empty log message ***
gdbadmin [Thu, 20 Sep 2007 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

16 years agoAdd support for returning the section type.
Ian Lance Taylor [Wed, 19 Sep 2007 23:51:52 +0000 (23:51 +0000)] 
Add support for returning the section type.

16 years agoFix handling of --eh-frame-hdr option.
Ian Lance Taylor [Wed, 19 Sep 2007 23:50:56 +0000 (23:50 +0000)] 
Fix handling of --eh-frame-hdr option.

This page took 0.041316 seconds and 4 git commands to generate.