external/binutils.git
20 years ago2003-11-10 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 22:47:31 +0000 (22:47 +0000)]
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (return_value): Replace "inval" and "outval" with
"readbuf" and "writebuf".
* ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
* d10v-tdep.c (d10v_return_value): Ditto.
* ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
(ppc_sysv_abi_broken_return_value): Ditto.
(ppc64_sysv_abi_return_value): Ditto.
* ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
(ppc_sysv_abi_return_value): Ditto.
(ppc_sysv_abi_broken_return_value): Ditto.
(ppc64_sysv_abi_return_value): Ditto.
* values.c (register_value_being_returned): Update call.
* stack.c (return_command): Update call.
* gdbarch.h, gdbarch.c: Re-generate.

Index: gdb/doc/ChangeLog
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Replace the
return_value method's "inval" and "outval" parameters with
"readbuf" and "writebuf".

20 years ago2003-11-10 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 21:20:44 +0000 (21:20 +0000)]
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* target.h (struct target_ops): Order xfer buffer parameters "read
write" not "write read".
* bfd-target.c (target_bfd_xfer_partial): Update.
* remote.c (remote_xfer_partial): Update.
* inftarg.c (child_xfer_partial): Update.
* target.c (default_xfer_partial): Update.
(target_read_partial, target_write_partial): Update.
(debug_to_xfer_partial): Update.

20 years agoRemove "member" from verbose output of "-dv" in order to conform to POSIX
Nick Clifton [Mon, 10 Nov 2003 17:28:33 +0000 (17:28 +0000)]
Remove "member" from verbose output of "-dv" in order to conform to POSIX
specification.

20 years agoAdd initial support for TLS sections in PE format files.
Nick Clifton [Mon, 10 Nov 2003 17:04:55 +0000 (17:04 +0000)]
Add initial support for TLS sections in PE format files.

20 years ago2003-11-10 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 16:17:12 +0000 (16:17 +0000)]
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* arch-utils.h, arch-utils.c: Fix typo in comment.

20 years agofix changelog tipo.
Andrew Cagney [Mon, 10 Nov 2003 16:05:24 +0000 (16:05 +0000)]
fix changelog tipo.

20 years ago2003-11-10 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 16:03:26 +0000 (16:03 +0000)]
2003-11-10  Andrew Cagney  <cagney@redhat.com>

* arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
(gdbarch_from_bfd): Call gdbarch_find_by_info.
(set_gdbarch_from_file): Call "deprecated_select_gdbarch_hack".

20 years ago * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
Corinna Vinschen [Mon, 10 Nov 2003 09:12:20 +0000 (09:12 +0000)]
* gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
Don't run tests if nofileio flag is given.

20 years agoFix changelog tipo.
Andrew Cagney [Mon, 10 Nov 2003 04:42:16 +0000 (04:42 +0000)]
Fix changelog tipo.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 04:39:17 +0000 (04:39 +0000)]
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* arch-utils.c (gdbarch_update_p): New function.
* gdbarch.sh (gdbarch_update_p): Delete function.
  (find_arch_by_info, gdbarch_find_by_info): New functions.
(deprecated_current_gdbarch_set_hack): New function.
* gdbarch.c: Re-generate.

20 years ago * config/tc-ia64.c (ia64_handle_align): Remove bogus be_nop.
Alan Modra [Mon, 10 Nov 2003 03:07:52 +0000 (03:07 +0000)]
* config/tc-ia64.c (ia64_handle_align): Remove bogus be_nop.

