OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
20 years ago2003-12-06 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 6 Dec 2003 22:49:02 +0000 (22:49 +0000)]
2003-12-06  Andrew Cagney  <cagney@redhat.com>

* gdb.base/structs.exp (test_struct_returns): When applicable, set
"return_value_unimplemented".  When an unimplemented struct return
architecture, report incorrect values as a KFAIL

20 years ago * common.h (DT_HIOS): Correct value.
Alan Modra [Sat, 6 Dec 2003 05:32:21 +0000 (05:32 +0000)]
* common.h (DT_HIOS): Correct value.

20 years ago2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sat, 6 Dec 2003 04:40:42 +0000 (04:40 +0000)]
2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/rtti.exp: Accept new wording of warning from
cp_lookup_rtti_type.

20 years ago2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sat, 6 Dec 2003 02:06:22 +0000 (02:06 +0000)]
2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR testsuite/1456.
* gdb.base/scope.exp (test_at_main): Replace references to
gcc_compiled with calls to test_compiler_info.
(test_at_foo): Likewise.
(test_at_bar): Likewise.

20 years ago * gas/arm/arm.exp: Add archv6 and thumbv6.
Mark Mitchell [Sat, 6 Dec 2003 01:25:29 +0000 (01:25 +0000)]
* gas/arm/arm.exp: Add archv6 and thumbv6.
* gas/arm/archv6.d: New file.
* gas/arm/archv6.s: Likewise.
* gas/arm/thumbv6.d: Likewise.
* gas/arm/thumbv6.s: Likewise.

Add V6 support.
* config/tc-arm.c (ARM_EXT_V6): New macro.
(ARM_ARCH_V6): Likewise.
(SHIFT_IMMEDIATE): Likewise.
(SHIFT_LSL_OR_ASR_IMMEDIATE): Likewise.
(SHIFT_ASR_IMMEDIATE): Likewise.
(SHIFT_LSL_IMMMEDIATE): Likewise.
(do_cps): New function.
(do_cpsi): Likewise.
(do_ldrex): Likewise.
(do_pkhbt): Likewise.
(do_pkhtb): Likewise.
(do_qadd16): Likewise.
(do_rev): Likewise.
(do_rfe): Likewise.
(do_sxtah): Likewise.
(do_sxth): Likewise.
(do_setend): Likewise.
(do_smlad): Likewise.
(do_smlald): Likewise.
(do_smmul): Likewise.
(do_ssat): Likewise.
(do_usat): Likewise.
(do_srs): Likewise.
(do_ssat16): Likewise.
(do_usat16): Likewise.
(do_strex): Likewise.
(do_umaal): Likewise.
(do_cps_mode): Likewise.
(do_cps_flags): Likewise.
(do_endian_specifier): Likewise.
(do_pkh_core): Likewise.
(do_sat): Likewise.
(do_sat16): Likewise.
(insns): Add V6 instructions.
(do_t_cps): New function.
(do_t_cpy): Likewise.
(do_t_setend): Likewise.
(THUMB_CPY): New macro.
(tinsns): Add V6 instructions.
(decode_shift): Handle V6 restricted-shift options.
(thumb_mov_compare): Support CPY.
(arm_cores): Add arm1136js and arm1136jfs.
(arm_archs): Add armv6.
(arm_fpus): Add arm1136jfs.
* doc/c-arm.texi (ARM Options): Mention arm1136js, arm1136jfs, and
armv6 options.

* gas/arm/arm.exp: Add archv6 and thumbv6.
* gas/arm/archv6.d: New file.
* gas/arm/archv6.s: Likewise.
* gas/arm/thumbv6.d: Likewise.
* gas/arm/thumbv6.s: Likewise.

* arm-dis.c (print_arm_insn): Add 'W' macro.
* arm-opc.h (arm_opcodes): Add V6 instructions.
(thumb_opcodes): Likewise.

20 years ago2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Sat, 6 Dec 2003 00:17:04 +0000 (00:17 +0000)]
2003-12-05  Jeff Johnston  <jjohnstn@redhat.com>

        * ia64-tdep.c (ia64_gdbarch_init): Set up the gdbarch long double
        format to be the i387 extended float format which is used for
        long doubles stored in memory.

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

20 years agodaily update
Alan Modra [Fri, 5 Dec 2003 23:00:09 +0000 (23:00 +0000)]
daily update

20 years ago2003-12-02 Alexandre Oliva <aoliva@redhat.com>
Michael Snyder [Fri, 5 Dec 2003 22:16:11 +0000 (22:16 +0000)]
2003-12-02  Alexandre Oliva  <aoliva@redhat.com>

* sh-opc.h: Add support for sh4a and no-fpu variants.
        * sh-dis.c: Ditto.

