OSDN Git Service

pf3gnuchains/sourceware.git
19 years ago * gas/m68hc11/m68hc11.exp: Fix tests for 2.15
ciceron [Sun, 1 Aug 2004 19:59:51 +0000 (19:59 +0000)]
* gas/m68hc11/m68hc11.exp: Fix tests for 2.15
* gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
* gas/symver/symver.exp: Likewise for symver tests.

19 years ago2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
cagney [Sun, 1 Aug 2004 19:34:48 +0000 (19:34 +0000)]
2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>

Committed by Andrew Cagney.
* arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .

19 years ago * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new
ciceron [Sun, 1 Aug 2004 19:32:28 +0000 (19:32 +0000)]
* elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new

19 years ago2004-08-01 Andrew Cagney <cagney@gnu.org>
cagney [Sun, 1 Aug 2004 18:47:56 +0000 (18:47 +0000)]
2004-08-01  Andrew Cagney  <cagney@gnu.org>

* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.

19 years ago2004-08-01 Andrew Cagney <cagney@gnu.org>
cagney [Sun, 1 Aug 2004 14:43:53 +0000 (14:43 +0000)]
2004-08-01  Andrew Cagney  <cagney@gnu.org>

* config/mips/tm-irix6.h: Delete file.
* config/mips/tm-irix5.h: Delete file.
* config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
* config/mips/irix6.mt (TM_FILE): Set to tm-mips.h

19 years ago2004-08-01 Andrew Cagney <cagney@gnu.org>
cagney [Sun, 1 Aug 2004 14:36:59 +0000 (14:36 +0000)]
2004-08-01  Andrew Cagney  <cagney@gnu.org>

* config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
* config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
* config/nm-gnu.h (NO_CORE_OPS): Delete.
* config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
* config/i386/nm-i386v4.h (LOSING_POLL): Delete.
* config/alpha/nm-osf2.h (LOSING_POLL): Delete.
* config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
* config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
* config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
* config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
* config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
(TARGET_SIGNAL_RAW_VALUES): Delete.
* config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
Delete.
* config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
(TARGET_HW_WATCH_LIMIT): Delete.
* Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
* minimon.h: Delete file.

19 years ago2004-08-01 Andrew Cagney <cagney@gnu.org>
cagney [Sun, 1 Aug 2004 14:34:38 +0000 (14:34 +0000)]
2004-08-01  Andrew Cagney  <cagney@gnu.org>

* trad-frame.c (trad_frame_get_this_base)
(trad_frame_set_this_base, trad_frame_set_reg_realreg): New
functions.
* trad-frame.h (trad_frame_set_this_base)
(trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.

19 years ago* gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
kettenis [Sun, 1 Aug 2004 14:28:50 +0000 (14:28 +0000)]
* gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
* gdb.arch/i386-prologue.c (standard): New prototype and function.
(main): Call new function.

19 years ago2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sun, 1 Aug 2004 01:03:46 +0000 (01:03 +0000)]
2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/namespace.exp: Accept more varieties of ptype output.

19 years agodaily update
amodra [Sun, 1 Aug 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Sun, 1 Aug 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2004-07-31 Andrew Cagney <cagney@gnu.org>
cagney [Sat, 31 Jul 2004 21:53:16 +0000 (21:53 +0000)]
2004-07-31  Andrew Cagney  <cagney@gnu.org>

* trad-frame.c (trad_frame_get_prev_register): Rename
trad_frame_get_prev_register.
* vax-tdep.c (vax_frame_prev_register): Update.
* trad-frame.h: Update.
* trad-frame.c (trad_frame_get_register): Update.
* sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
* sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
Update.
* sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
* sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
Update.
* sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
Update.
* sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
Update.
* sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
Update.
* sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
Update.
* s390-tdep.c (s390_frame_prev_register)
(s390_stub_frame_prev_register)
(s390_sigtramp_frame_prev_register): Update.
* rs6000-tdep.c (rs6000_frame_prev_register): Update.
* ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
* mips-tdep.c (mips_mdebug_frame_prev_register): Update.
* m88k-tdep.c (m88k_frame_prev_register)
* m68hc11-tdep.c (m68hc11_frame_prev_register)
* m32r-tdep.c (m32r_frame_prev_register): Update.
* hppa-tdep.c (hppa_frame_prev_register_helper)
* frv-tdep.c (frv_frame_prev_register): Update.
* d10v-tdep.c (d10v_frame_prev_register): Update.
* cris-tdep.c (cris_frame_prev_register): Update.
* avr-tdep.c (avr_frame_prev_register): Update.
* arm-tdep.c (arm_prologue_prev_register)
(arm_sigtramp_prev_register): Update.

19 years agooops, fix tipo.
cagney [Sat, 31 Jul 2004 21:48:30 +0000 (21:48 +0000)]
oops, fix tipo.

19 years ago2004-07-31 Andrew Cagney <cagney@gnu.org>
cagney [Sat, 31 Jul 2004 21:41:48 +0000 (21:41 +0000)]
2004-07-31  Andrew Cagney  <cagney@gnu.org>

* frame.h (legacy_saved_regs_unwind)
(legacy_frame_chain_valid, legacy_frame_p)
(enum frame_type): Delete UNKNOWN_FRAME.
* dummy-frame.c (dummy_frame_this_id):
* frame-unwind.c (frame_unwind_find_by_frame):
* frame.c (struct frame_info): Delete the field "type".
(legacy_saved_regs_prev_register, legacy_get_prev_frame)
(legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
(legacy_saved_regs_unwind, legacy_frame_p)
(frame_type_from_pc): Delete.
(get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
(fprint_frame, create_new_frame, fprint_frame_type): Simplify.

19 years ago* sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
kettenis [Sat, 31 Jul 2004 20:42:27 +0000 (20:42 +0000)]
* sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
indentation.

19 years ago* mips-nat.c: Remove file.
kettenis [Sat, 31 Jul 2004 19:36:30 +0000 (19:36 +0000)]
* mips-nat.c: Remove file.
* Makefile.in (ALLDEPFILES): Remove mips-nat.c
(mips-nat.o): Remove dependency.

19 years ago2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sat, 31 Jul 2004 10:48:01 +0000 (10:48 +0000)]
2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/virtfunc.exp: Accept more varieties of ptype output.

19 years agoMy last ChangeLog entry was in correct.
chastain [Sat, 31 Jul 2004 10:40:27 +0000 (10:40 +0000)]
My last ChangeLog entry was in correct.

  -* gdb.cp/classes.exp: Accept more varieties of ptype output.
  +* gdb.cp/inherit.exp: Accept more varieties of ptype output.

Sorry about that.
[Slow down, cowboy!]

19 years ago2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sat, 31 Jul 2004 09:50:11 +0000 (09:50 +0000)]
2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/classes.exp: Accept more varieties of ptype output.
Accept more values of vtbl pointer.  Remove some messages
about "obsolete gcc or gdb".

19 years ago2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sat, 31 Jul 2004 07:45:33 +0000 (07:45 +0000)]
2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/classes.exp: Accept more varieties of ptype output.