20 years agoExpand and consolidate bug reporting details.
Alan Modra [Mon, 10 Nov 2003 03:06:05 +0000 (03:06 +0000)]
Expand and consolidate bug reporting details.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 02:50:04 +0000 (02:50 +0000)]
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (clear_gdbarch_swap): Delete function.
(swapout_gdbarch_swap): Delete function.
(swapin_gdbarch_swap): Delete function.
(init_gdbarch_swap): Delete function.
(initialize_non_multiarch): Delete function.
(current_gdbarch_swap_in_hack): New function.
(current_gdbarch_swap_out_hack): New function.
(current_gdbarch_swap_init_hack): New function.
* gdbarch.c: Re-generate.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 01:10:55 +0000 (01:10 +0000)]
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
parameter to "current_gdbarch".  Add comment explaining why.
(TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
(TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
* gdbarch.c: Re-generate.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 10 Nov 2003 00:11:12 +0000 (00:11 +0000)]
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
* config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
* config/s390/xm-linux.h: Delete file.
* config/m88k/xm-delta88v4.h: Delete stray.

20 years ago*** empty log message ***
gdbadmin [Mon, 10 Nov 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 9 Nov 2003 23:52:28 +0000 (23:52 +0000)]
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (arch-utils.o): Update dependencies.
* arch-utils.c: Include "osabi.h".
(gdbarch_info_fill): New function.
* arch-utils.h (gdbarch_info_fill): Declare.
* gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
* gdbarch.c: Re-generate.

20 years agodaily update
Alan Modra [Sun, 9 Nov 2003 23:00:05 +0000 (23:00 +0000)]
daily update

20 years agoSee previous commit.
Mark Kettenis [Sun, 9 Nov 2003 17:32:32 +0000 (17:32 +0000)]
See previous commit.

20 years ago* glibc-tdep.c, glibc-tdep.h: New files.
Mark Kettenis [Sun, 9 Nov 2003 17:28:08 +0000 (17:28 +0000)]
* glibc-tdep.c, glibc-tdep.h: New files.
* config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
* config/i386/linux.mt (TDEPFILES): Likewise.
* i386-linux-tdep.c (glibc-tdep.h): Include.
(find_minsym_and_objfile, skip_hurd_resolver): Delete.
(i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
* arm-linux-tdep.c (glibc-tdep.h): Include.
(find_minsym_and_objfile, skip_hurd_resolver): Delete.
(arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
* Makefile.in (ALLDEPFILES): Add glibc-tdep.c
(glibc_tdep_h): Define.
(glibc-tdep.o): Add dependencies.
(arm-linux-tdep.o): Update dependencies.
(i386-linux-tdep.o): Likewise.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 9 Nov 2003 14:29:26 +0000 (14:29 +0000)]
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
* config/mips/nm-irix6.h: Delete file.
* config/mips/nm-linux.h: Update copyright.
(MIPS_GNULINUX_TARGET): Delete macro.
* config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
* config/mips/xm-irix6.h: Delete file.
* config/mips/linux.mh (XM_FILE): Delete definition.
* config/mips/xm-linux.h: Delete file.

20 years ago2003-11-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 9 Nov 2003 14:20:55 +0000 (14:20 +0000)]
2003-11-09  Andrew Cagney  <cagney@redhat.com>

* d10v-tdep.c (d10v_return_value): New function.
(d10v_use_struct_convention): Delete function.
(d10v_store_return_value): Delete function.
(d10v_extract_struct_value_address): Delete function.
(d10v_gdbarch_init): Set "return_value" instead of
"extract_return_value", "store_return_value",
"extract_struct_value_address", and "use_struct_convention".
(RET1_REGNUM): Delete const.

20 years ago * configure.host (HOSTING_LIBS): Group libgcc and libc with
Alan Modra [Sun, 9 Nov 2003 13:24:45 +0000 (13:24 +0000)]
* configure.host (HOSTING_LIBS): Group libgcc and libc with
--start-group, --end-group pair.
(*-*-netbsd*, am33_2.0-*-linux*): Use the default HOSTING_LIBS.
(am33_2.0-*-linux*): Edit default HOSTING_CRT0.
(arm*-*-linux-gnu*): Remove extraneous '*' in sed expression.
(hppa*64*-*-linux*, hppa*-*-linux*): Remove target specific case.

20 years agoFrom David S. Miller <davem@redhat.com>:
Mark Kettenis [Sun, 9 Nov 2003 12:07:16 +0000 (12:07 +0000)]
From David S. Miller  <davem@redhat.com>:
* gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
* gdbarch.c, gdbarch.h: Regenerated.
* arch-utils.c (generic_skip_solib_resolver): New function.
* arch-utils.h (generic_skip_solib_resolver): New prototype.
* infrun.c (SKIP_SOLIB_RESOLVER): Don't define.

20 years ago*** empty log message ***
gdbadmin [Sun, 9 Nov 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Sat, 8 Nov 2003 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2003-11-07 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 8 Nov 2003 00:13:03 +0000 (00:13 +0000)]
2003-11-07  Andrew Cagney  <cagney@redhat.com>

* top.c (print_gdb_version): Replace STREQ with strcmp.
* valops.c (value_struct_elt_for_reference): Ditto.
(value_struct_elt_for_reference): Ditto.
* symtab.c (gdb_mangle_name): Ditto.
(find_line_symtab): Ditto.
* symmisc.c (maintenance_print_symbols): Ditto.
* symfile.c (symbol_file_command): Ditto.
* stabsread.c (define_symbol, read_type): Ditto.
(cleanup_undefined_types, scan_file_globals): Ditto.
* solib.c (solib_map_sections): Ditto.
* solib-svr4.c (bfd_lookup_symbol): Ditto.
* rs6000-tdep.c (skip_prologue): Ditto.
* p-valprint.c (pascal_value_print): Ditto.
(pascal_object_is_vtbl_ptr_type): Ditto.
* objfiles.c (in_plt_section): Ditto.
* minsyms.c (lookup_minimal_symbol): Ditto.
(compact_minimal_symbols): Ditto.
(find_solib_trampoline_target): Ditto.
* mdebugread.c (parse_type): Ditto.
* language.c (set_language_command): Ditto.
(set_type_command, set_range_command): Ditto.
* f-lang.c (add_common_block): Ditto.
(add_common_block): Ditto.
(find_first_common_named): Ditto.
(patch_all_commons_by_name): Ditto.
* elfread.c (elf_locate_sections): Ditto.
(elf_locate_sections): Ditto.
(elfstab_offset_sections): Ditto.
* dwarf2read.c (dwarf2_locate_sections): Ditto.
* dbxread.c (add_old_header_file): Ditto.
(find_corresponding_bincl_psymtab): Ditto.
(read_dbx_symtab, process_one_symbol): Ditto.
* coffread.c (patch_opaque_types): Ditto.
* cli/cli-decode.c (delete_cmd): Ditto.
* cli/cli-cmds.c (pwd_command, list_command): Ditto.
* c-typeprint.c (c_type_print_base): Ditto.
* breakpoint.c (bpstat_stop_status): Ditto.
(clear_command, breakpoint_re_set_one): Ditto.

20 years ago*** empty log message ***
gdbadmin [Sat, 8 Nov 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Fri, 7 Nov 2003 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago2003-11-07 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 7 Nov 2003 22:04:39 +0000 (22:04 +0000)]
2003-11-07  Andrew Cagney  <cagney@redhat.com>

* bcache.h: Update copyright.  Add comments on bcache VS hashtab.
* bcache.c (struct bstring): Make "length" an unsigned short, add
"half_hash".
(struct bcache): Add "half_hash_error_count".
(bcache): Compute and save the "half_hash".  Compare the
"half_hash" before comparing the length.  Update
half_hash_error_count.

20 years ago2003-11-07 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 7 Nov 2003 21:33:37 +0000 (21:33 +0000)]
2003-11-07  Andrew Cagney  <cagney@redhat.com>