20 years agoFrom Ulrich Weigand <weigand@informatik.uni-erlangen.de>:
Mark Kettenis [Fri, 5 Dec 2003 21:14:49 +0000 (21:14 +0000)]
From Ulrich Weigand  <weigand@informatik.uni-erlangen.de>:
* dwarf2-frame.c (dwarf2_frame_cache): Use the untranslated RA
column instead of translating it.

20 years agoFixes for use of ARM_26D reloc in arm-wince toolchain.
Nick Clifton [Fri, 5 Dec 2003 11:30:18 +0000 (11:30 +0000)]
Fixes for use of ARM_26D reloc in arm-wince toolchain.

20 years ago2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Fri, 5 Dec 2003 04:25:09 +0000 (04:25 +0000)]
2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR c++/1465.
Fix for PR c++/1377.
* cp-support.h (cp_lookup_rtti_type): New function.
* cp-support.c (cp_lookup_rtti_type): New function.
* gnu-v2-abi.c: Update copyright years.
(gnuv2_rtti_type): Call cp_lookup_rtti_type.
* gnu-v3-abi.c: Update copyright years.
(gnuv3_rtti_type): Call cp_lookup_rtti_type.

20 years ago2003-12-02 Alexandre Oliva <aoliva@redhat.com>
Michael Snyder [Fri, 5 Dec 2003 02:02:32 +0000 (02:02 +0000)]
2003-12-02  Alexandre Oliva  <aoliva@redhat.com>

* sh-opc.h: Add support for sh4a and no-fpu variants.
* sh-dis.c: Ditto.

20 years ago2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Fri, 5 Dec 2003 01:53:46 +0000 (01:53 +0000)]
2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR testsuite/1456.
* gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
to test_compiler_info.

20 years ago * stabsread.c (read_type): Save a reference to types that are defined
Joel Brobecker [Fri, 5 Dec 2003 00:45:39 +0000 (00:45 +0000)]
    * stabsread.c (read_type): Save a reference to types that are defined
        as cross references to other types.

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

20 years agodaily update
Alan Modra [Thu, 4 Dec 2003 23:00:07 +0000 (23:00 +0000)]
daily update

20 years ago2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 4 Dec 2003 22:48:20 +0000 (22:48 +0000)]
2003-12-04  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-ppc.c (ppc_elf_relax_section): Don't check relax_finalizing.

20 years agobfd/
H.J. Lu [Thu, 4 Dec 2003 22:43:36 +0000 (22:43 +0000)]
bfd/

2003-12-04  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_relax_section): Use the
need_relax_finalize field in link_info instead of
relax_finalizing to check if the relax finalize pass is being
done.

include/

2003-12-04  H.J. Lu  <hongjiu.lu@intel.com>

* bfdlink.h (bfd_link_info): Change relax_finalizing to
need_relax_finalize.

ld/

2003-12-04  H.J. Lu  <hongjiu.lu@intel.com>

* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Set
link_info.need_relax_finalize to TRUE.

* ldlang.c (lang_process): Use link_info.need_relax_finalize
instead of link_info.relax_finalizing.
* ldmain.c (main): Likewise.

20 years agomerge from gcc
DJ Delorie [Thu, 4 Dec 2003 20:03:39 +0000 (20:03 +0000)]
merge from gcc

20 years agoChange ARM26* to ARM_26* in comments to match definitions.
Nick Clifton [Thu, 4 Dec 2003 17:46:24 +0000 (17:46 +0000)]
Change ARM26* to ARM_26* in comments to match definitions.
Replace hard-coded constants with appropriate definitions (ARM_26*).

20 years ago * coff-i860.c (coff_i860_reloc_nyi): Return bfd_reloc_not_supported.
Alan Modra [Thu, 4 Dec 2003 12:08:42 +0000 (12:08 +0000)]
* coff-i860.c (coff_i860_reloc_nyi): Return bfd_reloc_not_supported.
* elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Warning fixes.
(mn10300_elf_relax_section): Likewise.
* nlm32-alpha.c (ONES): Define.
(nlm32_alpha_howto_table): Use it to avoid warnings.

20 years ago * openrisc-asm.c: Regenerate.
Alan Modra [Thu, 4 Dec 2003 11:07:22 +0000 (11:07 +0000)]
* openrisc-asm.c: Regenerate.
* pj-opc.c: Update copyright date.

20 years ago2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Thu, 4 Dec 2003 04:37:54 +0000 (04:37 +0000)]
2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/so-impl-ld.exp: Update copyright notice.

