external/binutils.git
20 years ago * ld-i386/tlsbin.dd: Adjust for changed sib printing.
Alan Modra [Sun, 18 Jan 2004 23:14:13 +0000 (23:14 +0000)]
* ld-i386/tlsbin.dd: Adjust for changed sib printing.

20 years ago * gas/i386/katmai.d: Adjust for changed sib printing.
Alan Modra [Sun, 18 Jan 2004 23:13:35 +0000 (23:13 +0000)]
* gas/i386/katmai.d: Adjust for changed sib printing.
* gas/i386/prescott.d: Likewise.
* gas/i386/sse2.d: Likewise.
* gas/i386/ssemmx2.d: Likewise.

20 years ago * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
Alan Modra [Sun, 18 Jan 2004 23:12:47 +0000 (23:12 +0000)]
* i386-dis.c (OP_E): Print scale factor on intel mode sib when not
1.  Don't print scale factor on AT&T mode when index missing.

20 years agodaily update
Alan Modra [Sun, 18 Jan 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
Mark Kettenis [Sun, 18 Jan 2004 21:22:50 +0000 (21:22 +0000)]
* dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
DW_CFA_def_cfa_exporession.  Add support for
DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.

20 years ago* gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
Mark Kettenis [Sun, 18 Jan 2004 21:17:57 +0000 (21:17 +0000)]
* gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
used with gdb_test_multiple.

20 years ago2004-01-18 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 18 Jan 2004 19:26:51 +0000 (19:26 +0000)]
2004-01-18  Andrew Cagney  <cagney@redhat.com>