* inftarg.c (child_xfer_partial): New function
(init_child_ops): Set "to_xfer_partial".

20 years ago2003-11-07 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 7 Nov 2003 20:44:51 +0000 (20:44 +0000)]
2003-11-07  Andrew Cagney  <cagney@redhat.com>

* ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
set "return_value" instead of "use_struct_convention".
(ppc_linux_use_struct_convention): Delete function.
(ppc_linux_return_value): New function.
* ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
(ppc_sysv_abi_broken_return_value): New function.
(do_ppc_sysv_return_value): Add "gdbarch" parameter.
(ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
static.
(ppc_sysv_abi_extract_return_value): Delete function.
(ppc_sysv_abi_broken_extract_return_value): Delete function.
(ppc_sysv_abi_store_return_value): Delete function.
(ppc_sysv_abi_broken_store_return_value): Delete function.
(ppc_sysv_abi_use_struct_convention): Delete function.
(ppc64_sysv_abi_use_struct_convention): Delete function.
(ppc64_sysv_abi_extract_return_value): Delete function.
(ppc64_sysv_abi_store_return_value): Delete function.
* ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
(ppcnbsd_init_abi): Set "return_value", instead of
"use_struct_convention", "extract_return_value", and
"store_return_value".
(ppcnbsd_use_struct_convention): Delete function.
* ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
(ppc_sysv_abi_return_value): Declare.
(ppc_sysv_abi_broken_return_value): Declare.
(ppc_sysv_abi_use_struct_convention): Delete.
(ppc_sysv_abi_store_return_value): Delete.
(ppc_sysv_abi_extract_return_value): Delete.
(ppc_sysv_abi_broken_store_return_value): Delete.
(ppc_sysv_abi_broken_extract_return_value): Delete.
(ppc64_sysv_abi_use_struct_convention): Delete.
(ppc64_sysv_abi_extract_return_value): Delete.
(ppc64_sysv_abi_store_return_value): Delete.
* rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
set "return_value" instead of "extract_return_value",
"store_return_value", and "use_struct_convention".

20 years ago2003-11-07 Christian Groessler <chris@groessler.org>
Christian Groessler [Fri, 7 Nov 2003 20:43:15 +0000 (20:43 +0000)]
2003-11-07  Christian Groessler  <chris@groessler.org>

* doc/c-z8k.texi: Document command-line options.  Fix byte
register names.  Document '.z8001' and '.z8002' directives.
Extend addressing modes documentation.

20 years ago* dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
Mark Kettenis [Fri, 7 Nov 2003 20:36:15 +0000 (20:36 +0000)]
* dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.

20 years ago* fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
Mark Kettenis [Fri, 7 Nov 2003 16:30:26 +0000 (16:30 +0000)]
* fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
fscanf.

20 years ago* fbsd-proc.c: Fix formatting.
Mark Kettenis [Fri, 7 Nov 2003 15:57:22 +0000 (15:57 +0000)]
* fbsd-proc.c: Fix formatting.

20 years ago2003-11-07 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Fri, 7 Nov 2003 15:46:33 +0000 (15:46 +0000)]
2003-11-07  Elena Zannoni  <ezannoni@redhat.com>

* gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
        as well as 'Watchpoint'.

20 years agoUse consistent error messages for missing files.
Nick Clifton [Fri, 7 Nov 2003 12:19:34 +0000 (12:19 +0000)]
Use consistent error messages for missing files.
Detect directories where an ordinary file is expected.

20 years agoFix typo in previous patch.
Kevin Buettner [Fri, 7 Nov 2003 06:00:07 +0000 (06:00 +0000)]
Fix typo in previous patch.

20 years agoHandle iacc0 as a pseudo-register.
Kevin Buettner [Fri, 7 Nov 2003 05:54:51 +0000 (05:54 +0000)]
Handle iacc0 as a pseudo-register.

20 years ago*** empty log message ***
gdbadmin [Fri, 7 Nov 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Thu, 6 Nov 2003 23:00:04 +0000 (23:00 +0000)]
daily update

20 years ago2003-11-06 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 6 Nov 2003 22:54:02 +0000 (22:54 +0000)]
2003-11-06  Andrew Cagney  <cagney@redhat.com>

* valops.c (destructor_name_p): Replace STREQN with strncmp.
* top.c (command_line_input): Ditto.
* objc-exp.y (yylex): Ditto.
* minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
* jv-exp.y (yylex): Ditto.
* f-exp.y (yylex): Ditto.
* event-top.c (command_line_handler): Ditto.
* environ.c (get_in_environ): Ditto.
(set_in_environ): Ditto.
* dwarfread.c (handle_producer): Ditto.
* dbxread.c (process_one_symbol): Ditto.
* c-typeprint.c (c_type_print_base): Ditto.
* c-exp.y (yylex): Ditto.

2003-11-06  Andrew Cagney  <cagney@redhat.com>

* mi-cmd-var.c (mi_cmd_var_set_format): Replace STREQN with
strncmp.

20 years ago2003-11-06 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 6 Nov 2003 20:50:47 +0000 (20:50 +0000)]
2003-11-06  Elena Zannoni  <ezannoni@redhat.com>

Reported by Jim Ingham <jingham@apple.com>:
* gdb.base/annota1.exp: Match at least one occurrence of the
signal handler annotation.

20 years ago2003-11-06 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 6 Nov 2003 20:39:46 +0000 (20:39 +0000)]
2003-11-06  Elena Zannoni  <ezannoni@redhat.com>

        * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
        as well as 'Watchpoint'.

20 years ago2003-11-06 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 6 Nov 2003 19:56:26 +0000 (19:56 +0000)]
2003-11-06  Andrew Cagney  <cagney@redhat.com>
    Jeff Johnston  <jjohnstn@redhat.com>