20 years ago * elf32-i386.c (elf_i386_object_p): Delete.
Alan Modra [Thu, 4 Dec 2003 03:03:27 +0000 (03:03 +0000)]
* elf32-i386.c (elf_i386_object_p): Delete.
(elf_backend_object_p): Don't define.
* elf32-s390.c (elf_s390_object_p): No need to alloc tdata here.
* elf32-sh.c (sh_elf_object_p): Likewise.
* elf32-sparc.c (elf32_sparc_object_p): Likewise.
* elf64-alpha.c (elf64_alpha_object_p): Likewise.
* elf64-s390.c (elf_s390_object_p): Likewise.
* elf64-x86-64.c (elf64_x86_64_elf_object_p): Likewise.

20 years ago.
Roland McGrath [Thu, 4 Dec 2003 00:20:51 +0000 (00:20 +0000)]
.

20 years ago2003-12-02 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 4 Dec 2003 00:20:25 +0000 (00:20 +0000)]
2003-12-02  Roland McGrath  <roland@redhat.com>

* thread-db.c (enable_thread_event): Change return type to
td_err_e.  Return TD_OK or error code.
(enable_thread_event_reporting): Update callers.

20 years ago*** empty log message ***
gdbadmin [Thu, 4 Dec 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

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

20 years ago * NEWS: Mention new C++ demangler code.
Ian Lance Taylor [Wed, 3 Dec 2003 19:53:11 +0000 (19:53 +0000)]
* NEWS: Mention new C++ demangler code.

20 years ago2003-12-03 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 3 Dec 2003 19:37:03 +0000 (19:37 +0000)]
2003-12-03  Andrew Cagney  <cagney@redhat.com>

* ppc-linux-nat.c (store_register, fetch_register): Convert
between ptrace and regcache's wordsize.
(ppc_register_u_addr): Use the ptrace wordsize.

20 years agomerge from gcc
DJ Delorie [Wed, 3 Dec 2003 19:03:29 +0000 (19:03 +0000)]
merge from gcc

20 years agoAdd support for the M32R2 processor.
Nick Clifton [Wed, 3 Dec 2003 17:38:48 +0000 (17:38 +0000)]
Add support for the M32R2 processor.

20 years agoAdd vax-linux-gnu target
Nick Clifton [Wed, 3 Dec 2003 15:07:15 +0000 (15:07 +0000)]
Add vax-linux-gnu target

20 years ago * frv-tdep.c (frv_gdbarch_init): Add case for fr550.
Kevin Buettner [Wed, 3 Dec 2003 04:50:33 +0000 (04:50 +0000)]
* frv-tdep.c (frv_gdbarch_init): Add case for fr550.

20 years ago * alpha-opc.c: Remove ARGSUSED.
Kazu Hirata [Wed, 3 Dec 2003 03:15:14 +0000 (03:15 +0000)]
* alpha-opc.c: Remove ARGSUSED.
* i370-opc.c: Likewise.
* ppc-opc.c: Likewise.

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

20 years agodaily update
Alan Modra [Tue, 2 Dec 2003 23:00:04 +0000 (23:00 +0000)]
daily update

20 years agoRename bfd_link_hash_entry field "next" -> "und_next".
Alan Modra [Tue, 2 Dec 2003 22:59:59 +0000 (22:59 +0000)]
Rename bfd_link_hash_entry field "next" -> "und_next".

20 years ago2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 2 Dec 2003 17:53:58 +0000 (17:53 +0000)]
2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR testsuite/1456.
* gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
to test_compiler_info.

20 years ago2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 2 Dec 2003 17:03:30 +0000 (17:03 +0000)]
2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
from current versions of gdb.  Clean up regular expressions.
Delete redundant timeout case.

20 years ago2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 2 Dec 2003 16:57:16 +0000 (16:57 +0000)]
2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.objc/nondebug.exp: Match and KFAIL the output that comes
from current versions of gdb.  Clean up regular expressions.
Delete redundant timeout case.

20 years ago * dwarf2read.c (dwarf_info_offset, dwarf_abbrev_offset)
Daniel Jacobowitz [Tue, 2 Dec 2003 16:41:39 +0000 (16:41 +0000)]
* dwarf2read.c (dwarf_info_offset, dwarf_abbrev_offset)
(dwarf_line_offset, dwarf_pubnames_offset, dwarf_aranges_offset)
(dwarf_loc_offset, dwarf_macinfo_offset, dwarf_str_offset)
(dwarf_ranges_offset, dwarf_frame_offset, dwarf_eh_frame_offset):
Delete.
(dwarf2_read_section): Remove offset and size arguments.  Use
bfd_get_section_size_before_reloc and sectp->filepos.
(dwarf2_has_info): Clear section variables instead of offsets.
(dwarf2_locate_sections): Don't initialize the deleted variables.
(dwarf2_build_psymtabs): Update calls to dwarf2_read_section.
(dwarf2_build_psymtabs_easy): Likewise.
* dwarf2-frame.c (dwarf_frame_offset, dwarf_frame_size)
(dwarf_eh_frame_offset, dwarf_eh_frame_size): Remove extern
declarations.
(dwarf2_read_section): Update prototype.
(dwarf2_build_frame_info): Update calls to dwarf2_read_section.
Use bfd_get_section_size_before_reloc instead of global size
variables.