19 years ago* infptrace.c: Update copyright year.
kettenis [Sat, 31 Jul 2004 05:05:04 +0000 (05:05 +0000)]
* infptrace.c: Update copyright year.
(fetch_register): Pass NULL in regcache_raw_supply call instead of
explicitly setting the buffer to all zeroes.

19 years agodaily update
amodra [Sat, 31 Jul 2004 00:00:07 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Sat, 31 Jul 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Handle
ths [Fri, 30 Jul 2004 23:56:03 +0000 (23:56 +0000)]
* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Handle
SHN_MIPS_TEXT and SHN_MIPS_DATA.

19 years ago* sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
kettenis [Fri, 30 Jul 2004 22:45:47 +0000 (22:45 +0000)]
* sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
(sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.

19 years ago2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
chastain [Fri, 30 Jul 2004 22:08:59 +0000 (22:08 +0000)]
2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/asm-source.exp: Properly convert target board
debug flags from gcc format to binutils format.

19 years agoMention 6.2 release.
cagney [Fri, 30 Jul 2004 19:38:17 +0000 (19:38 +0000)]
Mention 6.2 release.

19 years ago * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
eliz [Fri, 30 Jul 2004 19:23:51 +0000 (19:23 +0000)]
* defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.

* exec.c (exec_file_attach):
* nto-tdep.c (nto_find_and_open_solib):
* pa64solib.c (pa64_solib_sizeof_symbol_table):
* solib.c (solib_open):
* somsolib.c (som_solib_sizeof_symbol_table):
* source.c (is_regular_file, openp, open_source_file):
* symfile.c (symfile_bfd_open):
* wince.c (upload_to_device): Differentiate between the search for
binary and source files.

* gdb.texinfo (Source Path): Document the new behavior of
searching for the source files.

19 years ago * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
eliz [Fri, 30 Jul 2004 19:17:19 +0000 (19:17 +0000)]
* defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.

* exec.c (exec_file_attach):
* nto-tdep.c (nto_find_and_open_solib):
* pa64solib.c (pa64_solib_sizeof_symbol_table):
* solib.c (solib_open):
* somsolib.c (som_solib_sizeof_symbol_table):
* source.c (is_regular_file, openp, open_source_file):
* symfile.c (symfile_bfd_open):
* wince.c (upload_to_device): Differentiate between the search for
binary and source files.

19 years ago2004-07-30 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 30 Jul 2004 17:55:44 +0000 (17:55 +0000)]
2004-07-30  Andrew Cagney  <cagney@gnu.org>

* complaints.c (_initialize_complaints): Pass NULL to
add_setshow_zinteger_cmd for help_doc.
* cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.

19 years ago2004-07-30 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 30 Jul 2004 15:37:04 +0000 (15:37 +0000)]
2004-07-30  H.J. Lu  <hongjiu.lu@intel.com>
    Nick Clifton  <nickc@redhat.com>

PR 290
* bfd.c (_bfd_default_error_handler): Make it global.

* elf-bfd.h (elf_backend_data): Add link_order_error_handler.

* elf.c (assign_section_numbers): Cope gracefully with sections
which have SHF_LINK_ORDER set but no sh_link set up.
* elflink.c (elf_get_linked_section_vma): Likewise.

* elfxx-ia64.c (elf_backend_link_order_error_handler): New. Set
it to NULL.

* elfxx-target.h (elf_backend_link_order_error_handler): New.
Set it to _bfd_default_error_handler.
(elfNN_bed): Add elf_backend_link_order_error_handler.

* libbfd-in.h (_bfd_default_error_handler): New.

* libbfd.h: Regenerated.

