]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
22 years ago* readelf.c: Update copyright years.
Jason Thorpe [Wed, 9 Jan 2002 18:05:49 +0000 (18:05 +0000)] 
* readelf.c: Update copyright years.
(get_note_type): Return a const char *.
(get_netbsd_elfcore_note_type): New function.
(process_note): Use get_netbsd_elfcore_note_type to get
the note type string for NetBSD ELF core files.

22 years ago* gas/arm/float.s: Don't use VFP register names in fpa instructions.
Richard Earnshaw [Wed, 9 Jan 2002 16:59:06 +0000 (16:59 +0000)] 
* gas/arm/float.s: Don't use VFP register names in fpa instructions.

22 years agoGeneral format tidy ups
Nick Clifton [Wed, 9 Jan 2002 15:08:21 +0000 (15:08 +0000)] 
General format tidy ups

22 years agoFix bug detected by GDB testsuite - when fetching registers more than 4
Nick Clifton [Wed, 9 Jan 2002 14:59:22 +0000 (14:59 +0000)] 
Fix bug detected by GDB testsuite - when fetching registers more than 4
bytes wide return 0 for the other bytes.

22 years ago2002-01-08 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 9 Jan 2002 07:30:36 +0000 (07:30 +0000)] 
2002-01-08  H.J. Lu <hjl@gnu.org>

* gas/mips/elf-rel.s: New tests for nested ().

* gas/mips/elf-rel.d: Modified for nested () tests.
* gas/mips/elfel-rel.d: Likewise.

22 years ago2002-01-08 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Wed, 9 Jan 2002 02:21:25 +0000 (02:21 +0000)] 
2002-01-08  Michael Snyder  <msnyder@redhat.com>

* linux-proc.c (child_pid_to_exec_file): Use readlink to get the
real name of the executable, rather than the /proc name.

22 years ago2002-01-08 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Wed, 9 Jan 2002 00:37:41 +0000 (00:37 +0000)] 
2002-01-08  Michael Snyder  <msnyder@redhat.com>

* gdb.base/gcore.exp: New test for generate-core-file command.
* gdb.base/gcore.c: Testcase for above.
* gdb.threads/gcore-thread.exp: New test for gcore (threaded).

22 years ago2002-01-03 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Wed, 9 Jan 2002 00:37:02 +0000 (00:37 +0000)] 
2002-01-03  Michael Snyder  <msnyder@redhat.com>

Implement a "generate-core-file" command in gdb, save target state.
* gcore.c: New file.  Implement new command 'generate-core-file'.
Save a corefile image of the current state of the inferior.
* linux-proc.c: Add linux-specific code for saving corefiles.
* target.h (struct target_ops): Add new target vectors for saving
corefiles; to_find_memory_regions and to_make_corefile_notes.
(target_find_memory_regions): New macro.
(target_make_corefile_notes): New macro.
* target.c (update_current_target): Inherit new target methods.
(dummy_find_memory_regions): New place-holder method.
(dummy_make_corefile_notes): New place-holder method.
(init_dummy_target): Initialize new dummy target vectors.
* exec.c (exec_set_find_memory_regions): New function.
Allow the exec_ops vector for memory regions to be taken over.
(exec_make_note_section): New function, target vector method.
* defs.h (exec_set_find_memory_regions): Export prototype.
* procfs.c (proc_find_memory_regions): New function, corefile method.
(procfs_make_note_section): New function, corefile method.
(init_procfs_ops): Set new target vector pointers.
(find_memory_regions_callback): New function.
(procfs_do_thread_registers): New function.
(procfs_corefile_thread_callback): New function.
* sol-thread.c (sol_find_memory_regions): New function.
(sol_make_note_section): New function.
(init_sol_thread_ops): Initialize new target vectors.
* inftarg.c (inftarg_set_find_memory_regions): New function.
Allow to_find_memory_regions vector to be taken over.
(inftarg_set_make_corefile_notes): New function.
Allow to_make_corefile_notes vector to be taken over.
* thread-db.c (thread_db_new_objfile): Don't activate thread-db
interface layer if not target_has_execution (may be a corefile).
* config/i386/linux.mh: Add gcore.o to NATDEPFILES.
* config/sparc/sun4sol2.mh: Ditto.
* config/alpha/alpha-linux.mh: Ditto.
* config/arm/linux.mh: Ditto.
* config/i386/x86-64linux.mh: Ditto.
* config/ia64/linux.mh: Ditto.
* config/m68k/linux.mh: Ditto.
* config/mips/linux.mh: Ditto.
* config/powerpc/linux.mh: Ditto.
* config/sparc/linux.mh: Ditto.