20 years agoAdd alternative defintion of C_WEAKEXT for AIX 5.2
Nick Clifton [Tue, 2 Dec 2003 10:49:14 +0000 (10:49 +0000)]
Add alternative defintion of C_WEAKEXT for AIX 5.2

20 years agoAdd Romanian translation for bfd.
Nick Clifton [Tue, 2 Dec 2003 10:49:10 +0000 (10:49 +0000)]
Add Romanian translation for bfd.

20 years agomake "dep-am"
Alan Modra [Tue, 2 Dec 2003 08:14:34 +0000 (08:14 +0000)]
make "dep-am"

20 years ago * bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.
Alan Modra [Tue, 2 Dec 2003 05:58:36 +0000 (05:58 +0000)]
* bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.

20 years ago*** empty log message ***
gdbadmin [Tue, 2 Dec 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agomerge from gcc
DJ Delorie [Mon, 1 Dec 2003 23:54:49 +0000 (23:54 +0000)]
merge from gcc

20 years agodaily update
Alan Modra [Mon, 1 Dec 2003 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Mon, 1 Dec 2003 22:09:06 +0000 (22:09 +0000)]
2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR testsuite/1456.
* gdb.base/callfuncs.exp (do_function_calls): Replace reference to
gcc_compiled with call to test_compiler_info.

20 years ago2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Mon, 1 Dec 2003 22:03:12 +0000 (22:03 +0000)]
2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>

* dwarfread.c: Update documentation on the state of dwarf-1.

20 years ago2003-12-01 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 1 Dec 2003 21:10:46 +0000 (21:10 +0000)]
2003-12-01  Andrew Cagney  <cagney@redhat.com>

Obsolete old MIPS SVr3 and SVr4 systems.
* NEWS: Mention obsoleted systems.
* configure.tgt: Mark mips*-*-sysv4* as obsolete.
* configure.host: Mark mips-dec-*, mips-little-*, mips-sony-*,
mips-*-sysv4*, mips-*-sysv*, mips-*-riscos* and mips-*-mach3* as
obsolete.
* config/mips/decstation.mh: Mark as obsolete.
* config/mips/littlemips.mh: Mark as obsolete.
* config/mips/nm-mips.h: Mark as obsolete.
* config/mips/xm-mips.h: Mark as obsolete.
* config/mips/news-mips.mh: Mark as obsolete.
* config/mips/nm-news-mips.h: Mark as obsolete.
* config/mips/riscos.mh: Mark as obsolete.
* config/mips/nm-riscos.h: Mark as obsolete.
* config/mips/xm-riscos.h: Mark as obsolete.
* config/mips/mipsv4.mt: Mark as obsolete.
* config/mips/tm-mipsv4.h: Mark as obsolete.
* config/mips/xm-mipsv4.h: Mark as obsolete.

20 years agoSet page_size to 1 instead of 0 in the case file alignment value is zero.
Nick Clifton [Mon, 1 Dec 2003 18:46:21 +0000 (18:46 +0000)]
Set page_size to 1 instead of 0 in the case file alignment value is zero.

20 years ago2003-12-01 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 1 Dec 2003 14:53:42 +0000 (14:53 +0000)]
2003-12-01  Andrew Cagney  <cagney@redhat.com>