19 years ago * bsd_mutex.cc (_msleep): Reset event object and close it before
corinna [Fri, 30 Jul 2004 14:48:19 +0000 (14:48 +0000)]
* bsd_mutex.cc (_msleep): Reset event object and close it before
entering mutex.  Turn order of conditional for better readability.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Fri, 30 Jul 2004 14:30:05 +0000 (14:30 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

Fix PR i18n/761.
* Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
(.PHONY): Add all-po install-po, uninstall-po, clean-po,
$(PACKAGE).pot and update-po.
(all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
(po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
(update-po): New rules.
(localedir): Define using autoconf.
(diststuff): Add $(PACKAGE).pot and $(CATALOGS)
(GDB_CFLAGS): Define LOCALEDIR using $(localedir).
(XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
* configure.in: Generate CATALOGS and LINGUAS from contents of
src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
* configure: Re-generate.
* po/gdbtext: New file

19 years agoAdded new instructions for next version of VIA PadLock core.
mludvig [Fri, 30 Jul 2004 12:36:36 +0000 (12:36 +0000)]
Added new instructions for next version of VIA PadLock core.

19 years ago * MAINTAINERS: Reorder Write After Approval list in alphabetical
guitton [Fri, 30 Jul 2004 12:33:49 +0000 (12:33 +0000)]
* MAINTAINERS: Reorder Write After Approval list in alphabetical
order.

19 years ago2004-07-30 David Lecomber <dsl@sources.redhat.com>
dsl [Fri, 30 Jul 2004 12:22:21 +0000 (12:22 +0000)]
2004-07-30  David Lecomber  <dsl@sources.redhat.com>

* dwarf2read.c (read_file_scope): Set producer if attribute
present.
(struct dwarf2_cu): Added new member producer.

19 years agoFix a couple of bogus email addresses in my Changelog entries.
guitton [Fri, 30 Jul 2004 12:14:42 +0000 (12:14 +0000)]
Fix a couple of bogus email addresses in my Changelog entries.

19 years ago * inflow.c (kill_command): release file handles in BFD.
guitton [Fri, 30 Jul 2004 12:05:44 +0000 (12:05 +0000)]
* inflow.c (kill_command): release file handles in BFD.
* exec.c (exec_file_attach): Ditto.
* symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.

19 years ago * archures.c (bfd_mach_sparc_64bit_p): Define.
jakub [Fri, 30 Jul 2004 10:07:54 +0000 (10:07 +0000)]
* archures.c (bfd_mach_sparc_64bit_p): Define.
* elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Use it.
* bfd-in2.h: Rebuilt.

19 years agoIntroduce SH2a support.
aoliva [Fri, 30 Jul 2004 09:03:38 +0000 (09:03 +0000)]
Introduce SH2a support.
2004-03-16  Corinna Vinschen  <vinschen@redhat.com>
* libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS for
__SH2A_SINGLE_ONLY__, too.
* libc/machine/sh/asm.h: Define DELAYED_BRANCHES for __SH2A__, too.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* libc/sys/sh/crt0.S (start_l): Support sh2a-nofpu.  Fix comments.
2004-02-10  DJ Delorie  <dj@redhat.com>
* libc/sys/sh/crt0.S (start_l): Support sh2a.

19 years ago * include/dirent.h (struct _wdirent): Remove obsolete comment.
dannysmith [Fri, 30 Jul 2004 08:27:28 +0000 (08:27 +0000)]
* include/dirent.h (struct _wdirent): Remove obsolete comment.

19 years ago * include/string.h: Revert 2004-07-26 additions of
dannysmith [Fri, 30 Jul 2004 08:19:57 +0000 (08:19 +0000)]
* include/string.h: Revert 2004-07-26 additions of
__ATTRIBUTE_PURE.

19 years ago[gas/testsuite]
kkojima [Fri, 30 Jul 2004 00:29:21 +0000 (00:29 +0000)]
[gas/testsuite]
* gas/sh/basic.exp: Don't do sh2a test for sh5.
* gas/sh/sh2a.d: Match elf32-sh* format too.

[ld/testsuite]
* ld-sh/sh64/crange3-cmpct.rd: Update.
* ld-sh/sh64/crange3-media.rd: Update.

19 years agodaily update
amodra [Fri, 30 Jul 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Fri, 30 Jul 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 22:30:31 +0000 (22:30 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* PROBLEMS (mips-irix): Note that it is broken.

19 years ago* gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
kettenis [Thu, 29 Jul 2004 22:02:57 +0000 (22:02 +0000)]
* gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
gdb1718".  PR backtrace/1718 partially fixed.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 21:36:57 +0000 (21:36 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
* config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 21:24:52 +0000 (21:24 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* config/xm-nbsd.h: Delete file.
* config/arm/xm-nbsd.h: Delete file.
* config/i386/xm-nbsd.h: Delete file.
* config/ns32k/xm-nbsd.h: Delete file.
* config/ns32k/nbsdaout.mh (XM_FILE): Delete.
* config/i386/nbsdelf.mh (XM_FILE): Delete.
* config/i386/nbsdaout.mh (XM_FILE): Delete.
* config/arm/nbsdelf.mh (XM_FILE): Delete.
* config/arm/nbsdaout.mh (XM_FILE): Delete.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 20:53:25 +0000 (20:53 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
* config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
* config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
* config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
* config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
* config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 20:32:42 +0000 (20:32 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* config/powerpc/xm-linux.h: Delete empty file.
* config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
* config/powerpc/linux.mh (XM_FILE): Delete.
* config/m68k/xm-linux.h: Delete empty file.
* config/m68k/linux.mh (XM_FILE): Delete.
* config/ia64/xm-linux.h: Delete empty file.
* config/ia64/linux.mh (XM_FILE): Delete.
* config/arm/xm-linux.h: Delete empty file.
* config/arm/linux.mh (XM_FILE): Delete.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 20:22:49 +0000 (20:22 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
* config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
* config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
* config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
* config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
* config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
* config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
* config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 20:04:17 +0000 (20:04 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* config/m68k/xm-m68k.h: Delete file.
* config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h".  Update
copyright.
(HOST_LONG_DOUBLE_FORMAT): Delete macro.
* config/pa/xm-linux.h: Delete empty file.
* config/pa/linux.mh (XM_FILE): Delete.
* config/i386/xm-i386.h: Delete empty file.
* config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
"i386/xm-i386.h".
* config/i386/obsdaout.mh (XM_FILE): Delete.
* config/i386/obsd64.mh (XM_FILE): Delete.
* config/i386/fbsd64.mh (XM_FILE): Delete.
* config/i386/nto.mh (XM_FILE): Delete.
* config/i386/obsd.mh (XM_FILE): Delete.
* config/i386/linux64.mh (XM_FILE): Delete.
* config/i386/linux.mh (XM_FILE): Delete.
* config/i386/i386sol2.mh (XM_FILE): Delete.
* config/i386/i386gnu.mh (XM_FILE): Delete.
* config/i386/fbsd.mh (XM_FILE): Delete.
* config/i386/nbsd64.mh (XM_FILE): Delete.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 19:33:20 +0000 (19:33 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* config/pa/xm-linux.h: Do not include "floatformat.h".
(HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
(HOST_LONG_DOUBLE_FORMAT): Delete macros.
* config/i386/xm-i386.h: Do not include "floatformat.h".
(HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
(HOST_LONG_DOUBLE_FORMAT): Delete macros.
* doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
(HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
GDB_HOST_LONG_DOUBLE_FORMAT instead.
* configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
(GDB_HOST_LONG_DOUBLE_FORMAT): Define.
* configure, config.in: Regenerate.
* configure.host (gdb_host_float_format, gdb_host_double_format)
(gdb_host_long_double_format): Set according to the host.

19 years ago2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 29 Jul 2004 15:54:17 +0000 (15:54 +0000)]
2004-07-29  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/time/strptime.c: Correct full-name of "March" typo.

19 years ago2004-07-29 Andrew Cagney <cagney@gnu.org>
cagney [Thu, 29 Jul 2004 15:13:04 +0000 (15:13 +0000)]
2004-07-29  Andrew Cagney  <cagney@gnu.org>

* Makefile.in (CONFIG_CLEAN): Delete duplicate definition.

19 years agoinclude/elf/ChangeLog:
aoliva [Thu, 29 Jul 2004 05:19:26 +0000 (05:19 +0000)]
include/elf/ChangeLog:
Introduce SH2a support.
2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
* sh.h (EF_SH2A_NOFPU): New.
2003-12-01  Michael Snyder  <msnyder@redhat.com>
* sh.h (EF_SH2A): New.
bfd/ChangeLog:
Introduce SH2a support.
2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
* archures.c (bfd_mach_sh2a_nofpu): New.
* bfd-in2.h: Rebuilt.
* cpu-sh.c (SH2A_NOFPU_NEXT): New.
(arch_info_struct): Add sh2a_nofpu.
* elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu.
2003-12-29  DJ Delorie  <dj@redhat.com>
* reloc.c: Add relocs for sh2a.
* bfd-in2.h: Regenerate.
* libbfd.hh: Regenerate.
2003-12-01  Michael Snyder  <msnyder@redhat.com>
* archures.c (bfd_mach_sh2a): New.
* bfd-in2.h: Rebuilt.
* cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums.
(SH2A_NEXT): New.
(arch_info_struct): Add sh2a.
* elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a.
binutils/ChangeLog:
* readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
EF_SH2A_NOFPU.
gas/ChangeLog:
Introduce SH2a support.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (get_specific): Change arch_sh2a_up to
arch_sh2a_nofpu_up.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
to end of conditional expression.
2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c: Add sh2a-nofpu support.
2003-12-29  DJ Delorie  <dj@redhat.com>
* tc-sh.c: Add sh2a support.
(parse_reg): Add tbr.
(parse_at): Support @@(disp,tbr).
(get_specific): Support sh2a opcodes.
(insert4): New, for 4 byte relocs.
(build_Mytes): Support sh2a opcodes.
(md_apply_fix3_Mytes): Support sh2a opcodes.
2003-12-02  Michael Snyder  <msnyder@redhat.com>
* config/tc-sh.c (md_parse_option): Handle sh2a.
(sh_elf_final_processing): Ditto.
gas/testsuite/ChangeLog:
2003-12-30  DJ Delorie  <dj@redhat.com>
* gas/sh/sh2a.s: New.
* gas/sh/sh2a.d: New.
* gas/sh/basic.exp: Add it.
opcodes/ChangeLog:
Introduce SH2a support.
* sh-opc.h (arch_sh2a_base): Renumber.
(arch_sh2a_nofpu_base): Remove.
(arch_sh_base_mask): Adjust.
(arch_opann_mask): New.
(arch_sh2a, arch_sh2a_nofpu): Adjust.
(arch_sh2a_up, arch_sh2a_nofpu_up): Likewise.
(sh_table): Adjust whitespace.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* sh-opc.h (arch_sh2a_nofpu_up): New.  Use instead of arch_sh2a_up in
instruction list throughout.
(arch_sh2a_up): Redefine to include fpu instruction set.  Use instead
of arch_sh2a in instruction list throughout.
(arch_sh2e_up): Accomodate above changes.
(arch_sh2_up): Ditto.
2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
* sh-opc.h: Add arch_sh2a_nofpu to arch_sh2_up.
2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
* sh-dis.c (print_insn_sh): Add bfd_mach_sh2a_nofpu handling.
* sh-opc.h (arch_sh2a_nofpu): New.
(arch_sh2a_up): New, defines sh2a and sh2a_nofpu.
(sh_table): Change all arch_sh2a to arch_sh2a_up unless FPU
instruction.
2004-01-20  DJ Delorie  <dj@redhat.com>
* sh-dis.c (print_insn_sh): SH2A does not have 'X' fp regs.
2003-12-29  DJ Delorie  <dj@redhat.com>
* sh-opc.c (sh_nibble_type, sh_arg_type, arch_2a, arch_2e_up,
sh_opcode_info, sh_table): Add sh2a support.
(arch_op32): New, to tag 32-bit opcodes.
* sh-dis.c (print_insn_sh): Support sh2a opcodes.
2003-12-02  Michael Snyder  <msnyder@redhat.com>
* sh-opc.h (arch_sh2a): Add.
* sh-dis.c (arch_sh2a): Handle.
* sh-opc.h (arch_sh2_up): Fix up to include arch_sh2a.

19 years agoinclude/elf/ChangeLog:
aoliva [Thu, 29 Jul 2004 05:17:35 +0000 (05:17 +0000)]
include/elf/ChangeLog:
Introduce SH2a support.
2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
* sh.h (EF_SH2A_NOFPU): New.
2003-12-01  Michael Snyder  <msnyder@redhat.com>
* sh.h (EF_SH2A): New.
bfd/ChangeLog:
Introduce SH2a support.
2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
* archures.c (bfd_mach_sh2a_nofpu): New.
* bfd-in2.h: Rebuilt.
* cpu-sh.c (SH2A_NOFPU_NEXT): New.
(arch_info_struct): Add sh2a_nofpu.
* elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu.
2003-12-29  DJ Delorie  <dj@redhat.com>
* reloc.c: Add relocs for sh2a.
* bfd-in2.h: Regenerate.
* libbfd.hh: Regenerate.
2003-12-01  Michael Snyder  <msnyder@redhat.com>
* archures.c (bfd_mach_sh2a): New.
* bfd-in2.h: Rebuilt.
* cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums.
(SH2A_NEXT): New.
(arch_info_struct): Add sh2a.
* elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a.
binutils/ChangeLog:
* readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
EF_SH2A_NOFPU.
gas/ChangeLog:
Introduce SH2a support.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (get_specific): Change arch_sh2a_up to
arch_sh2a_nofpu_up.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
to end of conditional expression.
2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c: Add sh2a-nofpu support.
2003-12-29  DJ Delorie  <dj@redhat.com>
* tc-sh.c: Add sh2a support.
(parse_reg): Add tbr.
(parse_at): Support @@(disp,tbr).
(get_specific): Support sh2a opcodes.
(insert4): New, for 4 byte relocs.
(build_Mytes): Support sh2a opcodes.
(md_apply_fix3_Mytes): Support sh2a opcodes.
2003-12-02  Michael Snyder  <msnyder@redhat.com>
* config/tc-sh.c (md_parse_option): Handle sh2a.
(sh_elf_final_processing): Ditto.
gas/testsuite/ChangeLog:
2003-12-30  DJ Delorie  <dj@redhat.com>
* gas/sh/sh2a.s: New.
* gas/sh/sh2a.d: New.
* gas/sh/basic.exp: Add it.

19 years agobfd:
thorpej [Thu, 29 Jul 2004 03:48:12 +0000 (03:48 +0000)]
bfd:
* config.bfd (hppa*-*-netbsd*): Set targ_defvec to
bfd_elf32_hppa_nbsd_vec.  Add bfd_elf32_hppa_linux_vec
to targ_selvecs.
* configure.in (bfd_elf32_hppa_nbsd_vec): Add case.
* configure: Regenerate.
* elf32-hppa.c (elf32_hppa_object_p): Add "elf32-hppa-netbsd"
case that accepts OSABI=NetBSD and OSABI=SysV.
(elf32_hppa_set_gp): For "elf32-hppa-netbsd", set the GP to
the base of .got or .data (if .got does not exist).
(elf32_hppa_post_process_headers): For elf32-hppa-netbsd,
set OSABI=NetBSD.
(TARGET_BIG_SYM): Add bfd_elf32_hppa_nbsd_vec case.
(TARGET_BIG_NAME): Add "elf32-hppa-netbsd" case.
* targets.c (bfd_elf32_hppa_nbsd_vec): Add extern declaration.
(_bfd_target_vector): Add bfd_elf32_hppa_nbsd_vec.

gas:
* config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
for TE_NetBSD.

ld:
* emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".

19 years ago*** empty log message ***
gdbadmin [Thu, 29 Jul 2004 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Thu, 29 Jul 2004 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago PR 273
danglin [Wed, 28 Jul 2004 22:23:52 +0000 (22:23 +0000)]
PR 273
* som.c (setup_sections): Improve estimation of space sizes in
relocatable objects.

19 years ago2004-07-28 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 19:53:39 +0000 (19:53 +0000)]
2004-07-28  Andrew Cagney  <cagney@gnu.org>

* PROBLEMS: Mention threads/1650.
* NEWS: Mention the NPTL fix.

19 years ago2004-07-28 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 19:41:58 +0000 (19:41 +0000)]
2004-07-28  Andrew Cagney  <cagney@gnu.org>

* cli/cli-decode.c (add_setshow_cmd): Delete function.
(add_setshow_cmd_full): Make static.
* command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
(add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
* cli/cli-decode.c (add_setshow_filename_cmd)
(add_setshow_string_cmd): New functions.
* nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
* mips-tdep.c (_initialize_mips_tdep): Update.
* m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
* cli/cli-logging.c (_initialize_cli_logging): Update.
* complaints.c (_initialize_complaints): Update.
* remote.c (_initialize_remote): Update.

19 years ago2004-07-28 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 17:26:24 +0000 (17:26 +0000)]
2004-07-28  Andrew Cagney  <cagney@gnu.org>

* cli/cli-decode.c (add_setshow_zinteger_cmd)
(add_setshow_cmd, add_setshow_auto_boolean_cmd)
(add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
print parameters.  Make string parameters constant.
* command.h: Update.  Update copyright.
* remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
* observer.c (_initialize_observer): Ditto.
* frame.c (_initialize_frame): Ditto.
* complaints.c (_initialize_complaints): Ditto.
* maint.c (_initialize_maint_cmds): Ditto.
* target.c (initialize_targets): Ditto.
* cli/cli-logging.c (_initialize_cli_logging): Ditto.
* infcall.c (_initialize_infcall): Ditto.
* arm-tdep.c (_initialize_arm_tdep): Ditto.
* m32r-rom.c (_initialize_m32r_rom): Ditto.
* remote-rdi.c (_initialize_remote_rdi): Ditto.
* d10v-tdep.c (_initialize_d10v_tdep): Ditto.
* mips-tdep.c (_initialize_mips_tdep): Ditto.

19 years ago2004-07-28 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 15:48:57 +0000 (15:48 +0000)]
2004-07-28  Andrew Cagney  <cagney@gnu.org>

* gdbtypes.c (lookup_primitive_typename): Delete function.
* gdbtypes.h (lookup_primitive_typename): Delete declaration.
* ada-lex.l: Use language_lookup_primitive_type_by_name.
* gdbtypes.c (lookup_typename): Ditto.
* f-exp.y (yylex): Ditto.
* c-exp.y (yylex): Ditto, eliminate assignment in "if".

19 years ago2004-07-28 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 15:18:04 +0000 (15:18 +0000)]
2004-07-28  Andrew Cagney  <cagney@gnu.org>

* scm-lang.c (c_builtin_types): Delete extern declaration.
(scm_language_defn): Replace
string_char_type and primitive_type_vector with
la_language_arch_info.
* jv-lang.c (java_language_defn): Replace
string_char_type and primitive_type_vector with
la_language_arch_info.
* config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
c_builtin_types in comment.
* c-lang.h (struct language_arch_info): Declare opaque.
(c_language_arch_info): Declare.
(c_builtin_types): Delete declaration.
* c-lang.c (c_language_arch_info): Set string_char_type to
builtin_char, not builtin_true_char.  Make global.
(c_builtin_types): Delete array.
(asm_language_defn, minimal_language_defn): Replace
string_char_type and primitive_type_vector with
la_language_arch_info.

19 years ago2004-07-28 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 14:32:17 +0000 (14:32 +0000)]
2004-07-28  Andrew Cagney  <cagney@gnu.org>

* gdbtypes.h (struct builtin_type): Rename true_char to
builtin_true_char.
* gdbtypes.c (gdbtypes_post_init): Update.
* c-lang.c (arch_info): New function.
(enum c_primitive_types): New enum.
(c_language_defn): Instead of string_char_type and
primitive_type_vector set la_language_arch_info.

19 years ago * mingwex/math/powl.c (powl): Revert change of 2004-02-01.
dannysmith [Wed, 28 Jul 2004 11:25:26 +0000 (11:25 +0000)]
* mingwex/math/powl.c (powl): Revert change of 2004-02-01.
(__convert_inf_to_maxnum): New.static inline.
(reducl): Use it to protect against Inf - Inf.
(__fast_ldexpl): New function.  Use in lieu of ldexpl.

19 years ago2003-07-08 Alexandre Oliva <aoliva@redhat.com>
aoliva [Wed, 28 Jul 2004 08:55:40 +0000 (08:55 +0000)]
2003-07-08  Alexandre Oliva  <aoliva@redhat.com>
* readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
EF_SH4A_NOFPU.
2003-06-12  Alexandre Oliva  <aoliva@redhat.com>
* readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.

19 years ago2004-07-28 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 04:33:45 +0000 (04:33 +0000)]
2004-07-28  Andrew Cagney  <cagney@gnu.org>

* language.h (struct language_arch_info): Fix typo
s/primative/primitive/.
* gdbtypes.c (lookup_primitive_typename): Ditto.
* language.c (language_lookup_primitive_type_by_name)
(unknown_language_arch_info): Ditto.

19 years ago2004-07-27 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 02:46:18 +0000 (02:46 +0000)]
2004-07-27  Andrew Cagney  <cagney@gnu.org>

* defs.h (enum language): Add nr_languages.
* language.h (struct language_arch_info): Define.
(struct language_defn): Add la_language_arch_info.
(language_lookup_primative_type_by_name): Declare.
(language_string_char_type): Declare.
* language.c (_initialize_language, language_gdbarch_post_init)
(struct language_gdbarch, language_gdbarch_data): Implement
per-architecture language information.
(unknown_language_arch_info, language_string_char_type)
(language_lookup_primative_type_by_name): New functions.
(unknown_language_defn, auto_language_defn)
(local_language_defn): Set la_language_arch_info to
unknown_language_arch_info.
(unknown_builtin_types): Delete.
* gdbtypes.c (lookup_primitive_typename): Use
language_lookup_primative_type_by_name.
(create_string_type): Use language_string_char_type.
* values.c (value_from_string): Use language_string_char_type.
* scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
* p-lang.c (pascal_language_defn): Ditto.
* m2-lang.c (m2_language_defn): Ditto.
* jv-lang.c (java_language_defn): Ditto.
* objc-lang.c (objc_language_defn): Ditto.
* f-lang.c (f_language_defn): Ditto.
* c-lang.c (c_language_defn, cplus_language_defn)
(asm_language_defn, minimal_language_defn): Ditto.

19 years ago2004-07-27 Andrew Cagney <cagney@gnu.org>
cagney [Wed, 28 Jul 2004 02:03:48 +0000 (02:03 +0000)]
2004-07-27  Andrew Cagney  <cagney@gnu.org>

* gdbtypes.h (struct builtin_type): Declare.
(builtin_type): Declare.
* d10v-tdep.c (d10v_register_type): Use builtin_type.
* gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
(gdbtypes_post_init): New function.
(builtin_type): New function.

19 years agodaily update
amodra [Wed, 28 Jul 2004 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Wed, 28 Jul 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 27 Jul 2004 23:40:49 +0000 (23:40 +0000)]
2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>

        * gdb.threads/watchthreads.exp: New test for threaded watchpoints.

19 years agobfd:
thorpej [Tue, 27 Jul 2004 22:30:23 +0000 (22:30 +0000)]
bfd:
* config.bfd (hppa*-*-netbsd*): Set targ_defvec to
bfd_elf32_hppa_nbsd_vec.  Add bfd_elf32_hppa_linux_vec
to targ_selvecs.
* configure.in (bfd_elf32_hppa_nbsd_vec): Add case.
* configure: Regenerate.
* elf32-hppa.c (elf32_hppa_object_p): Add "elf32-hppa-netbsd"
case that accepts OSABI=NetBSD and OSABI=SysV.
(elf32_hppa_set_gp): For "elf32-hppa-netbsd", set the GP to
the base of .got or .data (if .got does not exist).
(elf32_hppa_post_process_headers): For elf32-hppa-netbsd,
set OSABI=NetBSD.
(TARGET_BIG_SYM): Add bfd_elf32_hppa_nbsd_vec case.
(TARGET_BIG_NAME): Add "elf32-hppa-netbsd" case.
* targets.c (bfd_elf32_hppa_nbsd_vec): Add extern declaration.
(_bfd_target_vector): Add bfd_elf32_hppa_nbsd_vec.

gas:
* config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
for TE_NetBSD.

ld:
* emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".

19 years agold-h8300/h8300.exp: Addition of new test case to check relaxation for H8S target.
nickc [Tue, 27 Jul 2004 16:47:01 +0000 (16:47 +0000)]
ld-h8300/h8300.exp: Addition of new test case to check relaxation for H8S target.
ld-h8300/relax-6.s: New test source file.
ld-h8300/relax-6.d: New test expected disassembly file.
ld-h8300/relax-6-coff.d: New test expected disassembly file for COFF format.

19 years agoRemove the leading space.
hjl [Tue, 27 Jul 2004 14:44:24 +0000 (14:44 +0000)]
Remove the leading space.

19 years ago2004-07-27 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 27 Jul 2004 14:20:45 +0000 (14:20 +0000)]
2004-07-27  H.J. Lu  <hongjiu.lu@intel.com>

PR 161/251
* elf-bfd.h (bfd_elf_section_data): Add sec_group.
(elf_sec_group): Defined.
(bfd_elf_match_symbols_in_sections): New prototype.
(_bfd_elf_setup_group_pointers): Likewise.

* elf.c (bfd_elf_discard_group): Abort.
(bfd_elf_set_group_contents): Also include relocation sections.
Remove zero-fill for ld -r.
(_bfd_elf_setup_group_pointers): New function.
(elf_sort_elf_symbol): Likewise.
(elf_sym_name_compare): Likewise.
(bfd_elf_match_symbols_in_sections): Likewise.

* elfcode.h (elf_object_p): Call _bfd_elf_setup_group_pointers.

* elflink.c (match_group_member): New.
(elf_link_input_bfd): Check group member for discarded section.
(try_match_symbols_in_sections): New function.
(already_linked): Likewise.
(_bfd_elf_section_already_linked): Support mixing comdat group
and linkonce section.

* libbfd-in.h (bfd_section_already_linked_table_traverse): New.
* linker.c (bfd_section_already_linked_table_traverse): New.

* libbfd.h: Regenerated.

19 years ago * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
amodra [Tue, 27 Jul 2004 13:56:55 +0000 (13:56 +0000)]
* config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
(ppc_arch): Expand comment.

19 years agoRegeneration accidentally omitted from previous delta
nickc [Tue, 27 Jul 2004 11:40:24 +0000 (11:40 +0000)]
Regeneration accidentally omitted from previous delta

19 years agoAdd CRX insns: pushx, popx
nickc [Tue, 27 Jul 2004 11:37:05 +0000 (11:37 +0000)]
Add CRX insns: pushx, popx
Add support to GAS for expressions which are the difference of two symbols

19 years agoUse -gdwarf2 in preference to -gstabs for Sparc64.
nickc [Tue, 27 Jul 2004 09:28:41 +0000 (09:28 +0000)]
Use -gdwarf2 in preference to -gstabs for Sparc64.

19 years ago * mingwex/math/expl.c (expl): Move body of code to new static
dannysmith [Tue, 27 Jul 2004 08:03:35 +0000 (08:03 +0000)]
* mingwex/math/expl.c (expl): Move body of code to new static
function __expl, removing tests for +/-Inf. Extern function
expl calls __expl after testing for max, min log thresholds.

19 years ago * elf64-ppc.c: Correct "Linker stubs" comment.
amodra [Tue, 27 Jul 2004 05:16:51 +0000 (05:16 +0000)]
* elf64-ppc.c: Correct "Linker stubs" comment.

19 years ago2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
ksakamot [Tue, 27 Jul 2004 01:00:42 +0000 (01:00 +0000)]
2004-07-27  Kei Sakamoto  <sakamoto.kei@renesas.com>

* remote-m32r-sdi.c: Fix breakpoint bug.
(send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
recv_char_data, recv_long_data): New functions to replace communication
sequences.

19 years ago * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified field
dannysmith [Tue, 27 Jul 2004 00:06:06 +0000 (00:06 +0000)]
* mingwex/stdio/vsscanf.c: Add "edi" to registers-modified field
* mingwex/stdio/vfscanf.c: Likewise.
* mingwex/stdio/vswscanf.c: Likewise.
* mingwex/stdio/vfwscanf.c: Likewise.

19 years ago2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
chastain [Tue, 27 Jul 2004 00:01:14 +0000 (00:01 +0000)]
2004-07-26  Michael Chastain  <mec.gnu@mindspring.com>

Document PR threads/1650.
* PROBLEMS (Threads): Document problem with many threads

19 years agodaily update
amodra [Tue, 27 Jul 2004 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Tue, 27 Jul 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago * include/_mingw.h: Use only two underscores to uglify
dannysmith [Mon, 26 Jul 2004 23:45:01 +0000 (23:45 +0000)]
* include/_mingw.h: Use only two underscores to uglify
__MINGW_ATTRIB_* macros.
* include/stdlib.h: Adjust __MINGW_ATTRIB_* tokens.
* includ/setjmp.h: Likewise.

* include/sting.h: Add __MINGW_ATTRIB_PURE to locale-independent
string functions.
(_strdup, strdup): Add __MINGW_ATTRIB_MALLOC.

19 years agoIndex: ChangeLog
cagney [Mon, 26 Jul 2004 21:52:33 +0000 (21:52 +0000)]
Index: ChangeLog
2004-07-26  Andrew Cagney  <cagney@gnu.org>

* gdb-mi.el: Move from here ...
* mi/gdb-mi.el: ... to here.

19 years agoIndex: common/ChangeLog
cagney [Mon, 26 Jul 2004 21:37:45 +0000 (21:37 +0000)]
Index: common/ChangeLog
2004-07-26  Andrew Cagney  <cagney@gnu.org>

Problem from Olaf Hering <olh@suse.de>.
* Makefile.in (install-man, installdirs): Add DESTDIR prefix.

Index: ppc/ChangeLog
2004-07-26  Andrew Cagney  <cagney@gnu.org>

Problem from Olaf Hering <olh@suse.de>.
* Makefile.in (install, installdirs): Add DESTDIR.

19 years agobfd/
hjl [Mon, 26 Jul 2004 21:01:13 +0000 (21:01 +0000)]
bfd/

2004-07-26  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (bfd_elf_section_data): Add a pointer for the
linked-to section.
(elf_linked_to_section): New.

* elf.c (assign_section_numbers): Set up sh_link for
SHF_LINK_ORDER.

* elfxx-ia64.c (elfNN_ia64_final_write_processing): Set sh_info
to sh_link for SHT_IA_64_UNWIND sections.

gas/

2004-07-26  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-ia64.c (start_unwind_section): Set the linked-to
section.
(ia64_elf_section_change_hook): Set the linked-to section for
SHT_IA_64_UNWIND.

19 years ago2004-07-26 Andrew Cagney <cagney@gnu.org>
cagney [Mon, 26 Jul 2004 19:01:47 +0000 (19:01 +0000)]
2004-07-26  Andrew Cagney  <cagney@gnu.org>

Problem reported by Ashley Pittman <ashley@quadrics.com>.
* main.c (captured_main): When in batch mode always detach.

19 years ago2004-07-26 Andrew Cagney <cagney@gnu.org>
cagney [Mon, 26 Jul 2004 18:30:18 +0000 (18:30 +0000)]
2004-07-26  Andrew Cagney  <cagney@gnu.org>

* MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
and h8300 as broken.
* NEWS: END-OF-LIFE frame compatibility module.
* PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
specific comments.

19 years ago2004-07-26 Andrew Cagney <cagney@gnu.org>
cagney [Mon, 26 Jul 2004 14:52:54 +0000 (14:52 +0000)]
2004-07-26  Andrew Cagney  <cagney@gnu.org>

* cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
* xcoffsolib.c (_initialize_xcoffsolib): Update.
* wince.c (_initialize_wince): Update.
* win32-nat.c (_initialize_win32_nat): Update.
* varobj.c (_initialize_varobj): Update.
* valops.c (_initialize_valops): Update.
* utils.c (initialize_utils, initialize_utils): Update.
* tui/tui-win.c (_initialize_tui_win): Update.
* top.c (init_main): Update.
* symfile.c (_initialize_symfile): Update.
* source.c (_initialize_source): Update.
* somsolib.c (_initialize_som_solib): Update.
* solib.c (_initialize_solib): Update.
* solib-frv.c (_initialize_frv_solib): Update.
* serial.c (_initialize_serial): Update.
* ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
* remote.c (_initialize_remote, _initialize_remote): Update.
* remote-vx.c (_initialize_vx): Update.
* remote-utils.c (_initialize_sr_support): Update.
* remote-sds.c (_initialize_remote_sds): Update.
* remote-mips.c (_initialize_remote_mips): Update.
* remote-e7000.c (_initialize_remote_e7000): Update.
* proc-api.c (_initialize_proc_api): Update.
* printcmd.c: Update.
* parse.c (_initialize_parse): Update.
* pa64solib.c (_initialize_pa64_solib): Update.
* p-valprint.c (_initialize_pascal_valprint): Update.
* monitor.c (_initialize_remote_monitors): Update.
* mips-tdep.c (_initialize_mips_tdep): Update.
* mcore-tdep.c (_initialize_mcore_tdep): Update.
* maint.c (_initialize_maint_cmds): Update.
* lin-lwp.c (_initialize_lin_lwp): Update.
* language.c (_initialize_language): Update.
* kod.c (_initialize_kod): Update.
* infrun.c (set_schedlock_func, _initialize_infrun): Update.
* i386-tdep.c (_initialize_i386_tdep): Update.
* gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
* gdbarch.sh: Update.
* gdbarch.c: Re-generate.
* gdb-events.sh: Update.
* gdb-events.c: Re-generate.
* frame.c (_initialize_frame): Update.
* exec.c: Update.
* demangle.c (_initialize_demangler): Update.
* dcache.c (_initialize_dcache): Update.
* cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
* cp-valprint.c (_initialize_cp_valprint): Update.
* corefile.c (_initialize_core): Update.
* command.h: Update.
* cli/cli-decode.h: Update.
* cli/cli-cmds.c (init_cli_cmds): Update.
* charset.c (_initialize_charset): Update.
* breakpoint.c (_initialize_breakpoint): Update.
* arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
* alpha-tdep.c (_initialize_alpha_tdep): Update.
* aix-thread.c (_initialize_aix_thread): Update.

19 years ago * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flags
corinna [Mon, 26 Jul 2004 13:19:01 +0000 (13:19 +0000)]
* fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flags
from /proc/cpuinfo on non-Intel processors. Added new AMD-specific
flags. Changed Intel flag names to match Linux.

19 years agoAdd new subtargets: msp430x1610, msp430x1611, msp430x1612, msp430x415,
nickc [Mon, 26 Jul 2004 12:29:01 +0000 (12:29 +0000)]
Add new subtargets: msp430x1610, msp430x1611, msp430x1612, msp430x415,
 msp430x417, msp430xG437, msp430xG438, msp430xG439.