* ocd.c: Update copyright.
(bdm_read_register_command): Delete unused function.
(_initialize_remote_ocd): Delete commented out reference.
(get_quoted_char, reset_packet): Delete #if0ed function.
(output_packet, put_quoted_char): Delete #if0ed function.
(stu_put_packet, stu_get_packet): Delete #if0ed function.
(ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
(BDM_BREAKPOINT): Delete #if0ed macro.
(remote_timeout): Delete #if0ed variable.

20 years ago* gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
Mark Kettenis [Sun, 18 Jan 2004 16:35:11 +0000 (16:35 +0000)]
* gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
read at address 0.  This fixes PR testsuite/1504.

20 years ago * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
Daniel Jacobowitz [Sun, 18 Jan 2004 15:23:30 +0000 (15:23 +0000)]
* config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
Remove downloading, guessing the host executable, the calls to
gdb_file_cmd and gdb_target_cmd, and "load" support.
(infer_host_exec): New function broken out from gdb_load.
(gdb_load): New wrapper for gdbserver_gdb_load.
* lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
gdb_target_cmd.  Use -target-select.
(mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
Download binaries to the host.  Clear last_mi_remote_file when
we load a new binary.
(mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
call gdbserver_gdb_load and mi_gdb_target_cmd.

20 years ago* simops.c: Include <sys/types.h>.
Mark Kettenis [Sun, 18 Jan 2004 14:56:40 +0000 (14:56 +0000)]
* simops.c: Include <sys/types.h>.

20 years ago* Makefile.in (ALLDEPFILES): Remove core-sol2.c.
Mark Kettenis [Sun, 18 Jan 2004 14:47:56 +0000 (14:47 +0000)]
* Makefile.in (ALLDEPFILES): Remove core-sol2.c.
(core-sol2.o): Remove dependency.
* core-sol2.c: Remove file.

20 years ago2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sun, 18 Jan 2004 04:18:56 +0000 (04:18 +0000)]
2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
type patterns.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 18 Jan 2004 03:42:28 +0000 (03:42 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
* block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
enums.

20 years ago * remote.c: Update copyright years.
Daniel Jacobowitz [Sun, 18 Jan 2004 03:38:32 +0000 (03:38 +0000)]
* remote.c: Update copyright years.

20 years ago * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
Daniel Jacobowitz [Sun, 18 Jan 2004 03:37:03 +0000 (03:37 +0000)]
* remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.

20 years ago2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sun, 18 Jan 2004 03:33:22 +0000 (03:33 +0000)]
2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/templates.exp: Fix typo in test name of
"print Foo<volatile char*>::foo".

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 18 Jan 2004 01:22:57 +0000 (01:22 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mdebugread.c: Update copyright.
(parse_symbol): Replace DEPRECATED_STREQ with strcmp.
(parse_type, parse_procedure): Ditto.
(parse_partial_symbols, psymtab_to_symtab_1): Ditto.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sun, 18 Jan 2004 00:01:32 +0000 (00:01 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* cris-tdep.c (cris_store_struct_return): Put back accidently
deleted function.

20 years ago*** empty log message ***
gdbadmin [Sun, 18 Jan 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 23:21:21 +0000 (23:21 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh: Update copyright year.
* gdbarch.h, gdbarch.c: Re-generate.

20 years ago Suggested by George Anzinger.
Daniel Jacobowitz [Sat, 17 Jan 2004 23:09:29 +0000 (23:09 +0000)]
Suggested by George Anzinger.
* dwarf2expr.c (execute_stack_op): Fetch the second item from the
correct stack offset.  Include unknown opcode numbers in the error
message.

20 years agodaily update
Alan Modra [Sat, 17 Jan 2004 23:07:55 +0000 (23:07 +0000)]
daily update

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 22:45:44 +0000 (22:45 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* x86-64-tdep.c (x86_64_init_abi): No need to clear
extract_struct_value_address, i386 does not set it.
* sparc64-tdep.c (sparc64_init_abi): Do not set
extract_struct_value_address, never called.
(sparc64_extract_struct_value_address): Delete function.
* m68hc11-tdep.c: Update copyright.
(m68hc11_gdbarch_init): Delete redundant assignment of
extract_struct_value_address.
* i386-tdep.c: Update copyright.
(i386_gdbarch_init): Do not set extract_struct_value_address,
never called.
(i386_extract_struct_value_address): Delete function.
* sparc-tdep.c (sparc32_gdbarch_init): Do not set
extract_struct_value_address, never called.
(sparc32_extract_struct_value_address): #if 0 function.

20 years ago * arm-tdep.c (arm_write_pc): New function.
Daniel Jacobowitz [Sat, 17 Jan 2004 21:58:54 +0000 (21:58 +0000)]
* arm-tdep.c (arm_write_pc): New function.
(arm_gdbarch_init): Call set_gdbarch_write_pc.

20 years ago * breakpoint.c (must_shift_inst_regs): Delete.
Daniel Jacobowitz [Sat, 17 Jan 2004 21:56:12 +0000 (21:56 +0000)]
* breakpoint.c (must_shift_inst_regs): Delete.
(bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
and SHIFT_INST_REGS.
* infcmd.c (step_1, step_1_continuation): Delete references to
SHIFT_INST_REGS.
* infrun.c (keep_going): Likewise.
* target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
* config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.

20 years ago * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
Daniel Jacobowitz [Sat, 17 Jan 2004 21:56:00 +0000 (21:56 +0000)]
* gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 20:17:40 +0000 (20:17 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* infcmd.c (print_return_value): Delete reference to
DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 20:02:04 +0000 (20:02 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* cris-tdep.c (cris_gdbarch_init): Do not set
deprecated_extract_struct_value_address.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 19:38:58 +0000 (19:38 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* xstormy16-tdep.c: Update copyright.
(xstormy16_extract_struct_value_address): Update to current
extract struct value address interface.
(xstormy16_gdbarch_init): Set extract_struct_value_address.
* sh64-tdep.c (sh64_extract_struct_value_address): Update to
current extract struct value address interface.
(sh64_gdbarch_init): Set extract_struct_value_address.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 18:52:33 +0000 (18:52 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* cris-tdep.c: Update copyright.
(cris_extract_struct_value_address): Delete function.
(struct_return_address): Delete variable.
(cris_store_struct_return): Do not set struct_return_address.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 18:45:25 +0000 (18:45 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mcore-tdep.c: Update copyright.
(mcore_extract_struct_value_address): Delete function.  Update
comments.
(mcore_gdbarch_init): Update.
* mn10300-tdep.c: Update copyright.
(mn10300_extract_struct_value_address): Delete function.
(mn10300_gdbarch_init): Update.
* v850-tdep.c: Update copyright.
(v850_extract_struct_value_address): Delete.
(v850_gdbarch_init): Update.
* ns32k-tdep.c: Update copyright.
(ns32k_extract_struct_value_address): Delete.
(ns32k_gdbarch_init): Update.
* hppa-tdep.c (hppa_extract_struct_value_address): Delete.
(hppa_gdbarch_init): Update.
* vax-tdep.c: Update copyright.
(vax_extract_struct_value_address): Delete.
(vax_gdbarch_init): Update.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 18:24:15 +0000 (18:24 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* procfs.c (procfs_fetch_registers): Delete reference to
DEPRECATED_NPC_REGNUM.
(procfs_store_registers): Ditto.
* regcache.c (generic_target_write_pc): Simplify.
* lynx-nat.c: Delete #ifdef SPARC code.  Not used.

Index: doc/ChangeLog
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Delete
documentation on DEPRECATED_NPC_REGNUM.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 17:08:36 +0000 (17:08 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* core-sol2.c (fetch_core_registers): Replace
DEPRECATED_NPC_REGNUM with equivalent tdep value.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 17:01:32 +0000 (17:01 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* hppa-tdep.c: Update copyright year.
(hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead
of NPC_REGNUM.
(hppa_gdbarch_init): Do not set deprecated_npc_regnum.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 16:40:42 +0000 (16:40 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c (mips_write_pc): New function.
(mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
(mips_read_pc): Use mips_regnum instead of PC_REGNUM.
(mips_find_saved_regs, mips_software_single_step: Ditto.
(mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
mips_init_extra_frame_info, mips_pop_frame): Ditto.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 16:27:30 +0000 (16:27 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c: Re-indent.  Group functions by ABI.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 15:34:13 +0000 (15:34 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
* gdbarch.c: Re-generate.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
DECR_PC_AFTER_BREAK to zero.
* vax-tdep.c (vax_gdbarch_init): Ditto.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* sparc-tdep.c (sparc32_gdbarch_init): Ditto.
* sh64-tdep.c (sh64_gdbarch_init): Ditto.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mips-tdep.c (mips_gdbarch_init): Ditto.
* mcore-tdep.c (mcore_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* m32r-tdep.c (m32r_gdbarch_init): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* i386-interix-tdep.c (i386_interix_init_abi): Ditto.
* hppa-tdep.c (hppa_gdbarch_init): Ditto.
* h8300-tdep.c (h8300_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* cris-tdep.c (cris_gdbarch_init): Ditto.
* avr-tdep.c (avr_gdbarch_init): Ditto.
* arm-tdep.c (arm_gdbarch_init): Ditto.
* i386-nto-tdep.c (i386nto_init_abi): Add comment.

20 years ago * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
Joel Brobecker [Sat, 17 Jan 2004 05:35:47 +0000 (05:35 +0000)]
    * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
        Delete, no longer used.
        (read_subrange_type): New function, mostly extracted from
        read_array_type().
        (read_array_type): Replace extracted code by call to
        read_subrange_type().
        (dwarf2_get_attr_constant_value): New function.
        (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
        (add_partial_symbol): Likewise.
        (process_die): Likewise.
        (new_symbol): Likewise.
        (read_type_die): Likewise.

20 years ago2004-01-16 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 01:05:06 +0000 (01:05 +0000)]
2004-01-16  Andrew Cagney  <cagney@redhat.com>

* symfile.c: Update copyright year.
(compare_symbols): Delete unused function.
* stabsread.c: Update copyright year.
(lrs_general_complaint): Delete unused function.
(ref_search_value): Ditto.
(get_substring): Delete declaration.
* sh64-tdep.c: Update copyright year.
(sh64_get_gdb_regnum): Delete unused function.
* dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
Delete unused function.

20 years ago* defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
Mark Kettenis [Sat, 17 Jan 2004 00:13:46 +0000 (00:13 +0000)]
* defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
* osabi.c (gdb_osabi_names): Add "OpenBSD ELF".

20 years ago2004-01-16 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 17 Jan 2004 00:00:48 +0000 (00:00 +0000)]
2004-01-16  Andrew Cagney  <cagney@redhat.com>

Changes from Peter Schauer.
* rs6000-tdep.c: Update copyright year.
(rs6000_push_dummy_call): Update the stack pointer before
accessing the corresponding stack region.
* rs6000-nat.c: Update copyright year.
(set_host_arch): Set "info.abfd" to "exec_bfd".

20 years ago*** empty log message ***
gdbadmin [Sat, 17 Jan 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * coff-h8300.c: Fix comment typos.
Kazu Hirata [Fri, 16 Jan 2004 23:50:20 +0000 (23:50 +0000)]
* coff-h8300.c: Fix comment typos.
* elf32-h8300.c: Likewise.

20 years ago * coff-h8300.c: Add comments about relaxation.
Kazu Hirata [Fri, 16 Jan 2004 23:35:49 +0000 (23:35 +0000)]
* coff-h8300.c: Add comments about relaxation.
* elf32-h8300.c: Likewise.

20 years agodaily update
Alan Modra [Fri, 16 Jan 2004 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago* gas/mn10300/mov5.s: New.
Alexandre Oliva [Fri, 16 Jan 2004 03:16:07 +0000 (03:16 +0000)]
* gas/mn10300/mov5.s: New.
* gas/mn10300/basic.exp (do_mov5): New.

20 years ago* m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
Alexandre Oliva [Fri, 16 Jan 2004 03:16:00 +0000 (03:16 +0000)]
* m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
when loaded into XR registers.

20 years ago*** empty log message ***
gdbadmin [Fri, 16 Jan 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-15 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 15 Jan 2004 23:24:29 +0000 (23:24 +0000)]
2004-01-15  Andrew Cagney  <cagney@redhat.com>

* src-release: Update copyright year.
(do-proto-toplev): Configure using i686-pc-linux-gnu.
(NEWLIB_SUPPORT_DIRS): Delete macro.
(newlib.tar.bz2): Delete rule.

20 years agodaily update
Alan Modra [Thu, 15 Jan 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Thu, 15 Jan 2004 22:23:26 +0000 (22:23 +0000)]
2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.

20 years ago * Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
Ben Elliston [Thu, 15 Jan 2004 21:25:06 +0000 (21:25 +0000)]
* Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.

20 years ago2004-01-16 Ben Elliston <bje@wasabisystems.com>
Ben Elliston [Thu, 15 Jan 2004 21:16:38 +0000 (21:16 +0000)]
2004-01-16  Ben Elliston  <bje@wasabisystems.com>

* gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
(clean mostlyclean): Remove empty rm.

20 years ago* blockframe.c: Update copyright year.
Mark Kettenis [Thu, 15 Jan 2004 20:00:17 +0000 (20:00 +0000)]
* blockframe.c: Update copyright year.
(inside_entry_func): Don't treat a zero PC specially.

20 years ago2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Thu, 15 Jan 2004 19:28:46 +0000 (19:28 +0000)]
2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/setvar.exp: Add copyright years.

20 years agoclarify that the import contains local changes as well.
Elena Zannoni [Thu, 15 Jan 2004 19:15:44 +0000 (19:15 +0000)]
clarify that the import contains local changes as well.

20 years agomerge from gcc
DJ Delorie [Thu, 15 Jan 2004 16:34:19 +0000 (16:34 +0000)]
merge from gcc

20 years ago * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
Alan Modra [Thu, 15 Jan 2004 12:38:19 +0000 (12:38 +0000)]
* emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.

20 years ago*** empty log message ***
gdbadmin [Thu, 15 Jan 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Wed, 14 Jan 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years agomerge from gcc
DJ Delorie [Wed, 14 Jan 2004 22:01:54 +0000 (22:01 +0000)]
merge from gcc

20 years ago* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
DJ Delorie [Wed, 14 Jan 2004 21:13:34 +0000 (21:13 +0000)]
* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
* Makefile.tpl (configure-target-[+module+]): Support stage.
* Makefile.in: Rebuilt.

20 years ago2004-01-14 David Carlton <carlton@bactrian.org>
David Carlton [Wed, 14 Jan 2004 19:03:32 +0000 (19:03 +0000)]
2004-01-14  David Carlton  <carlton@bactrian.org>

* gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
PR c++/1511 and update coment.
* gdb.cp/templates.exp: Update patterns to match current output.
If changes involve something other than whitespace, KFAIL
w.r.t. PR c++/1512 or PR c++/931 as appropriate.

20 years ago2004-01-14 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 14 Jan 2004 18:39:08 +0000 (18:39 +0000)]
2004-01-14  Elena Zannoni  <ezannoni@redhat.com>

* gcore.c (gcore_copy_callback): Use paddr_d to print size
variable.
(gcore_create_callback): Ditto.  Skip any memory segment that has
no permissions set.

20 years agogas/
Maciej W. Rozycki [Wed, 14 Jan 2004 18:01:09 +0000 (18:01 +0000)]
gas/
* config/tc-mips.c (append_insn): Properly detect variant frags
that preclude swapping of relaxed branches.  Correctly swap
instructions between frags when dealing with relaxed branches.

gas/testsuite/
* gas/mips/relax-swap1-mips1.d: New test for branch relaxation
with swapping for MIPS1.
* gas/mips/relax-swap1-mips2.d: New test for branch relaxation
with swapping for MIPS2.
* gas/mips/relax-swap1.l: Stderr output for the new tests.
* gas/mips/relax-swap1.s: Source for the new tests.
* gas/mips/relax-swap2.d: New test for branch likely relaxation
with swapping.
* gas/mips/relax-swap2.l: Stderr output for the new test.
* gas/mips/relax-swap2.s: Source for the new test.
* gas/mips/mips.exp: Run the new tests.

20 years ago2004-01-14 David Carlton <carlton@kealia.com>
David Carlton [Wed, 14 Jan 2004 16:54:43 +0000 (16:54 +0000)]
2004-01-14  David Carlton  <carlton@kealia.com>

Change symbols for C++ nested types to contain the fully qualified
name, if possible.  (At least in the DWARF-2 case.)  Partial fix
for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
c++/895.
* c-exp.y: Update copyright:
(qualified_type): Handle types nested within classes.
* cp-namespace.c: Update comments.
(cp_set_block_scope): Delete #if 0.
(cp_lookup_nested_type): Handle types nested within classes.
* dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
when appropriate.
(add_partial_symbol): Add the name of the enclosing namespace to
types.
(pdi_needs_namespace): New.
(add_partial_namespace): Tweak comment.
(add_partial_structure): New.
(psymtab_to_symtab_1): Initialize processing_current_prefix
here...
(process_die): instead of here.
(read_structure_scope): Try to figure out the name of the class or
namespace that the structure might be defined within.
(read_enumeration): Generate fully-qualified names, if possible.
(read_namespace): Don't set name to NULL.
(die_specification): New.
(new_symbol): Generate fully-qualified names for types.
(read_type_die): Determine appropriate prefix.
(determine_prefix): New.
(typename_concat): New.
(class_name): New.
* valops.c: Update copyright.
(value_aggregate_elt): Pass NOSIDE to
value_struct_elt_for_reference.
(value_struct_elt_for_reference): Make static, add NOSIDE
parameter, call value_maybe_namespace_elt as a last resort.
(value_namespace_elt): Break out code into
value_maybe_namespace_elt.
(value_maybe_namespace_elt): New.

2004-01-14  David Carlton  <carlton@kealia.com>

* gdb.cp/namespace.exp: Add tests involving classes defined within
namespaces.
* gdb.cp/namespace.cc (C::CClass): New.
* gdb.cp/namespace1.cc: Update copyright.
(C::OtherFileClass): New.

20 years ago2004-01-14 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 14 Jan 2004 15:09:37 +0000 (15:09 +0000)]
2004-01-14  Elena Zannoni  <ezannoni@redhat.com>

* gdb.base/sepdebug.exp: Bail out of the test if we don't know
what debug info we have. Print a better message if something goes
wrong while producing the separate debug info file.

20 years ago2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Wed, 14 Jan 2004 14:32:54 +0000 (14:32 +0000)]
2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/callfuncs.c: Remove explicit declaration of malloc.

20 years ago2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Wed, 14 Jan 2004 14:11:40 +0000 (14:11 +0000)]
2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/callfuncs.c: Add copyright notice.

20 years ago* gettext.m4: Quote names of macros to be defined by AC_DEFUN
Maciej W. Rozycki [Wed, 14 Jan 2004 13:41:37 +0000 (13:41 +0000)]
* gettext.m4: Quote names of macros to be defined by AC_DEFUN
throughout.

* acinclude.m4: Quote names of macros to be defined by AC_DEFUN
throughout.
* aclocal.m4: Regenerate.
* configure: Regenerate.

20 years agocpu/
Richard Sandiford [Wed, 14 Jan 2004 10:05:00 +0000 (10:05 +0000)]
cpu/
* frv.cpu (UNIT): Add IACC.
(iacc-multiply-r-r): Use it.
* frv.opc (fr400_unit_mapping): Add entry for IACC.
(fr500_unit_mapping, fr550_unit_mapping): Likewise.

opcodes/
* frv-desc.h: Regenerate.
* frv-desc.c: Regenerate.
* frv-opc.c: Regenerate.

20 years ago2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Wed, 14 Jan 2004 03:57:23 +0000 (03:57 +0000)]
2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/derivation.exp: Add XFAIL for bug with protected
inheritance.  PR gdb/1498, PR gcc/13539.

20 years ago * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
Ian Lance Taylor [Wed, 14 Jan 2004 03:06:02 +0000 (03:06 +0000)]
* elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
mips_elf64_rtype_to_howto instead of using howto_table.

* gas/mips/mips16-64.d: New test.
* gas/mips/mips.exp: Run it.

20 years ago2004-01-12 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 14 Jan 2004 02:51:42 +0000 (02:51 +0000)]
2004-01-12  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c (mips_convert_register_p): Handle both raw and
cooked floating-point registers.
(mips_gdbarch_init): Set convert_register_p, register_to_value,
and value_to_register.

20 years ago*** empty log message ***
gdbadmin [Wed, 14 Jan 2004 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-13 David Carlton <carlton@kealia.com>
David Carlton [Tue, 13 Jan 2004 23:39:54 +0000 (23:39 +0000)]
2004-01-13  David Carlton  <carlton@kealia.com>

* gdb.base/completion.exp: Don't look for 'ask' after set
follow-fork-mode.  Update copyright.

20 years agodaily update
Alan Modra [Tue, 13 Jan 2004 23:00:07 +0000 (23:00 +0000)]
daily update

20 years ago2004-01-13 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 13 Jan 2004 21:38:47 +0000 (21:38 +0000)]
2004-01-13  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
* gdbarch.c: Re-generate.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
FUNCTION_START_OFFSET.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* sparc-tdep.c (sparc32_gdbarch_init): Ditto.
* sh64-tdep.c (sh64_gdbarch_init): Ditto.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* s390-tdep.c (s390_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mips-tdep.c (mips_gdbarch_init): Ditto.
* mcore-tdep.c (mcore_gdbarch_init): Ditto.
* m68k-tdep.c (m68k_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* m32r-tdep.c (m32r_gdbarch_init): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* i386-tdep.c (i386_gdbarch_init): Ditto.
* hppa-tdep.c (hppa_gdbarch_init): Ditto.
* h8300-tdep.c (h8300_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* d10v-tdep.c (d10v_gdbarch_init): Ditto.
* cris-tdep.c (cris_gdbarch_init): Ditto.
* avr-tdep.c (avr_gdbarch_init): Ditto.
* arm-tdep.c (arm_gdbarch_init): Ditto.
* alpha-tdep.c (alpha_gdbarch_init): Ditto.

20 years ago * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
Daniel Jacobowitz [Tue, 13 Jan 2004 21:34:31 +0000 (21:34 +0000)]
* cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
takes two parameters.
* cp-demint.c (cplus_demangle_fill_component): Likewise.

20 years ago * infrun.c (follow_fork_mode_ask): Remove.
Daniel Jacobowitz [Tue, 13 Jan 2004 21:31:43 +0000 (21:31 +0000)]
* infrun.c (follow_fork_mode_ask): Remove.
(follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
(follow_fork): Simplify and remove internal error for
follow_fork_mode_ask.
(_initialize_infrun): Update "set follow-fork-mode" help text.

20 years ago * gdb.texinfo: Update copyright year. Mention that set
Daniel Jacobowitz [Tue, 13 Jan 2004 21:31:07 +0000 (21:31 +0000)]
* gdb.texinfo: Update copyright year.  Mention that set
follow-fork-mode is supported on GNU/Linux.  Remove documentation
of "set follow-fork-mode ask".

20 years ago * elf32-arm.h (elf32_arm_final_link_relocate): Check that we created
Daniel Jacobowitz [Tue, 13 Jan 2004 21:09:34 +0000 (21:09 +0000)]
* elf32-arm.h (elf32_arm_final_link_relocate): Check that we created
the .plt section.
(elf32_arm_check_relocs): Don't increment the PLT refcount for
relocs which would not use the PLT.

20 years ago * ld-arm/arm-elf.exp: Add arm-static-app test.
Daniel Jacobowitz [Tue, 13 Jan 2004 21:09:18 +0000 (21:09 +0000)]
* ld-arm/arm-elf.exp: Add arm-static-app test.
* ld-arm/arm-static-app.s, ld-arm/arm-static-app.d,
ld-arm/arm-static-app.r: New files.

20 years ago2004-01-13 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 13 Jan 2004 19:56:46 +0000 (19:56 +0000)]
2004-01-13  Michael Snyder  <msnyder@redhat.com>

        * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.

20 years ago2004-01-13 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 13 Jan 2004 17:08:03 +0000 (17:08 +0000)]
2004-01-13  Elena Zannoni  <ezannoni@redhat.com>

         * gdb.threads/gcore-thread.exp: Prefix name of binary with
         test specific name.
         * gdb.mi/gdb669.exp: Ditto.
         * gdb.mi/mi-pthreads.exp: Ditto.
         * gdb.mi/mi1-pthreads.exp: Ditto.
         * gdb.mi/mi2-pthreads.exp: Ditto.

20 years ago2004-01-13 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 13 Jan 2004 17:06:37 +0000 (17:06 +0000)]
2004-01-13  Andrew Cagney  <cagney@redhat.com>

* configure.in: Update copyright year.
(build_warnings): Add -Wunused-label.
* configure: Re-generate.

2004-01-13  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo: Update copyright year.
(Coding): Add -Wunused-label to list of -Werror warnings.

20 years ago * objcopy.c: Include elf-bfd.h.
Jakub Jelinek [Tue, 13 Jan 2004 15:41:00 +0000 (15:41 +0000)]
* objcopy.c: Include elf-bfd.h.
(is_strip_section): Don't strip debugging sections if
STRIP_NONDEBUG.
(setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.

* objcopy.c (copy_section): Free relpp if relcount == 0.

20 years ago* ldlang.c (lang_get_regions): Add extra parameter 'have_vma' which if true will
Nick Clifton [Tue, 13 Jan 2004 11:10:53 +0000 (11:10 +0000)]
* ldlang.c (lang_get_regions): Add extra parameter 'have_vma' which if true will
  prevent the LMA region being used as a replacement for a default VMA region.
  (lang_leave_output_section_statement): Pass extra parameter.
  (lang_leave_overlay): Likewise.
* ld.texinfo (Output Section LMA): Document that the LMA region can be set to
  the VMA region if no VMA has been set.
* ldlang.h (struct lang_output_section_phdr_list): Create a typedef for this
  type.  Minor formatting fixes.

20 years agoIf dot is advanced, then assume that the section should be allocated.
Nick Clifton [Tue, 13 Jan 2004 08:24:20 +0000 (08:24 +0000)]
If dot is advanced, then assume that the section should be allocated.

20 years ago2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 13 Jan 2004 04:53:00 +0000 (04:53 +0000)]
2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/member-ptr.cc: Add copyright notice.

20 years ago2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 13 Jan 2004 04:36:04 +0000 (04:36 +0000)]
2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
some patterns for recent versions of gcc and hpacc.  Delete
calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
Delete tests that access a NULL pointer-to-member-data.  This
script is still disabled for gcc.

20 years ago * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
Ian Lance Taylor [Tue, 13 Jan 2004 03:07:16 +0000 (03:07 +0000)]
* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
"libiberty.h".

20 years agoMerge from gcc.
Ian Lance Taylor [Tue, 13 Jan 2004 01:51:08 +0000 (01:51 +0000)]
Merge from gcc.

20 years ago * elf64-ppc.c (ppc64_elf_check_relocs): Ignore !SEC_ALLOC relocs.
Alan Modra [Tue, 13 Jan 2004 00:31:07 +0000 (00:31 +0000)]
* elf64-ppc.c (ppc64_elf_check_relocs): Ignore !SEC_ALLOC relocs.
(ppc64_elf_gc_sweep_hook): Likewise.
(ppc64_elf_size_dynamic_sections): Test for .plt directly.

20 years ago2004-01-12 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 13 Jan 2004 00:25:28 +0000 (00:25 +0000)]
2004-01-12  Elena Zannoni  <ezannoni@redhat.com>

* gdb.mi/mi2-basics.exp: Make sure that full pathnames are
        escaped correctly.

20 years ago*** empty log message ***
gdbadmin [Tue, 13 Jan 2004 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
Alan Modra [Mon, 12 Jan 2004 23:00:04 +0000 (23:00 +0000)]
daily update

20 years agomerge from gcc
DJ Delorie [Mon, 12 Jan 2004 21:24:38 +0000 (21:24 +0000)]
merge from gcc

20 years agoUpdate copyright year.
Ian Lance Taylor [Mon, 12 Jan 2004 21:08:00 +0000 (21:08 +0000)]
Update copyright year.

20 years ago * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
Ian Lance Taylor [Mon, 12 Jan 2004 21:04:04 +0000 (21:04 +0000)]
* stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
(stab_demangle_argtypes): Likewise.
(stab_demangle_v3_argtypes): New static function.
(stab_demangle_v3_arg): New static function.