Obsolete old m68k systems.
* configure.host: Mark m68*-sun-*, m68*-sun-sunos4*,
m68*-sun-sunos3*, m68*-motorola-*, m68*-*-sysv4*, m68*-*-lynxos*,
m68*-bull*-sysv*, m68*-att-*, m680[01]0-sun-sunos4*, and
m680[01]0-sun-sunos3* as obsolete.
* configure.tgt: Mark m68*-*-lynxos*, m68*-*-sunos3*,
m68*-*-sunos4*, m68*-*-sysv4*, m68000-*-sunos3*, m68000-*-sunos4*,
m68*-bull-sysv*, m68*-att-*, and m68*-motorola-*, as obsolete.
* config/m68k/sun3os4.mh: Mark file obsolete.
* config/m68k/xm-sun3os4.h: Mark file obsolete.
* config/m68k/sun3os3.mh: Mark file obsolete.
* config/m68k/nm-sun3.h: Mark file obsolete.
* config/m68k/xm-sun3.h: Mark file obsolete.
* config/m68k/sun2os4.mh: Mark file obsolete.
* config/m68k/sun2os3.mh: Mark file obsolete.
* config/m68k/nm-sun2.h: Mark file obsolete.
* config/m68k/xm-sun2.h: Mark file obsolete.
* config/m68k/m68kv4.mh: Mark file obsolete.
* config/m68k/nm-sysv4.h: Mark file obsolete.
* config/m68k/xm-m68kv4.h: Mark file obsolete.
* config/m68k/m68klynx.mh: Mark file obsolete.
* config/m68k/nm-m68klynx.h: Mark file obsolete.
* config/m68k/dpx2.mh: Mark file obsolete.
* config/m68k/xm-dpx2.h: Mark file obsolete.
* config/m68k/nm-dpx2.h: Mark file obsolete.
* config/m68k/delta68.mh: Mark file obsolete.
* config/m68k/xm-delta68.h: Mark file obsolete.
* config/m68k/nm-delta68.h: Mark file obsolete.
* config/m68k/3b1.mh: Mark file obsolete.
* config/m68k/xm-3b1.h: Mark file obsolete.
* config/m68k/sun3os4.mt: Mark file obsolete.
* config/m68k/tm-sun3os4.h: Mark file obsolete.
* config/m68k/sun3os3.mt: Mark file obsolete.
* config/m68k/tm-sun3.h: Mark file obsolete.
* config/m68k/sun2os4.mt: Mark file obsolete.
* config/m68k/tm-sun2os4.h: Mark file obsolete.
* config/m68k/sun2os3.mt: Mark file obsolete.
* config/m68k/tm-sun2.h: Mark file obsolete.
* config/m68k/m68kv4.mt: Mark file obsolete.
* config/m68k/tm-m68kv4.h: Mark file obsolete.
* config/m68k/m68klynx.mt: Mark file obsolete.
* config/m68k/tm-m68klynx.h: Mark file obsolete.
* config/m68k/dpx2.mt: Mark file obsolete.
* config/m68k/tm-dpx2.h: Mark file obsolete.
* config/m68k/delta68.mt: Mark file obsolete.
* config/m68k/tm-delta68.h: Mark file obsolete.
* config/m68k/3b1.mt: Mark file obsolete.
* config/m68k/tm-3b1.h: Mark file obsolete.

20 years ago * coff-rs6000.c: Remove ARGSUSED and VARARGS.
Kazu Hirata [Mon, 1 Dec 2003 06:33:01 +0000 (06:33 +0000)]
* coff-rs6000.c: Remove ARGSUSED and VARARGS.
* coff64-rs6000.c: Likewise.
* coffcode.h: Likewise.
* elf32-vax.c: Likewise.
* hash.c: Likewise.
* hppabsd-core.c: Likewise.
* hpux-core.c: Likewise.
* ihex.c: Likewise.
* netbsd-core.c: Likewise.
* osf-core.c: Likewise.
* pdp11.c: Likewise.
* ptrace-core.c: Likewise.
* sco5-core.c: Likewise.
* section.c: Likewise.
* sunos.c: Likewise.
* trad-core.c: Likewise.

20 years ago * elf-bfd.h (is_elf_hash_table): Take hash tab rather than info arg.
Alan Modra [Mon, 1 Dec 2003 06:28:24 +0000 (06:28 +0000)]
* elf-bfd.h (is_elf_hash_table): Take hash tab rather than info arg.
* elf.c (_bfd_elf_merge_sections): Adjust to suit.
(_bfd_elf_link_just_syms): Likewise.
(bfd_elf_get_needed_list): Likewise.
(bfd_elf_get_runpath_list): Likewise.
(_bfd_elf_link_hash_copy_indirect): Remove unneeded parens.
* elf32-hppa.c (elf32_hppa_setup_section_lists): Don't check hash tab
creator flavour.
(elf32_hppa_set_gp): Look up output sections rather than using htab.
* elf32-i960.c: Comment fix.  Formatting.
* elf32-m32r.c (m32r_elf_add_symbol_hook): Use is_elf_hash_table
rather than testing creator flavour.
* elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
* elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
* elflink.c (_bfd_elf_link_create_dynamic_sections): Adjust for
is_elf_hash_table change.  Remove redundant test.
(bfd_elf_record_link_assignment): Use is_elf_hash_table rather than
testing creator flavour.
(elf_link_record_local_dynamic_symbol): Adjust for is_elf_hash_table.
(_bfd_elf_fix_symbol_flags): Likewise.
(_bfd_elf_adjust_dynamic_symbol): Likewise.
* elflink.h (elf_link_add_object_symbols): Likewise.  Remove redundant
checks.  Use is_elf_hash_table rather than testing creator flavour.
Use hash_table throughout in place of info->hash.
(elf_add_dynamic_entry): Adjust for is_elf_hash_table change.
(NAME(bfd_elf,size_dynamic_sections)): Likewise.  Remove redundant
check.
(elf_bfd_final_link): Adjust for is_elf_hash_table change.
(elf_link_check_versioned_symbol): Use is_elf_hash_table rather than
testing creator flavour.
(elf_gc_sections): Add is_elf_hash_table check.
(elf_gc_common_finalize_got_offsets): Likewise.
(elf_bfd_discard_info): Adjust for is_elf_hash_table change.  Remove
redundant check.
* elfxx-ia64.c (elfNN_ia64_relax_section): Use is_elf_hash_table
rather than testing creator flavour.