* target.c (add_target): Only set "to_xfer_partial" when NULL.
(init_dummy_target): Set "to_xfer_partial".

20 years ago2003-11-06 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 6 Nov 2003 19:09:46 +0000 (19:09 +0000)]
2003-11-06  Andrew Cagney  <cagney@redhat.com>

* stack.c (return_command): Warn when STRUCT_CONVENTION, and not
REGISTER_CONVENTION.

20 years ago * breakpoint.c (insert_bp_location, allocate_bp_location): Make
Daniel Jacobowitz [Thu, 6 Nov 2003 18:35:05 +0000 (18:35 +0000)]
* breakpoint.c (insert_bp_location, allocate_bp_location): Make
static.

20 years ago * breakpoint.c (remove_breakpoint): Take an bp_location
Daniel Jacobowitz [Thu, 6 Nov 2003 18:28:33 +0000 (18:28 +0000)]
* breakpoint.c (remove_breakpoint): Take an bp_location
instead of a breakpoint argument.  Check the bp_location's type.
Fix a reversed condition for hardware breakpoints.

(insert_bp_location): Update call to remove_breakpoint.
(remove_breakpoints): Likewise.  Use ALL_BP_LOCATIONS.
(remove_hw_watchpoints): Likewise.
(reattach_breakpoints): Likewise.
(detach_breakpoints): Likewise.
(delete_breakpoint): Likewise.

20 years ago * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
Daniel Jacobowitz [Thu, 6 Nov 2003 18:27:34 +0000 (18:27 +0000)]
* breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
(beakpoint_init_inferior): Likewise.
(breakpoint_here_p): Likewise.  Only check addresses for software
or hardware breakpoints.
(breakpoint_inserted_here_p): Likewise.
(breakpoint_thread_match): Likewise.  Correct comment.
(bpstat_have_active_hw_watchpoints): Likewise.
(check_duplicates): Likewise.

20 years ago * breakpoints.c (insert_bp_location): New function, broken out
Daniel Jacobowitz [Thu, 6 Nov 2003 18:26:17 +0000 (18:26 +0000)]
* breakpoints.c (insert_bp_location): New function, broken out
from insert_breakpoints.  Work on an bp_location instead of a
breakpoint.
(insert_breakpoints): Use it.