22 years ago*** empty log message ***
gdbadmin [Wed, 9 Jan 2002 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agodaily update
Alan Modra [Tue, 8 Jan 2002 23:00:07 +0000 (23:00 +0000)] 
daily update

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 22:14:15 +0000 (22:14 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

        * arm-linux-nat.c: Remove references to regcache.c internal data
(registers[] and register_valid[]).

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 22:09:50 +0000 (22:09 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* linux-proc.c: New file.  Implement child_pid_to_exec_file,
so that attaching to a pid will automatically read the process's
symbol file and shlibs.
* Makefile.in: Add rule for linux-proc.o.
* config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
* config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
* config/arm/linux.mh: Ditto.
* config/i386/linux.mh: Ditto.
* config/i386/x86-64linux.mh: Ditto.
* config/ia64/linux.mh: Ditto.
* config/m68k/linux.mh: Ditto.
* config/mips/linux.mh: Ditto.
* config/powerpc/linux.mh: Ditto.
* config/sparc/linux.mh: Ditto.

22 years agoFix typo.
Michael Snyder [Tue, 8 Jan 2002 21:33:23 +0000 (21:33 +0000)] 
Fix typo.

22 years ago2002-01-08 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 21:31:36 +0000 (21:31 +0000)] 
2002-01-08  Michael Snyder  <msnyder@redhat.com>

Add capability to write corefile note sections, for gdb.
* elf.c (elfcore_write_note): New function.
(elfcore_write_prpsinfo): New function.
(elfcore_write_prstatus): New function.
(elfcore_write_pstatus): New function.
(elfcore_write_prfpreg): New function.
(elfcore_write_prxfpreg): New function.
* elf-bfd.h: Add prototypes for above functions.

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 18:55:26 +0000 (18:55 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
instead of bfd_get_arch_size.  Don't bail out just because
there's no exec_bfd.

22 years ago* elf.c (elf_fake_sections): Propagate errors from
Alexandre Oliva [Tue, 8 Jan 2002 16:42:57 +0000 (16:42 +0000)] 
* elf.c (elf_fake_sections): Propagate errors from
elf_backend_fake_section.

22 years ago * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
Jason Merrill [Tue, 8 Jan 2002 16:00:16 +0000 (16:00 +0000)] 
    * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.

22 years ago* ldlang.c (walk_wild_section): Exclude object file if enclosing
Alexandre Oliva [Tue, 8 Jan 2002 14:56:09 +0000 (14:56 +0000)] 
* ldlang.c (walk_wild_section): Exclude object file if enclosing
archive is excluded.

22 years ago2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
Pierre Muller [Tue, 8 Jan 2002 08:26:42 +0000 (08:26 +0000)] 
2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>

* win32-nat.c: Add i386-tdep.h dependency.

22 years agoApproved by mec@shout.net.
Fred Fish [Tue, 8 Jan 2002 05:37:43 +0000 (05:37 +0000)] 
Approved by mec@shout.net.

2002-01-07  Fred Fish  <fnf@redhat.com>
* gdb.c++/overload.exp: Remove unconditional xfails for:
print foo_instance1.overloadargs(1)
print foo_instance1.overloadargs(1, 2)
print foo_instance1.overloadargs(1, 2, 3)
print foo_instance1.overloadargs(1, 2, 3, 4)
print foo_instance1.overloadargs(1, 2, 3, 4, 5)
print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
print foo_instance1.overload1arg()
print foo_instance1.overload1arg((char)arg2)
print foo_instance1.overload1arg((signed char)arg3)
print foo_instance1.overload1arg((unsigned char)arg4)
print foo_instance1.overload1arg((int)arg7)
print foo_instance1.overload1arg((unsigned int)arg8)
print foo_instance1.overload1arg((float)arg11)
print foo_instance1.overload1arg((double)arg12)

22 years agobfd:
Jason Thorpe [Tue, 8 Jan 2002 04:23:02 +0000 (04:23 +0000)] 
bfd:
* Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
(BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
(elf32-sh-nbsd.lo): New rule.
* Makefile.in: Regenerate.
* config.bfd (sh*le-*-netbsdelf*): New target.
(sh*-*-netbsdelf*): New target.
* configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
(bfd_elf32_shnbsd_vec): New vector.
(bfd_elf32_shlnbsd_vec): New vector.
* configure: Regenerate.
* elf32-sh-nbsd.c: New file.
* targets.c: Update copyright years.
(_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
bfd_elf32_shnbsd_vec.

gas:
* configure.in (sh*le): Set cpu_type=sh and endian=little.
(sh*-*-netbsdelf*): New target.
* configure: Regenerate.
* tc-sh.h: Update copyright years.
(TARGET_FORMAT): Add version for TE_NetBSD.

ld:
* Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
(eshelf_nbsd.c): New rule.
(eshlelf_nbsd.c): New rule.
* Makefile.in: Regenerate.
* configure.tgt (sh*le-*-netbsdelf*): New target.
(sh*-*-netbsdelf*): New target.
* emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
* ld/emulparams/shelf_nbsd.sh: New emulation.
* ld/emulparams/shlelf_nbsd.sh: New emulation.

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 02:09:31 +0000 (02:09 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* cp-valprint.c (cp_print_value): FIXME comment, alloca size.
* p-valprint.c (pascal_object_print_value): Ditto.
* somread.c (som_symtab_read): Ditto.
* symfile.c (simple_free_overlay_region_table): Ditto.
* valops.c (value_assign): Ditto.

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 02:04:12 +0000 (02:04 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* infptrace.c (GDB_MAX_ALLOCA): New define.
(child_xfer_memory): Use xmalloc/xfree instead of alloca if the
size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
can be overridden with whatever value is appropriate to the host).
* infttrace.c (child_xfer_memory): Add FIXME warning about use of
alloca to allocate potentially large buffer.
* rs6000-nat.c (child_xfer_memory): Ditto.
* symm-nat.c (child_xfer_memory): Ditto.
* x86-64-linux-nat.c (child_xfer_memory): Ditto.

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 01:52:12 +0000 (01:52 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* tracepoint.c (tracepoint_save_command): From Klee Deines --
use tilde_expand and strerror for opening save-tracepoints file.

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 01:34:12 +0000 (01:34 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* thread-db.c (thread_db_new_objfile): Indendation fix.

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 01:00:10 +0000 (01:00 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* gdb.base/huge.exp: New test.  Print a very large target data object.
(skip_huge_test): New test variable.  Define if you want to skip this
test.  The test reads an 8 megabyte data object from the target, so it
might be very time consuming on remote targets with a slow connection.
* gdb.base/huge.c: New file.  Test case for above.

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 8 Jan 2002 00:59:31 +0000 (00:59 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* infptrace.c (GDB_MAX_ALLOCA): New define.
(child_xfer_memory): Use xmalloc/xfree instead of alloca if the
size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
can be overridden with whatever value is appropriate to the host).
* infttrace.c (child_xfer_memory): Add FIXME warning about use of
alloca to allocate potentially large buffer.
* rs6000-nat.c (child_xfer_memory): Ditto.
* symm-nat.c (child_xfer_memory): Ditto.
* x86-64-linux-nat.c (child_xfer_memory): Ditto.

22 years ago* bfd/coff-rs6000.c (READ20): Use bfd_scan_vma.
Aldy Hernandez [Tue, 8 Jan 2002 00:28:36 +0000 (00:28 +0000)] 
* bfd/coff-rs6000.c (READ20): Use bfd_scan_vma.

22 years ago*** empty log message ***
gdbadmin [Tue, 8 Jan 2002 00:00:06 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agodaily update
Alan Modra [Mon, 7 Jan 2002 23:00:05 +0000 (23:00 +0000)] 
daily update

22 years agoApproved by med@shout.net:
Fred Fish [Mon, 7 Jan 2002 21:23:35 +0000 (21:23 +0000)] 
Approved by med@shout.net:

2002-01-07  Fred Fish  <fnf@redhat.com>
* gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
g_instance.bfoo, and g_instance.cfoo.

22 years ago2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
Jackie Smith Cashion [Mon, 7 Jan 2002 20:43:46 +0000 (20:43 +0000)] 
2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>

From Nick Clifton  <nickc@redhat.com>
* d10v-tdep.c: Set STACK_START to 0x200bffe.

22 years ago2002-01-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Mon, 7 Jan 2002 19:45:14 +0000 (19:45 +0000)] 
2002-01-07  Michael Snyder  <msnyder@redhat.com>

* solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
Don't use exec_bfd if it's NULL.

22 years ago2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 7 Jan 2002 19:44:59 +0000 (19:44 +0000)] 
2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>

        * Change reference to Cygnus Solutions to be Red Hat.

22 years ago2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 7 Jan 2002 19:40:40 +0000 (19:40 +0000)] 
2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>

        * COPYING.NEWLIB: Update generic copyright date.

22 years ago * gdb.base/break.c (multi_line_if_conditional): New function.
Jeff Law [Mon, 7 Jan 2002 19:21:27 +0000 (19:21 +0000)] 
    * gdb.base/break.c (multi_line_if_conditional): New function.
        (multi_ilne_while_conditional): Likewise.
        * gdb.base/break.exp: Verify that a breakpoint on a multi-line
        IF or WHILE condition puts the breakpoint at the start of
        the condition.

22 years ago * gdb.base/selftest.exp (backtrace through signal handler): Remove
Jeff Law [Mon, 7 Jan 2002 19:20:10 +0000 (19:20 +0000)] 
* gdb.base/selftest.exp (backtrace through signal handler): Remove
hppa*-*-hpux* expected failure.
* gdb.base/structs.exp (do_function_calls): Similarly.

* gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
watchpoints.

22 years agoARM support added to libgloss
Mark Salter [Mon, 7 Jan 2002 18:14:04 +0000 (18:14 +0000)] 
ARM support added to libgloss

22 years ago * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
Geoffrey Keating [Mon, 7 Jan 2002 17:55:37 +0000 (17:55 +0000)] 
* elflink.h (elf_link_input_bfd): Don't ask for the merged offset
of a symbol in a section that will be deleted.

22 years agodo not allow size or nbytes to go negative.
Nick Clifton [Mon, 7 Jan 2002 17:51:18 +0000 (17:51 +0000)] 
do not allow size or nbytes to go negative.

22 years agoAdd spanish translation files
Nick Clifton [Mon, 7 Jan 2002 17:37:59 +0000 (17:37 +0000)] 
Add spanish translation files

22 years agoNote that --emit-relocs is currently only implemented for ELF.
Nick Clifton [Mon, 7 Jan 2002 17:32:42 +0000 (17:32 +0000)] 
Note that --emit-relocs is currently only implemented for ELF.

22 years agoRotate ChangeLog
Nick Clifton [Mon, 7 Jan 2002 12:12:47 +0000 (12:12 +0000)] 
Rotate ChangeLog

22 years agoRotated ChangeLog
Nick Clifton [Mon, 7 Jan 2002 12:10:15 +0000 (12:10 +0000)] 
Rotated ChangeLog

22 years ago * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
Eli Zaretskii [Mon, 7 Jan 2002 09:28:44 +0000 (09:28 +0000)] 
* gdb.texinfo (Tracepoints): Clarify that tracepoints need support
in the stub.

22 years ago*** empty log message ***
gdbadmin [Mon, 7 Jan 2002 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agodaily update
Alan Modra [Sun, 6 Jan 2002 23:00:04 +0000 (23:00 +0000)] 
daily update

22 years ago* valops.c (value_arg_coerce): Fix formatting.
Mark Kettenis [Sun, 6 Jan 2002 22:09:08 +0000 (22:09 +0000)] 
* valops.c (value_arg_coerce): Fix formatting.

22 years ago<string.h> -> "gdb_string.h"
Andrew Cagney [Sun, 6 Jan 2002 19:18:28 +0000 (19:18 +0000)] 
<string.h> -> "gdb_string.h"

22 years agoDoco which targets are not multi-arch.
Andrew Cagney [Sun, 6 Jan 2002 19:10:24 +0000 (19:10 +0000)] 
Doco which targets are not multi-arch.

22 years ago* MAINTAINERS: Mark a29k target as obsolete.
Andrew Cagney [Sun, 6 Jan 2002 15:02:01 +0000 (15:02 +0000)] 
* MAINTAINERS: Mark a29k target as obsolete.
* Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
(remote-mm.o, remote-udi.o): Obsolete.  Remove references in
comments.
* NEWS: Note that a29k targets are obsolete.
* a29k-tdep.c: Mark as obsolete.
* configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
a29k-*-vxworks* targets as obsolete.
* remote-adapt.c: Obsolete.
* remote-eb.c: Obsolete.
* remote-mm.c: Obsolete.
* remote-udi.c: Obsolete.
* config/a29k/a29k-udi.mt: Obsolete.
* config/a29k/a29k.mt: Obsolete.
* config/a29k/tm-a29k.h: Obsolete.
* config/a29k/tm-vx29k.h: Obsolete.
* config/a29k/vx29k.mt: Obsolete.

22 years agoFix PR gdb/66.
Andrew Cagney [Sun, 6 Jan 2002 14:42:39 +0000 (14:42 +0000)] 
Fix PR gdb/66.
* gdb.base/structs.exp: Replace skip for a29k with skip for
gdb,cannot_call_functions.
* gdb.base/call-ar-st.exp: Remove references to a29k in comments.
* gdb.base/callfuncs.exp: Ditto.
* gdb.base/call-rt-st.exp: Ditto.
* gdb.base/call-strs.exp: Ditto.
* gdb.base/callfwmall.exp: Ditto.
* gdb.base/scope.exp: Obsolete xfail a29k.
* gdb.c++/misc.exp: Ditto.
* gdb.c++/cplusfuncs.exp: Ditto.
* gdb.base/ptype.exp: Ditto.
* gdb.base/printcmds.exp: Ditto.
* gdb.base/opaque.exp: Ditto.
* gdb.base/list.exp: Ditto.
* gdb.base/funcargs.exp: Ditto.
* gdb.base/default.exp: Ditto.

22 years ago * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
Alan Modra [Sun, 6 Jan 2002 12:15:45 +0000 (12:15 +0000)] 
* config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
* config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.

22 years ago * elfxx-ia64.c (is_unwind_section_name): Add target vector as
Alan Modra [Sun, 6 Jan 2002 11:14:19 +0000 (11:14 +0000)] 
* elfxx-ia64.c (is_unwind_section_name): Add target vector as
argument so we can handle HP-UX specially.
(elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
(elfNN_hpux_backend_section_from_bfd_section): New for support
of SHN_IA_64_ANSI_COMMON.
(elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
(is_unwind_section_name): Add special HP-UX support.
(elfNN_ia64_section_from_shdr): Add support for more sections.
(elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
add support for more sections.
(elfNN_ia64_additional_program_headers): Modify
is_unwind_section_name call.
(elfNN_ia64_modify_segment_map): Remove assumption that there is
only one unwind section in segment.

22 years ago * readelf.c (get_ia64_segment_type): Add support for macros.
Alan Modra [Sun, 6 Jan 2002 11:13:31 +0000 (11:13 +0000)] 
* readelf.c (get_ia64_segment_type): Add support for macros.
(get_segment_type): Add support for IA64 specific macros.

22 years ago * ia64.h (ELF_STRING_ia64_unwind_hdr): New Macro for HP-UX.
Alan Modra [Sun, 6 Jan 2002 11:12:39 +0000 (11:12 +0000)] 
* ia64.h (ELF_STRING_ia64_unwind_hdr): New Macro for HP-UX.
(SHT_IA_64_HP_OPT_ANOT): Ditto
(PT_IA_64_HP_OPT_ANOT): Ditto
(PT_IA_64_HP_HSL_ANOT): Ditto
(PT_IA_64_HP_STACK): Ditto
(SHN_IA_64_ANSI_COMMON): Ditto

22 years ago * syms.c (_bfd_generic_make_empty_symbol): New function.
Alan Modra [Sun, 6 Jan 2002 07:30:35 +0000 (07:30 +0000)] 
* syms.c (_bfd_generic_make_empty_symbol): New function.
* libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
_bfd_generic_make_empty_symbol.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
(hppabsd_core_get_symtab_upper_bound): Don't define.
(hppabsd_core_get_symtab): Likewise.
(hppabsd_core_print_symbol): Likewise.
(hppabsd_core_get_symbol_info): Likewise.
(hppabsd_core_bfd_is_local_label_name): Likewise.
(hppabsd_core_get_lineno): Likewise.
(hppabsd_core_find_nearest_line): Likewise.
(hppabsd_core_bfd_make_debug_symbol): Likewise.
(hppabsd_core_read_minisymbols): Likewise.
(hppabsd_core_minisymbol_to_symbol): Likewise.
(hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
Formatting fixes.
* hpux-core.c: Similarly.
* irix-core.c: Similarly.
* osf-core.c: Similarly.
* sco5-core.c: Similarly.
* binary.c (binary_make_empty_symbol): Remove function, define as
_bfd_generic_make_empty_symbol.
* ihex.c (ihex_make_empty_symbol): Likewise.
* mmo.c (mmo_make_empty_symbol): Likewise.
* ppcboot.c (ppcboot_make_empty_symbol): Likewise.
* srec.c (srec_make_empty_symbol): Likewise.
* versados.c (versados_make_empty_symbol): Likewise.
* vms.c (_bfd_vms_make_empty_symbol): Remove.
(vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
* vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
rather than _bfd_vms_make_empty_symbol.
* vms-misc.c (new_symbol): Likewise.

22 years agolast? remaining BIG_ENDIAN switch
Andrew Cagney [Sun, 6 Jan 2002 04:50:56 +0000 (04:50 +0000)] 
last? remaining BIG_ENDIAN switch

22 years agoMove changelog to correct position.
Andrew Cagney [Sun, 6 Jan 2002 04:37:53 +0000 (04:37 +0000)] 
Move changelog to correct position.

22 years ago*** empty log message ***
gdbadmin [Sun, 6 Jan 2002 00:01:03 +0000 (00:01 +0000)] 
*** empty log message ***

22 years agodaily update
Alan Modra [Sat, 5 Jan 2002 23:00:06 +0000 (23:00 +0000)] 
daily update

22 years agoDon't include <endian.h>
Andrew Cagney [Sat, 5 Jan 2002 22:06:38 +0000 (22:06 +0000)] 
Don't include <endian.h>

22 years ago2002-01-05 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz [Sat, 5 Jan 2002 19:06:52 +0000 (19:06 +0000)] 
2002-01-05  Daniel Jacobowitz  <drow@mvista.com>

        * tc-mips.c (mips_cprestore_valid): New flag.
        (mips_frame_reg_valid): New flag.
        (macro) [M_JAL_2]: Check both flags.
        [M_JAL_A]: Likewise.
        (s_cprestore): Set mips_cprestore_valid.
        (tc_get_register): If setting mips_frame_reg, set
        mips_frame_reg_valid and clear mips_cprestore_valid.
        (s_mips_ent): Clear both flags.
        (s_mips_end): Clear both flags.

2002-01-05  Daniel Jacobowitz  <drow@mvista.com>

        * gas/mips/jal-svr4pic.s: Add .ent and .frame directives.
        * gas/mips/mips-abi32-pic.s: Add .frame directive.
        * gas/mips/mips-gp32-fp32-pic.s: Likewise.
        * gas/mips/mips-gp32-fp64-pic.s: Likewise.
        * gas/mips/mips-gp64-fp32-pic.s: Likewise.
        * gas/mips/mips-gp64-fp64-pic.s: Likewise.

22 years ago* acconfig.h (HAVE_PT_GETXMMREGS): New.
Jason Thorpe [Sat, 5 Jan 2002 18:36:32 +0000 (18:36 +0000)] 
* acconfig.h (HAVE_PT_GETXMMREGS): New.
* config.in: Regenerate.
* configure.in: Update copyright years.
Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
* configure: Regenerate.
* i386bsd-nat.c: Update copyright years.
(fill_gregset): Use regcache_collect.
(fetch_inferior_registers): Only fetch integer registers
if requested to do so.  Add support for XMM registers
using PT_GETXMMREGS.
(store_inferior_registers): Only store integer registers
if requested to do so.  Add support for XMM registers
using PT_SETXMMREGS.
* i386nbsd-nat.c (fetch_inferior_registers): Remove.
(store_inferior_registers): Remove.
(fetch_core_registers): Use supply_gregset and i387_supply_fsave.
(fetch_elfcore_registers): New function.
(i386nbsd_elfcore_fns): New.
(_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
* config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
i386bsd-nat.o.
* config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
* config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
* config/i386/nbsdelf.mt (TDEPFILES): Likewise.
* config/i386/tm-nbsd.h: Update copyright years.
(HAVE_SSE_REGS): Define.
(IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
(SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
(SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
(SIGCONTEXT_PC_OFFSET): Remove.
(FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.

22 years ago * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
Alan Modra [Sat, 5 Jan 2002 13:14:00 +0000 (13:14 +0000)] 
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
of bfd_section_list_remove and bfd_section_list_insert macros.
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
* emultempl/mmo.em (mmo_place_orphan): Likewise.

22 years ago * write.c (write_object_file): Make use of bfd_section_list_remove.
Alan Modra [Sat, 5 Jan 2002 13:13:18 +0000 (13:13 +0000)] 
* write.c (write_object_file): Make use of bfd_section_list_remove.
* config/obj-ecoff.c (ecoff_frob_file): Likewise.
* config/tc-mmix.c (mmix_frob_file): Likewise.

22 years ago * section.c (bfd_section_init): Remove unnecessary initialisations.
Alan Modra [Sat, 5 Jan 2002 13:11:33 +0000 (13:11 +0000)] 
* section.c (bfd_section_init): Remove unnecessary initialisations.
(bfd_section_list_clear): New function.
(bfd_section_list_remove, bfd_section_list_insert): New macros.
(_bfd_strip_section_from_output): Use them.
* coffcode.h (coff_set_alignment_hook): Likewise.
* elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
* elf64-mips.c (mips_elf64_final_link): Likewise.
* elf64-mmix.c (mmix_elf_final_link): Likewise.
* sunos.c (sunos_add_dynamic_symbols): Likewise.
* xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
* bfd-in2.h: Regenerate.

* netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
rather than doing our own section handling.  Clean up after errors
with bfd_release and bfd_section_list_clear.  Handle unexpected
flags.
* aoutf1.h (sunos4_core_file_p): Likewise.
* aix386-core.c (aix386_core_file_p): Likewise.
* cisco-core.c (cisco_core_file_validate): Likewise.
* ptrace-core.c (ptrace_unix_core_file_p): Likewise.
* trad-core.c (trad_unix_core_file_p): Likewise.

* hppabsd-core.c (hppabsd_core_core_file_p):  Clean up after errors
with bfd_release and bfd_section_list_clear.
* hpux-core.c (hpux_core_core_file_p): Likewise.
* irix-core.c (irix_core_core_file_p): Likewise.
* lynx-core.c (lynx_core_file_p): Likewise.
* osf-core.c (osf_core_core_file_p): Likewise.
* rs6000-core.c (rs6000coff_core_p): Likewise.
* sco5-core.c (sco5_core_file_p): Likewise.

22 years ago * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
Alan Modra [Sat, 5 Jan 2002 12:36:18 +0000 (12:36 +0000)] 
* elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
sign extension adjustments without conditionals.

22 years agoRemove obsolete MacOS support.
Andrew Cagney [Sat, 5 Jan 2002 05:54:31 +0000 (05:54 +0000)] 
Remove obsolete MacOS support.

22 years agos/BIG_ENDIAN/BFD_ENDIAN_BIG/
Andrew Cagney [Sat, 5 Jan 2002 04:30:46 +0000 (04:30 +0000)] 
s/BIG_ENDIAN/BFD_ENDIAN_BIG/

22 years ago2002-01-04 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Sat, 5 Jan 2002 02:44:07 +0000 (02:44 +0000)] 
2002-01-04  Michael Snyder  <msnyder@redhat.com>

        * gdb.base/info-proc.exp: New file, test for "info proc" cmd.

22 years ago2002-01-04 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Sat, 5 Jan 2002 02:40:47 +0000 (02:40 +0000)] 
2002-01-04  Michael Snyder  <msnyder@redhat.com>

* gdb.base/maint.exp: Add tests for maint info sections options.

22 years ago2002-01-04 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz [Sat, 5 Jan 2002 01:46:30 +0000 (01:46 +0000)] 
2002-01-04  Daniel Jacobowitz  <drow@mvista.com>

        * thread-db.c (thread_db_new_objfile): Do not enable thread_db
        for core files.

22 years ago*** empty log message ***
gdbadmin [Sat, 5 Jan 2002 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago* config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
Jason Thorpe [Fri, 4 Jan 2002 23:49:04 +0000 (23:49 +0000)] 
* config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.

22 years agoMove value_ptr typedef to gdbtk-wrapper from value.h.
Andrew Cagney [Fri, 4 Jan 2002 23:21:38 +0000 (23:21 +0000)] 
Move value_ptr typedef to gdbtk-wrapper from value.h.

22 years agodaily update
Alan Modra [Fri, 4 Jan 2002 23:00:04 +0000 (23:00 +0000)] 
daily update

22 years ago* i386nbsd-nat.c: Update copyright years.
Jason Thorpe [Fri, 4 Jan 2002 22:43:31 +0000 (22:43 +0000)] 
* i386nbsd-nat.c: Update copyright years.
Include i386-tdep.h.

22 years agoWrite After Approval: Add myself.
Jason Thorpe [Fri, 4 Jan 2002 22:41:21 +0000 (22:41 +0000)] 
Write After Approval: Add myself.

22 years agoMention PR number fixed.
Elena Zannoni [Fri, 4 Jan 2002 19:55:08 +0000 (19:55 +0000)] 
Mention PR number fixed.

22 years ago2002-01-04 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Fri, 4 Jan 2002 19:43:09 +0000 (19:43 +0000)] 
2002-01-04  Elena Zannoni  <ezannoni@redhat.com>

* stabsread.c: Update copyright years.

From Debashis Mahata <debashis.mahata@wipro.com>:
(read_struct_fields): Deal with Sun C compiler erroneous stab
output for structs and unions.

22 years ago2002-01-04 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz [Fri, 4 Jan 2002 19:16:28 +0000 (19:16 +0000)] 
2002-01-04  Daniel Jacobowitz  <drow@mvista.com>

        * p-valprint.c: Include "cp-abi.h" for baseclass_offset
        prototype.

22 years ago2002-01-04 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz [Fri, 4 Jan 2002 18:20:19 +0000 (18:20 +0000)] 
2002-01-04  Daniel Jacobowitz  <drow@mvista.com>

        * cp-abi.c: Fix whitespace.
        (baseclass_offset): New wrapper function.
        * cp-abi.h (baseclass_offset): Add prototype.
        (struct cp_abi_ops): Add baseclass_offset pointer.

        * valops.c (vb_match): Move to...
        * gnu-v2-abi.c (vb_match): here.
        * valops.c (baseclass_offset): Move to...
        * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.

        * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.

        * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
        * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
        * hpacc-abi.c (init_hpacc_ops): Likewise.

22 years ago2002-01-04 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz [Fri, 4 Jan 2002 17:51:38 +0000 (17:51 +0000)] 
2002-01-04  Daniel Jacobowitz  <drow@mvista.com>

        * valops.c (find_overload_match): Accept obj as a
        reference parameter.  Update it before returning.
        * value.h (find_overload_match): Update prototype.
        * eval.c (evaluate_subexp_standard): Pass object to
        find_overload_match by reference.

22 years ago * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
Jakub Jelinek [Fri, 4 Jan 2002 17:02:30 +0000 (17:02 +0000)] 
* elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
CIE at .eh_frame start is removed due to no FDEs referencing it.

22 years agobfd:
Andreas Jaeger [Fri, 4 Jan 2002 14:49:06 +0000 (14:49 +0000)] 
bfd:
* config.bfd (x86_64-*-netbsd*): New target.
* configure.in (x86_64-*-netbsd*): Set COREFILE
to netbsd-core.lo.
* configure: Regenerated.

gas:
* configure.in (i386-*-netbsdelf*): Collapse target into...
(i386-*-netbsd*): ...this.  Add support for x86-64.
* configure: Regenerated.

ld:
* configure.tgt (x86_64-*-netbsd*): New target.

22 years agos/value_ptr/struct value */
Andrew Cagney [Fri, 4 Jan 2002 05:20:09 +0000 (05:20 +0000)] 
s/value_ptr/struct value */

22 years ago* bits.c (LSMASKED64): New inline function.
Matthew Green [Fri, 4 Jan 2002 00:00:54 +0000 (00:00 +0000)] 
* bits.c (LSMASKED64): New inline function.
(LSEXTRACTED64): Likewise.
* bits.h (_LSB_POS, _LSMASKn, LSMASK64): New macros from
sim/common/sim-bits.h
(LSMASKED64, LSEXTRACTED64): New functions definitions.
* Makefile.in (sim-bits.o): Remove target.

* main.c (zalloc): Fix typo in error message.

22 years ago*** empty log message ***
gdbadmin [Fri, 4 Jan 2002 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agoFix xcoff linker's ordering of pad sections
Tom Rix [Thu, 3 Jan 2002 22:06:38 +0000 (22:06 +0000)] 
Fix xcoff linker's ordering of pad sections

22 years agoRemove use of ngettext()
Nick Clifton [Thu, 3 Jan 2002 21:32:36 +0000 (21:32 +0000)] 
Remove use of ngettext()

22 years ago2001-12-28 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 3 Jan 2002 20:50:25 +0000 (20:50 +0000)] 
2001-12-28  Michael Snyder  <msnyder@redhat.com>

Abstract the functionality of iterating over mapped memory
regions into a general purpose iterator function.
* procfs.c (iterate_over_mappings): New function, general purpose
iterator for memory sections.
(proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
(solib_mappings_callback): New function, callback for above.
(info_proc_mappings): Reimpliment using iterate_over_mappings.
(info_mappings_callback): New function, callback for above.

* procfs.c (proc_set_watchpoint): Add cast to suppress warning.

22 years agoHandle R_ARM_THM_PC11
Nick Clifton [Thu, 3 Jan 2002 14:23:01 +0000 (14:23 +0000)] 
Handle R_ARM_THM_PC11

22 years agoRoll ChangeLog files.
Andrew Cagney [Thu, 3 Jan 2002 06:02:43 +0000 (06:02 +0000)] 
Roll ChangeLog files.

22 years ago[gas/ChangeLog]
Matthew Green [Thu, 3 Jan 2002 02:07:19 +0000 (02:07 +0000)] 
[gas/ChangeLog]
* config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.

[include/opcode/ChangeLog]
* ppc.h (PPC_OPCODE_BOOKE): BookE is not Motorola specific.
(PPC_OPCODE_BOOKE64): Likewise.

22 years agomerge from gcc
DJ Delorie [Thu, 3 Jan 2002 00:25:57 +0000 (00:25 +0000)] 
merge from gcc

22 years ago*** empty log message ***
gdbadmin [Thu, 3 Jan 2002 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago * MAINTAINERS: Update URL for config.* scripts.
Ben Elliston [Wed, 2 Jan 2002 21:44:52 +0000 (21:44 +0000)] 
* MAINTAINERS: Update URL for config.* scripts.

22 years ago2002-01-02 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Wed, 2 Jan 2002 18:59:32 +0000 (18:59 +0000)] 
2002-01-02  Chris Demetriou  <cgd@broadcom.com>

        * ld-mips-elf/empic1-ln.d: New file to test basic linking of
        R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocations.
        * ld-mips-elf/empic1-lp.d: Likewise.
        * ld-mips-elf/empic1-mn.d: Likewise.
        * ld-mips-elf/empic1-mp.d: Likewise.
        * ld-mips-elf/empic1-sn.d: Likewise.
        * ld-mips-elf/empic1-sp.d: Likewise.
        * ld-mips-elf/empic1-ref.s: Likewise.
        * ld-mips-elf/empic1-space.s: Likewise.
        * ld-mips-elf/empic1-tgt.s: Likewise.
        * ld-mips-elf/empic2-fwd-0.d: New file to test
        R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocation edge
        cases.
        * ld-mips-elf/empic2-fwd-1.d: Likewise.
        * ld-mips-elf/empic2-rev-0.d: Likewise.
        * ld-mips-elf/empic2-rev-1.d: Likewise.
        * ld-mips-elf/empic2-ref.s: Likewise.
        * ld-mips-elf/empic2-space.s: Likewise.
        * ld-mips-elf/empic2-fwd-tgt.s: Likewise.
        * ld-mips-elf/empic2-rev-tgt.s: Likewise.
        * ld-mips-elf/mips-elf.exp: New file to run MIPS 32-bit ELF
        tests (including those above).

22 years agomerge from gcc
DJ Delorie [Wed, 2 Jan 2002 18:01:38 +0000 (18:01 +0000)] 
merge from gcc