20 years ago*** empty log message ***
gdbadmin [Mon, 1 Dec 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sun, 30 Nov 2003 23:13:34 +0000 (23:13 +0000)]
2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR testsuite/1456.
* gdb.base/list.exp (test_list_function): Delete unused declaration
of gcc_compiled.

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

20 years ago * ChangeLog: Fix typos.
Kazu Hirata [Sun, 30 Nov 2003 18:40:41 +0000 (18:40 +0000)]
* ChangeLog: Fix typos.
* ecoff.c: Fix comment typos.
* ecofflink.c: Likewise.
* format.c: Likewise.
* hp300hpux.c: Likewise.
* i386linux.c: Likewise.
* ieee.c: Likewise.
* m68klinux.c: Likewise.
* mach-o.h: Likewise.
* mipsbsd.c: Likewise.
* oasys.c: Likewise.
* opncls.c: Likewise.
* peXXigen.c: Likewise.
* reloc.c: Likewise.
* reloc16.c: Likewise.
* section.c: Likewise.
* simple.c: Likewise.
* som.c: Likewise.
* som.h: Likewise.
* sparclinux.c: Likewise.
* srec.c: Likewise.
* syms.c: Likewise.
* targets.c: Likewise.
* tekhex.c: Likewise.
* versados.c: Likewise.
* vms-gsd.c: Likewise.
* vms-hdr.c: Likewise.
* vms-misc.c: Likewise.
* xcofflink.c: Likewise.
* xsym.h: Likewise.
* bfd-in2.h: Regenerate.

20 years ago2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sun, 30 Nov 2003 06:50:49 +0000 (06:50 +0000)]
2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR testsuite/1456.
* gdb.base/complex.exp: Replace reference to gcc_compiled with
call to test_compiler_info.

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

20 years ago* gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
Mark Kettenis [Sat, 29 Nov 2003 13:55:17 +0000 (13:55 +0000)]
* gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
it to create the appropriate note.inc.
* gdb.asm/asmsrc1.s: Include "note.inc".
* gdb.asm/netbsd.inc: New file.
* gdb.asm/empty.inc: New file.

20 years ago2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Sat, 29 Nov 2003 06:56:06 +0000 (06:56 +0000)]
2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR testsuite/1456.
* gdb.base/constvars.exp: Replace references to gcc_compiled with
calls to test_compiler_info.

20 years ago* x86-64-tdep.c (MAX_CLASSES): Remove macro.
Mark Kettenis [Sat, 29 Nov 2003 00:54:41 +0000 (00:54 +0000)]
* x86-64-tdep.c (MAX_CLASSES): Remove macro.
(x86_64_reg_class): Remove enum.
(merge_classes, classify_argument, examine_argument): Remove
functions.
(INT_REGS, SSE_REGS): Remove macros.
(x86_64_push_arguments): Remove function.
(amd64_push_arguments): New function.
(x86_64_push_dummy_call): Call amd64_push_arguments instead of
x86_64_push_arguments.

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

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

20 years ago * z8k-dis.c: Convert to ISO C90.
Christian Groessler [Fri, 28 Nov 2003 20:12:17 +0000 (20:12 +0000)]
* z8k-dis.c: Convert to ISO C90.
* z8kgen.c: Convert to ISO C90.
(opt): Move long opcode for "ldb rdb,imm8" after short one, now
the short one is created when assembling.
* z8k-opc.h: Regenerate with new z8kgen.c.

20 years ago * cpu-z8k.c: Convert to ISO C90.
Christian Groessler [Fri, 28 Nov 2003 20:07:44 +0000 (20:07 +0000)]
* cpu-z8k.c: Convert to ISO C90.
* coff-z8k.c: Likewise.

20 years ago2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Fri, 28 Nov 2003 03:31:24 +0000 (03:31 +0000)]
2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>