20 years ago * breakpoint.h (struct bp_location): Add section.
Daniel Jacobowitz [Thu, 6 Nov 2003 18:24:55 +0000 (18:24 +0000)]
* breakpoint.h (struct bp_location): Add section.
(struct breakpoint): Remove section.
* breakpoint.c (insert_breakpoints, remove_breakpoint)
(breakpoint_here_p, breakpoint_inserted_here_p)
(breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
(describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
(clear_command, delete_breakpoint, breakpoint_re_set_one): Access
section through loc.

20 years ago * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
Daniel Jacobowitz [Thu, 6 Nov 2003 18:22:45 +0000 (18:22 +0000)]
* breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
instead of ALL_BREAKPOINTS.  Check for software breakpoints only.

20 years ago * breakpoint.c (allocate_bp_location): Take bpt and bp_type
Daniel Jacobowitz [Thu, 6 Nov 2003 18:20:52 +0000 (18:20 +0000)]
* breakpoint.c (allocate_bp_location): Take bpt and bp_type
arguments.  Initialize owner and type for the new breakpoint
location item.
(set_raw_breakpoint): Update call to allocate_bp_location.

20 years agoCorrect typo in previous entry
Daniel Jacobowitz [Thu, 6 Nov 2003 17:57:32 +0000 (17:57 +0000)]
Correct typo in previous entry

20 years ago * breakpoint.h (struct bp_location): Add a chain pointer.
Daniel Jacobowitz [Thu, 6 Nov 2003 17:26:18 +0000 (17:26 +0000)]
* breakpoint.h (struct bp_location): Add a chain pointer.
* breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
macros.
(bp_location_chain): New variable.
(allocate_bp_location): New function.
(set_raw_breakpoint): Use it.
(delete_breakpoint): Remove ->loc from the bp_location_chain.

20 years ago * breakpoint.h (enum bp_loc_type, struct bp_location): New.
Daniel Jacobowitz [Thu, 6 Nov 2003 17:24:38 +0000 (17:24 +0000)]
* breakpoint.h (enum bp_loc_type, struct bp_location): New.
(struct breakpoint): Remove address, shadow_contents, inserted,
and duplicate.  Add a struct bp_location.
* breakpoint.c (condition_command, read_memory_nobpt)
(insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
(reattach_breakpoints, update_breakpoints_after_exec)
(detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
(breakpoint_init_inferior, breakpoint_here_p)
(breakpoint_inserted_here_p, deprecated_frame_in_dummy)
(breakpoint_thread_match, bpstat_stop_status)
(bpstat_have_active_hw_watchpoints, print_one_breakpoint)
(describe_other_breakpoints, check_duplicates)
(make_breakpoint_permanent, create_thread_event_breakpoint)
(disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
(set_longjmp_resume_breakpoint, mention, create_breakpoints)
(watch_command_1, print_one_exception_catchpoint)
(clear_command, breakpoint_re_set_one): Adjust member accesses to
use the breakpoint's ->loc.
(set_raw_breakpoint): Likewise.  Initialize ->loc.
(delete_breakpoint): Likewise.  Free ->loc.

20 years ago* config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
Nick Clifton [Thu, 6 Nov 2003 15:30:05 +0000 (15:30 +0000)]
* config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
  (rn_table, iwmmxt_table, cp_table, cn_table, fn_table, sn_table,
  dn_table, mav_mvf_table, mac_mvd_table, mav_mvfx_table,
  mav_mvax_table, mav_dspc_table): Initialise new field.
  (insert_reg_alias): Initialise new field.
  (md_pseudo_table): Add "unreq" entry.
  (s_unreq): New function: Undo the effects of a previous .req.
* doc/c-arm.texi: Document new pseudo op.
* NEWS: Mention new feature.
* testsuite/gas/arm/req.s: New test file.  Check .req and .unreq psuedo ops.
* testsuite/gas/arm/req.l: Expected error output from req.s test.
* testsuite/gas/arm/copro.d: Set target architecture for objdump so that the
  test will work on architectures which cannot encode higher arm architecture
  types in their file headers.
* testsuite/gas/arm/arm.exp: Run new req.s test.
  Skip thumb instruction test for PE targets which do not support
  thumb relocations.
* testsuite/gas/elf/elf.exp: Skip special handling of section2 test for XScale
  targets - it is no longer needed.

20 years ago * elf32-ppc.c (ppc_elf_install_value): Delete.
Alan Modra [Thu, 6 Nov 2003 14:30:11 +0000 (14:30 +0000)]
* elf32-ppc.c (ppc_elf_install_value): Delete.
(shared_stub_entry, stub_entry): Make them arrays of ints.
Remove initial branch.
(ppc_elf_relax_section): Write one branch around all trampolines
instead.  Correct bogus R_PPC_PLTREL24 handling.  Correct
branch range check.  Only use shared_stub_entry when shared.
Test that branches can reach stubs.  Write trampolines out at
end so that just one realloc is used.  Handle little-endian
mode.  Move relevant code from ppc_elf_install_value to here.
(ppc_elf_relocate_section): Move code handling RELAX32 from
ppc_elf_install_value to here.

20 years agoFix 'the the' typo
Nick Clifton [Thu, 6 Nov 2003 11:58:58 +0000 (11:58 +0000)]
Fix 'the the' typo

20 years ago2003-11-05 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 6 Nov 2003 04:32:07 +0000 (04:32 +0000)]
2003-11-05  H.J. Lu  <hongjiu.lu@intel.com>

* m68k-opc.c (m68k_opcodes): Reorder "fmovel".

20 years ago2003-11-05 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 6 Nov 2003 03:29:49 +0000 (03:29 +0000)]
2003-11-05  Andrew Cagney  <cagney@redhat.com>

* config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
macro.
* config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
* config/i386/tm-cygwin.h
(LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
* config/powerpc/tm-linux.h
(AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
(at_subroutine_call_instruction_target): Delete declaration.
* config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
* config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
* config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.

20 years ago * elf32-ppc.c (ppc_elf_howto_raw); Add entry for R_PPC_RELAX32PC.
Alan Modra [Thu, 6 Nov 2003 02:58:40 +0000 (02:58 +0000)]
* elf32-ppc.c (ppc_elf_howto_raw); Add entry for R_PPC_RELAX32PC.
(ppc_elf_install_value): Handle R_PPC_RELAX32PC.  Merge duplicate
cases.
(shared_stub_entry): Correct opcode.
(ppc_elf_relax_section): Generate R_PPC_RELAX32PC relocs.
(ppc_elf_relocate_section): Handle them.

20 years ago * ppc.h (R_PPC_RELAX32PC): Define.
Alan Modra [Thu, 6 Nov 2003 02:57:08 +0000 (02:57 +0000)]
* ppc.h (R_PPC_RELAX32PC): Define.

20 years ago2003-11-05 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 6 Nov 2003 02:52:28 +0000 (02:52 +0000)]
2003-11-05  Andrew Cagney  <cagney@redhat.com>

* xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
"struct bfd_section" and "struct bfd".
* target.h (struct section_table): Ditto.
* rs6000-nat.c (xcoff_relocate_core): Ditto.
* solib-svr4.c (elf_locate_base): Ditto.
* pa64solib.c (dld_cache_t): Ditto.
* objfiles.h (struct obj_section): Ditto.
* objfiles.c (add_to_objfile_sections): Ditto.
* exec.c (bfdsec_to_vmap): Ditto.
(add_to_section_table): Ditto.
(build_section_table): Ditto.
* corelow.c (get_core_register_section): Ditto.
* coffread.c (find_linenos): Ditto.
* elfread.c (elf_interpreter): Delete #if0'd function.

* mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
* config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
* config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
* config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.

* arch-utils.h (generic_cannot_extract_struct_value_address):
Delete declaration.
* wince.c (_initialize_wince): Fix multi-line string.
* ia64-tdep.c (floatformat_valid): Convert to ISO C.

20 years ago2003-11-05 Michael Chastain <mec@shout.net>
Michael Chastain [Thu, 6 Nov 2003 02:08:08 +0000 (02:08 +0000)]
2003-11-05  Michael Chastain  <mec@shout.net>

* gdb.mi/pthreads.c (routine): Handle early return from sleep.

20 years ago*** empty log message ***
gdbadmin [Thu, 6 Nov 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2003-11-05 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 5 Nov 2003 23:50:12 +0000 (23:50 +0000)]
2003-11-05  Elena Zannoni  <ezannoni@redhat.com>

       * top.c (execute_command): Fix broken logic for command execution
       while inferior is running in async mode.

20 years ago* dwarf2-frame.c (execute_cfa_program): Mark register as
Mark Kettenis [Wed, 5 Nov 2003 23:32:17 +0000 (23:32 +0000)]
* dwarf2-frame.c (execute_cfa_program): Mark register as
REG_SAVED_REG for DW_CFA_register opcode.

20 years agodaily update
Alan Modra [Wed, 5 Nov 2003 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
Mark Kettenis [Wed, 5 Nov 2003 22:54:46 +0000 (22:54 +0000)]
* amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
%rsp, %rip and %eflags to match ABI-change.

20 years ago2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 5 Nov 2003 20:32:42 +0000 (20:32 +0000)]
2003-11-05  Jeff Johnston  <jjohnstn@redhat.com>

        * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
        (ia64_gdbarch_init): Don't bother calculating the os.
        Instead use the gdbarch_info struct and look at the osabi field.
        Also use gdbarch_list_lookup_by_info() to look for a
        candidate gdbarch.

20 years ago * frv-tdep.c (frv_register_byte): Delete.
Kevin Buettner [Wed, 5 Nov 2003 16:44:12 +0000 (16:44 +0000)]
* frv-tdep.c (frv_register_byte): Delete.
(frv_extract_return_value, frv_store_return_value)
(frv_extract_struct_value_address): Don't call frv_register_byte().
Convert to non-deprecated form.
(frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
Convert calls to set_gdbarch_deprecated_extract_return_value(),
set_gdbarch_deprecated_store_return_value(), and
set_gdbarch_deprecated_extract_struct_value_address() into
non-deprecated forms.

20 years ago2003-11-05 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 5 Nov 2003 16:42:35 +0000 (16:42 +0000)]
2003-11-05  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c (mips_dump_tdep): Do not print
PRINT_EXTRA_FRAME_INFO.
* config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
Rename PRINT_EXTRA_FRAME_INFO.
* mips-tdep.c (mips_print_extra_frame_info): Delete function.
* config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
(mips_print_extra_frame_info): Delete declaration.
* stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.

20 years ago2003-11-05 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 5 Nov 2003 15:30:35 +0000 (15:30 +0000)]
2003-11-05 Elena Zannoni  <ezannoni@redhat.com>

       * coffread.c (coff_symtab_read): Remove passing of info parameter
       to prim_record_minimal_symbol_and_info.

20 years ago2003-11-05 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 5 Nov 2003 15:27:31 +0000 (15:27 +0000)]
2003-11-05  Elena Zannoni  <ezannoni@redhat.com>

       * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
       (decode_base_type): Delete ifdeffed out code.

20 years ago * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and return
Alan Modra [Wed, 5 Nov 2003 13:17:09 +0000 (13:17 +0000)]
* elf.c (_bfd_elf_rela_local_sym): Accept asection **, and return
updated section in case of merged section.
* elf-bfd.h (_bfd_elf_rela_local_sym): Update declaration.
* elf-hppa.h (elf_hppa_relocate_section): Adjust call.
* elf-m10200.c (mn10200_elf_relocate_section): Likewise.
* elf-m10300.c (mn10300_elf_relocate_section): Likewise.
* elf32-arm.h (elf32_arm_relocate_section): Likewise.
* elf32-avr.c (elf32_avr_relocate_section): Likewise.
* elf32-cris.c (cris_elf_relocate_section): Likewise.
* elf32-fr30.c (fr30_elf_relocate_section): Likewise.
* elf32-frv.c (elf32_frv_relocate_section): Likewise.
* elf32-h8300.c (elf32_h8_relocate_section): Likewise.
* elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
* elf32-i370.c (i370_elf_relocate_section): Likewise.
* elf32-i860.c (elf32_i860_relocate_section): Likewise.
* elf32-m32r.c (m32r_elf_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-mcore.c (mcore_elf_relocate_section): Likewise.
* elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
* elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf32-s390.c (elf_s390_relocate_section): Likewise.
* elf32-sh.c (sh_elf_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf32-v850.c (v850_elf_relocate_section) Likewise.
* elf32-vax.c (elf_vax_relocate_section): Likewise.
* elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
* elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
* elf64-mmix.c (mmix_elf_relocate_section): Likewise.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
* elf64-s390.c (elf_s390_relocate_section): Likewise.
* elf64-sh64.c (sh_elf64_relocate_section): Likewise.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
* elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.

* elf32-cris.c (cris_elf_relocate_section): Don't recalculate symbol
section for reloc output.
* elf32-i370.c (i370_elf_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf32-vax.c (elf_vax_relocate_section): Likewise.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.

* elf32-ppc.c (ppc_elf_relocate_section): Don't recalculate everything
for R_PPC_RELAX32 reloc.  Don't bother checking ppc_elf_install_value
return value.
* elf64-ppc.c (ppc64_elf_relocate_section <R_PPC64_TOC>): Sanity check
sec->id.

20 years ago * elf32-d10v.c (extract_rel_addend, insert_rel_addend): New functions.
Alan Modra [Wed, 5 Nov 2003 01:23:55 +0000 (01:23 +0000)]
* elf32-d10v.c (extract_rel_addend, insert_rel_addend): New functions.
(elf32_d10v_relocate_section): Use them to handle -r reloc
adjustments, and in place of _bfd_elf_rela_local_sym.

20 years ago2003-11-04 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 5 Nov 2003 01:14:25 +0000 (01:14 +0000)]
2003-11-04  H.J. Lu  <hongjiu.lu@intel.com>

* gas/m68k/mcf-mov3q.d: Support 64bit BFD.

20 years ago*** empty log message ***
gdbadmin [Wed, 5 Nov 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * cpu-iq2000.c (arch_info_struct): Warning fix.
Alan Modra [Tue, 4 Nov 2003 23:58:06 +0000 (23:58 +0000)]
* cpu-iq2000.c (arch_info_struct): Warning fix.

20 years ago * elf32-hppa.c (ELIMINATE_COPY_RELOCS): Define.
Alan Modra [Tue, 4 Nov 2003 23:52:58 +0000 (23:52 +0000)]
* elf32-hppa.c (ELIMINATE_COPY_RELOCS): Define.
(elf32_hppa_copy_indirect_symbol): Don't copy NON_GOT_REF on
weakdefs.
(elf32_hppa_check_relocs): Use ELIMINATE_COPY_RELOCS.
(elf32_hppa_adjust_dynamic_symbol): Likewise.  Copy weakdef
NON_GOT_REF.
(allocate_dynrelocs): Use ELIMINATE_COPY_RELOCS and
SYMBOL_CALLS_LOCAL.  Discard relocs for undef weak syms with
non-default visibility.
(elf32_hppa_relocate_section): Use ELIMINATE_COPY_RELOCS and
SYMBOL_CALLS_LOCAL.

20 years ago * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do
Alan Modra [Tue, 4 Nov 2003 23:36:21 +0000 (23:36 +0000)]
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do
pe_dll_extra_pe_debug stuff when DLL_SUPPORT defined.
(pr_sym): Move inside #ifdef DLL_SUPPORT.

20 years ago * config/tc-ppc.h (TC_FORCE_RELOCATION): Only define for ELF and XCOFF.
Alan Modra [Tue, 4 Nov 2003 23:35:54 +0000 (23:35 +0000)]
* config/tc-ppc.h (TC_FORCE_RELOCATION): Only define for ELF and XCOFF.

20 years ago * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap
Alan Modra [Tue, 4 Nov 2003 23:11:23 +0000 (23:11 +0000)]
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap
unused variable.

20 years ago * emulparams/elf32_i860.sh (TEXT_START_ADDR): Define.
Alan Modra [Tue, 4 Nov 2003 23:08:03 +0000 (23:08 +0000)]
* emulparams/elf32_i860.sh (TEXT_START_ADDR): Define.

20 years agodaily update
Alan Modra [Tue, 4 Nov 2003 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago2003-11-04 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 4 Nov 2003 22:22:31 +0000 (22:22 +0000)]
2003-11-04  Andrew Cagney  <cagney@redhat.com>

* symtab.c (find_active_alias): Delete function.
(lookup_block_symbol): Delete alias code.
* stabsread.c (resolve_live_range): Delete function.
(add_live_range): Delete function.
(resolve_symbol_reference): Delete function.
(define_symbol): Delete live range and alias code.
(scan_file_globals): Delete alias code.
* symtab.h (SYMBOL_RANGES): Delete macro.
(struct range_list): Delete structure.
(struct symbol): Delete field "ranges".
(SYMBOL_ALIASES): Delete macro.
(struct alias_list): Delete structure.
(struct symbol): Delete field "aliases".

20 years ago2003-11-04 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 4 Nov 2003 20:01:16 +0000 (20:01 +0000)]
2003-11-04  Michael Snyder  <msnyder@redhat.com>

        * MAINTAINERS: Remove myself as owner of breakpoints and
        of sparc/solaris.

20 years ago * aout-target.h, aoutf1.h, bfdio.c, bfdwin.c: Update copyright date.
Alan Modra [Tue, 4 Nov 2003 11:30:54 +0000 (11:30 +0000)]
* aout-target.h, aoutf1.h, bfdio.c, bfdwin.c: Update copyright date.
* coff-apollo.c, coff-sparc.c, coff-w65.c, coff-we32k.c: Ditto.
* coff-z8k.c, coffgen.c, cpu-frv.c, cpu-h8500.c, cpu-hppa.c: Ditto.
* cpu-ia64-opc.c, cpu-m10300.c, cpu-mips.c, cpu-msp430.c: Ditto.
* cpu-rs6000.c, cpu-z8k.c, efi-app-ia32.c, elf32-am33lin.c: Ditto.
* gen-aout.c, hash.c, hp300hpux.c, init.c, mach-o.c: Ditto.
* nlm-target.h, nlm.c, som.h, stabs.c, sysdep.h, xsym.h: Ditto.

20 years ago * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Fix
Alan Modra [Tue, 4 Nov 2003 10:45:54 +0000 (10:45 +0000)]
* elf-m10300.c (_bfd_mn10300_elf_create_got_section): Fix
"dereferencing type-punned pointer" warnings.

20 years ago * aout-adobe.c (aout_adobe_set_section_contents): Constify location.
Alan Modra [Tue, 4 Nov 2003 10:41:52 +0000 (10:41 +0000)]
* aout-adobe.c (aout_adobe_set_section_contents): Constify location.
* aoutx.h (NAME(aout,set_section_contents)): Ditto.
* bfd-in2.h: Regenerate.
* binary.c (binary_set_section_contents): Ditto.
* bout.c (b_out_set_section_contents): Ditto.
* coff-tic54x.c (tic54x_set_section_contents): Ditto.
* coffcode.h (coff_set_section_contents): Ditto.
* ecoff.c (_bfd_ecoff_set_section_contents): Ditto.
* elf-bfd.h (_bfd_elf_set_section_contents): Ditto.
* elf.c (_bfd_elf_set_section_contents): Ditto.
* elfxx-mips.c (_bfd_mips_elf_set_section_contents): Ditto.
* elfxx-mips.h (_bfd_mips_elf_set_section_contents): Ditto.
* i386msdos.c (msdos_set_section_contents): Ditto.
* ieee.c (ieee_set_section_contents): Ditto.
* ihex.c (ihex_set_section_contents): Ditto.
* libaout.h (NAME(aout,set_section_contents)): Ditto.
* libbfd-in.h (_bfd_nowrite_set_section_contents): Ditto.
(_bfd_generic_set_section_contents): Ditto.
* libbfd.h: Regenerate.
* libbfd.c (_bfd_generic_set_section_contents): Ditto.
* libecoff.h (_bfd_ecoff_set_section_contents): Ditto.
* libnlm.h (nlmNAME(set_section_contents)): Ditto.
(struct nlm_backend_data <nlm_mangle_relocs>): Ditto.
* mmo.c (mmo_set_section_contents): Ditto.
* nlm32-alpha.c (nlm_alpha_mangle_relocs): Ditto.
* nlm32-i386.c (nlm_i386_mangle_relocs): Ditto.
* nlm32-ppc.c (nlm_powerpc_mangle_relocs): Ditto.
* nlm32-sparc.c (nlm_sparc_mangle_relocs): Ditto.
* nlmcode.h (nlm_set_section_contents): Ditto.
* oasys.c (oasys_set_section_contents): Ditto.
* pdp11.c (NAME(aout,set_section_contents)): Ditto.
* ppcboot.c (ppcboot_set_section_contents): Ditto.
* srec.c (srec_set_section_contents): Ditto.
* targets.c (BFD_JUMP_TABLE_WRITE <_bfd_set_section_contents>): Ditto.
* tekhex.c (tekhex_set_section_contents): Ditto.
(move_section_contents): Ditto.
* versados.c (versados_set_section_contents): Ditto.
* vms-misc.c (_bfd_save_vms_section): Ditto.
* vms.c (vms_set_section_contents): Ditto.
* vms.h (_bfd_save_vms_section): Ditto.

20 years ago * elf64-ppc.c (ppc_size_one_stub): Size relbrlt. Accept info arg
Alan Modra [Tue, 4 Nov 2003 08:51:36 +0000 (08:51 +0000)]
* elf64-ppc.c (ppc_size_one_stub): Size relbrlt.  Accept info arg
rather than htab.
(ppc64_elf_size_stubs): Adjust ppc_size_one_stub traversal.  Zero
relbrlt size.
(ppc64_elf_build_stubs): Allocate space for relbrlt.

20 years ago * bfd-in.h (_bfd_elf_tls_setup): Declare.
Alan Modra [Tue, 4 Nov 2003 06:16:39 +0000 (06:16 +0000)]
* bfd-in.h (_bfd_elf_tls_setup): Declare.
* bfd-in2.h: Regenerate.
* elf-bfd.h (struct elf_link_tls_segment): Delete.
(struct elf_link_hash_table): Add tls_sec and tls_size.
* elf.c (_bfd_elf_link_hash_table_init): Init tls_sec and tls_size.
* elflink.c (_bfd_elf_tls_setup): New function.
* elflink.h (struct elf_final_link_info): Remove first_tls_sec.
(elf_bfd_final_link): Don't set first_tls_sec here.  Update code
saving tls segment info, round segment size up.
(elf_link_output_extsym): Adjust code using tls segment info.
(elf_link_input_bfd): Likewise.
* elf32-i386.c (dtpoff_base, tpoff): Likewise.
* elf32-s390.c (dtpoff_base, tpoff): Likewise.
* elf32-sh.c (dtpoff_base, tpoff): Likewise.
* elf32-sparc.c (dtpoff_base, tpoff): Likewise.
* elf64-s390.c (dtpoff_base, tpoff): Likewise.
* elf64-x86-64.c (dtpoff_base, tpoff): Likewise.
* elfxx-ia64.c (elfNN_ia64_tprel_base): Likewise.
(elfNN_ia64_dtprel_base): Likewise.
* elf64-alpha.c (alpha_get_dtprel_base): Likewise.
(alpha_get_tprel_base): Likewise.
(struct alpha_relax_info): Remove tls_segment.
(elf64_alpha_relax_got_load): Adjust invocation of
alpha_get_dtprel_base and alpha_get_tprel_base.
(elf64_alpha_relax_tls_get_addr): Likewise.
(elf64_alpha_relax_section): Likewise.
(elf64_alpha_relocate_section): Likewise.
(elf64_alpha_relax_find_tls_segment): Delete.
* elf32-ppc.c (struct ppc_elf_link_hash_table): Remove tls_sec.
(ppc_elf_tls_setup): Call _bfd_elf_tls_setup.  Return section.
(ppc_elf_relocate_section): Adjust to use elf.tls_sec.
* elf32-ppc.h (ppc_elf_tls_setup): Update.
* elf64-ppc.c (struct ppc_link_hash_table): Remove tls_sec.
(ppc64_elf_tls_setup): Call _bfd_elf_tls_setup.  Return section.
(ppc64_elf_tls_optimize): Adjust to use elf.tls_sec.
(ppc64_elf_relocate_section): Likewise.
* elf64-ppc.h (ppc64_elf_tls_setup): Update.

* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Call
_bfd_elf_tls_setup.

20 years ago*** empty log message ***
gdbadmin [Tue, 4 Nov 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Mon, 3 Nov 2003 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2003-11-03 Dave Brolley <brolley@redhat.com>
Dave Brolley [Mon, 3 Nov 2003 18:29:57 +0000 (18:29 +0000)]
2003-11-03  Dave Brolley  <brolley@redhat.com>

        * cache.c (address_interference): Check for higher priority requests
        in the same pipeline.

20 years agoAdded new SH4 testcases
Kris Warkentin [Mon, 3 Nov 2003 17:42:52 +0000 (17:42 +0000)]
Added new SH4 testcases

20 years ago * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
Corinna Vinschen [Mon, 3 Nov 2003 17:08:23 +0000 (17:08 +0000)]
* sh-tdep.c (sh_sh4_nofpu_register_name): New function.
(sh_sh4al_dsp_register_name): Ditto.
(sh4_nofpu_show_regs): Ditto.
(sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.

20 years ago * bcache.c: Include "gdb_assert.h".
Andrew Cagney [Mon, 3 Nov 2003 17:03:11 +0000 (17:03 +0000)]
* bcache.c: Include "gdb_assert.h".
(struct bcache): Add fields "expand_count" and
"expand_hash_count".
(expand_hash_table): Update the expand counts.
(print_bcache_statistics): Use XCALLOC, not alloca.  Print stats
on object sizes and hashes.
* Makefile.in (bcache.o): Update dependencies.