Partial fix for PR testsuite/1456.
* gdb.base/volatile.exp: Replace references to gcc_compiled with
calls to test_compiler_info.

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

20 years ago* x86-64-tdep.c (x86_64_frame_cache): Don't bail out if %rbp is
Mark Kettenis [Thu, 27 Nov 2003 23:33:07 +0000 (23:33 +0000)]
* x86-64-tdep.c (x86_64_frame_cache): Don't bail out if %rbp is
zero.  Reorganize code a bit.

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

20 years ago* dwarf2-frame.c: Fix another comment.
Mark Kettenis [Thu, 27 Nov 2003 20:50:43 +0000 (20:50 +0000)]
* dwarf2-frame.c: Fix another comment.

20 years ago* gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
Mark Kettenis [Thu, 27 Nov 2003 20:40:52 +0000 (20:40 +0000)]
* gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
pattern for the KFAILs.

20 years ago* x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines.
Mark Kettenis [Thu, 27 Nov 2003 20:35:38 +0000 (20:35 +0000)]
* x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines.
(x86_64_use_struct_convention, x86_64_extract_return_value,
x86_64_store_return_value): Remove.
(amd64_reg_class): New enum.
(amd64_merge_classes, amd64_classify_aggregate, amd64_classify,
amd64_return_value): New functions.
(x86_64_init_abi): Don't set extract_return_value,
store_return_value and use_struct_convention.  Set return_value to
amd64_return_value.
* i387-tdep.h (i387_return_value): New prototype.
* i387-tdep.c (i387_return_value): New function.

20 years ago2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 27 Nov 2003 19:18:38 +0000 (19:18 +0000)]
2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>

        * COPYING.NEWLIB: Add license info for long long routines added to
        stdlib.

20 years ago * elf32-arm.h: Fix comment typos.
Kazu Hirata [Thu, 27 Nov 2003 18:49:39 +0000 (18:49 +0000)]
* elf32-arm.h: Fix comment typos.
* elf32-d30v.c: Likewise.
* elf32-dlx.c: Likewise.
* elf32-h8300.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-ip2k.c: Likewise.
* elf32-m68hc11.c: Likewise.
* elf32-mcore.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-s390.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-v850.c: Likewise.
* elf32-xtensa.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-hppa.c: Likewise.
* elf64-mips.c: Likewise.
* elf64-mmix.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-sparc.c: Likewise.
* elflink.c: Likewise.
* elflink.h: Likewise.
* elfn32-mips.c: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-mips.c: Likewise.

20 years ago* dwarf2-frame.c: Fix some comments and whitespace problems.
Mark Kettenis [Thu, 27 Nov 2003 17:17:04 +0000 (17:17 +0000)]
* dwarf2-frame.c: Fix some comments and whitespace problems.

20 years ago* elf-bfd.h (elf_backend_data::elf_backend_modify_segment_map):
Alexandre Oliva [Thu, 27 Nov 2003 16:43:25 +0000 (16:43 +0000)]
* elf-bfd.h (elf_backend_data::elf_backend_modify_segment_map):
Add link info argument.
* elf32-i370.c (elf_backend_modify_segment_map): Likewise.
* elf32-ppc.c (ppc_elf_modify_segment_map): Likewise.
* elf32-xtensa.c (elf_xtensa_modify_segment_map): Likewise.
* elf64-hppa.c (elf64_hppa_modify_segment_map): Likewise.
* elfxx-ia64.c (elfNN_ia64_modify_segment_map): Likewise.
* elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Likewise.
* elfxx-mips.h (_bfd_mips_elf_modify_segment_map): Likewise.
* elf.c (assign_file_positions_except_relocs,
assign_file_positions_for_segments): Likewise.  Adjust calls.

20 years ago* i386nbsd-tdep.c: Don't include "gdbtypes.h". Include
Mark Kettenis [Thu, 27 Nov 2003 13:28:50 +0000 (13:28 +0000)]
* i386nbsd-tdep.c: Don't include "gdbtypes.h".  Include
"gdb_assert.h" and "gdb_string.h".
(i386nbsd_r_reg_offset): Rename from regmap.
(SIZEOF_STRUCT_REG): Remove.
(i386nbsd_supply_reg, fetch_core_registers,
fetch_elfcore_registers, i386nbsd_core_fns, i386nbsd_elfcore_fns):
Remove.
(i386nbsd_aout_supply_regset,
i386nbsd_aout_regset_from_core_section): New functions.
(i386nbsd_sc_reg_offset): Don't explicitly specify size of array.
(i386nbsd_init_abi): Initialize TDEP->gregset_reg_offset,
TDEP->gregset_num_regs amd sizeof_gregset.  Use ARRAY_SIZE to
initialize TDEP->sc_num_regs.
(i386nbsdaout_init_abi): New function.
(i386nbsdelf_init_abi): Remove initialization of
TDEP->num_xmm_regs.  Don't set num_regs here.
(_initialize_i386nbsd_tdep): Don't call add_core_fns.  Use
i386nbsd_aout_init to register NetBSD a.out OS/ABI.

20 years ago* osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use
Mark Kettenis [Thu, 27 Nov 2003 12:43:36 +0000 (12:43 +0000)]
* osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use
.note.netbsdcore.procinfo section to recognize NetBSD core files.

20 years ago* elf.c (elfcore_grok_netbsd_procinfo): Make a pseudosection out
Mark Kettenis [Thu, 27 Nov 2003 12:28:35 +0000 (12:28 +0000)]
* elf.c (elfcore_grok_netbsd_procinfo): Make a pseudosection out
of the note.

20 years agomerge from gcc
DJ Delorie [Thu, 27 Nov 2003 01:17:34 +0000 (01:17 +0000)]
merge from gcc

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

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

20 years ago2003-11-26 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Wed, 26 Nov 2003 22:04:00 +0000 (22:04 +0000)]
2003-11-26  Michael Chastain  <mec.gnu@mindspring.com>

* cp-abi.c: Update copyright years.

20 years ago * elfxx-mips.c (mips_elf_set_global_got_offset): Don't set no_fn_stub.
Richard Sandiford [Wed, 26 Nov 2003 20:58:45 +0000 (20:58 +0000)]
* elfxx-mips.c (mips_elf_set_global_got_offset): Don't set no_fn_stub.
(mips_elf_set_no_stub): New function.
(mips_elf_multi_got): Call it.
(_bfd_mips_elf_finish_dynamic_symbol): If a relocation is needed for
a secondary GOT entry, create an R_MIPS_32 or R_MIPS_64 relocation and
use mips_elf_create_dynamic_relocation to deal with any compatibility
issues.  Store the adjusted addend in the GOT slot.

20 years ago* gdb.objc/objcdecode.exp: Test for PR objc/1238.
Adam Fedor [Wed, 26 Nov 2003 04:23:25 +0000 (04:23 +0000)]
* gdb.objc/objcdecode.exp: Test for PR objc/1238.
* gdb.objc/objcdecode.m: New file.

20 years ago* gdb.objc/nondebug.exp: Test for PR objc/1236.
Adam Fedor [Wed, 26 Nov 2003 04:21:51 +0000 (04:21 +0000)]
* gdb.objc/nondebug.exp: Test for PR objc/1236.
* gdb.objc/nondebug.m: New file.

20 years ago * gdb.asm/asm-source.exp: Make sure the final link succeeds on
Ben Elliston [Wed, 26 Nov 2003 01:17:16 +0000 (01:17 +0000)]
* gdb.asm/asm-source.exp: Make sure the final link succeeds on
NetBSD as it does on FreeBSD.  Modelled on a similar change by
Mark Kettenis on 2003-05-30.
(link-flags): Set to "--entry _start" regardless of target.
Special linker flags are to be appended to $link-flags.
* gdb.asm/mips.inc (gdbasm_startup): Remove __start label.

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

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

* thread-db.c (enable_thread_event): New function.  Ensure that BP
is a code address.
(enable_thread_event_reporting): Use enable_thread_event.

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

20 years agomerge from gcc
DJ Delorie [Tue, 25 Nov 2003 22:35:33 +0000 (22:35 +0000)]
merge from gcc

20 years ago2003-11-25 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 25 Nov 2003 22:15:24 +0000 (22:15 +0000)]
2003-11-25  Michael Snyder  <msnyder@redhat.com>

* mips-tdep.c (mips_o64_extract_return_value): Correct for
NUM_REGS (see changes 2003-06-21).
(mips_eabi_extract_return_value): Ditto.

20 years ago2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
Michael Chastain [Tue, 25 Nov 2003 17:39:07 +0000 (17:39 +0000)]
2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/method.exp: Accept output of new demangler.

20 years agoFix typo in my e-mail address in last ChangeLog commit.
Michael Chastain [Tue, 25 Nov 2003 17:10:57 +0000 (17:10 +0000)]
Fix typo in my e-mail address in last ChangeLog commit.
Argh!

20 years ago2003-11-25 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 25 Nov 2003 16:01:36 +0000 (16:01 +0000)]
2003-11-25  Andrew Cagney  <cagney@redhat.com>

* infrun.c: Don't include "exec.h".
(handle_inferior_event): Pass current_target, instead of exec_ops,
to SOLIB_ADD.  Add comments.
* Makefile.in (infrun.o): Update dependencies.