]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
23 years ago2001-03-29 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 30 Mar 2001 01:26:43 +0000 (01:26 +0000)] 
2001-03-29  H.J. Lu  <hjl@gnu.org>

* readelf.c (process_unwind): Only do unwind sections for
IA64.

23 years ago2001-03-29 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 30 Mar 2001 01:20:41 +0000 (01:20 +0000)] 
2001-03-29  H.J. Lu  <hjl@gnu.org>

* gas/i386/relax.s: New test for relaxation between sections.
* gas/i386/relax.d: New.

* gas/i386/i386.exp: Add tests for ELF.

23 years agoPrepare for multi-pass relaxation.
Alan Modra [Fri, 30 Mar 2001 00:06:10 +0000 (00:06 +0000)] 
Prepare for multi-pass relaxation.

23 years agoClarify ChangeLog entry
Hans-Peter Nilsson [Thu, 29 Mar 2001 02:32:52 +0000 (02:32 +0000)] 
Clarify ChangeLog entry

23 years ago * config/tc-cris.h (tc_fix_adjustable): Allow only
Hans-Peter Nilsson [Thu, 29 Mar 2001 02:29:38 +0000 (02:29 +0000)] 
* config/tc-cris.h (tc_fix_adjustable): Allow only
BFD_RELOC_CRIS_32_GOTREL of the PIC relocs.
* config/tc-cris.c (cris_get_pic_suffix): Correct reloc used in
example to valid.

23 years ago* config/pa/xm-hppah.h (malloc): Really delete declaration
Andrew Cagney [Wed, 28 Mar 2001 23:21:43 +0000 (23:21 +0000)] 
* config/pa/xm-hppah.h (malloc): Really delete declaration
(MALLOC_INCOMPATIBLE): Really delete macro.
* cli/cli-cmds.c (apropos_command): Use xcalloc.

23 years agoGag -Wuninitialized warnings.
Andrew Cagney [Wed, 28 Mar 2001 21:42:32 +0000 (21:42 +0000)] 
Gag -Wuninitialized warnings.
Add -Wuninitialized to default warning list.

23 years agoFix -Werror probs for ns32k.
Andrew Cagney [Wed, 28 Mar 2001 21:26:07 +0000 (21:26 +0000)] 
Fix -Werror probs for ns32k.

23 years ago2001-03-28 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 28 Mar 2001 19:01:04 +0000 (19:01 +0000)] 
2001-03-28  H.J. Lu  <hjl@gnu.org>

* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
* Makefile.in: Regenerate.

23 years agomerge from gcc
DJ Delorie [Wed, 28 Mar 2001 17:38:43 +0000 (17:38 +0000)] 
merge from gcc

23 years ago2001-03-28 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 28 Mar 2001 17:24:01 +0000 (17:24 +0000)] 
2001-03-28  H.J. Lu  <hjl@gnu.org>

* read.c (equals): Set to local for COFF only if it hasn't been
defined before.

23 years agoDefault hppa64 to ".level 2.0w"
Alan Modra [Wed, 28 Mar 2001 14:13:46 +0000 (14:13 +0000)] 
Default hppa64 to ".level 2.0w"

23 years ago* i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
Mark Kettenis [Wed, 28 Mar 2001 11:36:23 +0000 (11:36 +0000)] 
* i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
config/i386/nm-linux.h (including comment).
(i386_linux_frame_chain): New function implementing guts of the
former FRAME_CHAIN macro, but using read_memory_unsigned_integer
instead of read_memory_integer.
(i386_linux_frame_saved_pc): Removed doc pointing to
i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
now lives in this file.
* config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
i386-linux-tdep.c (including comment).
(FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
(i386_linux_frame_chain): New prototype.

23 years ago* gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
Mark Kettenis [Wed, 28 Mar 2001 09:15:22 +0000 (09:15 +0000)] 
* gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
make it work again.
(NUM_FREGS): Redefine to 0.
(NUM_REGS): Redefine as NUM_GREGS.
(i386_register_byte, i386_register_raw_size): Update from
i386-tdep.c.  Add comment about their origin.
(regmap, register_u_addr): Take these from i386-linux-nat.c.
(i386_register_u_addr): Removed.

23 years ago* i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
Mark Kettenis [Wed, 28 Mar 2001 08:35:14 +0000 (08:35 +0000)] 
* i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
fails instead of calling perror_with_name.  This should fix
debugging remote i386 targets with a native Linux/x86 GDB.  Add
FIXME for this hack.

23 years agomerge from gcc
DJ Delorie [Wed, 28 Mar 2001 05:02:47 +0000 (05:02 +0000)] 
merge from gcc

23 years ago* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
Alexandre Oliva [Wed, 28 Mar 2001 01:19:29 +0000 (01:19 +0000)] 
* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.

23 years ago* Comment tweak.
Ben Elliston [Tue, 27 Mar 2001 21:37:47 +0000 (21:37 +0000)] 
* Comment tweak.

23 years ago* arch-utils.c (#include "gdbthread.h"): Removed.
J.T. Conklin [Tue, 27 Mar 2001 20:36:24 +0000 (20:36 +0000)] 
* arch-utils.c (#include "gdbthread.h"): Removed.
(#include "symfile.h"): Removed.
(XMALLOC): Removed unused macro.
* breakpoint.c (tbreak_command): Removed local declaration.
(awatch_command, do_enable_breakpoint, set_breakpoint_count):
Remove duplicate declarations.
(bpstat_should_step, bpstat_have_active_hw_watchpoints)
(remove_solib_event_breakpoints): Fix indentation botch.
* c-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* ch-exp.c (ch_terminal_match_float_literal, parse_expr)
(parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
Removed duplicate declarations.
* ch-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* corefile.c (#include "frame.h"): Removed
(#include "symfile.h"): Removed.
(#include "language.h"): Removed.
* dbxread.c (#include "command.h"): Removed.
* environ.c (#include "gdbcore.h"): Removed.
* event-loop.c (#include "top.h"): Removed.
* f-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
(#include "language.h"): Removed.
(#include "typeprint.h"): Removed.
(#include "frame.h"): Removed.
* gdbtypes.h (print_type_scalar): Removed declaration.
* infcmd.c (#include "completer.h"): Removed.
* language.c (#include "frame.h"): Removed.
* m2-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
(#include "language.h"): Removed.
* m2-valprint.c (#include "valprint.h"): Removed.
* p-typeprint.c (#include "command.h"): Removed.
(#include "gdbcmd.h"): Removed.
* p-valprint.c (#include "typeprint.h"): Removed.
* parse.c (#include "linespec.h"): Removed.
* regcache.c (#include "frame.h"): Removed.
* remote.c (#include "frame.h"): Removed.
(getpkt_sane): Make static.
* source.c (#include "completer.h"): Removed.
* stack.c (#include "symfile.h"): Removed.
(#include "objfiles.h"): Removed.
* symfile.c (#include "completer.h"): Removed.
* tracepoint.c (#include "completer.h"): Removed.
* values.c (#include "frame.h"): Removed.
* varobj.c (#include "valprint.h"): Removed.
* wrapper.c (#include "frame.h"): Removed.

* memattr.c (create_mem_region): Removed unused variable.
* remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
-------------------------------------------------------------------

23 years agoAllow for the possibility that the local labels won't be in the objdump output.
Nick Clifton [Tue, 27 Mar 2001 19:33:52 +0000 (19:33 +0000)] 
Allow for the possibility that the local labels won't be in the objdump output.

23 years ago(for COFF) default symbols to being local.
Nick Clifton [Tue, 27 Mar 2001 19:13:55 +0000 (19:13 +0000)] 
(for COFF) default symbols to being local.

23 years agoAdd missing double quote
Nick Clifton [Tue, 27 Mar 2001 17:23:47 +0000 (17:23 +0000)] 
Add missing double quote

23 years ago * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
Kevin Buettner [Tue, 27 Mar 2001 10:03:41 +0000 (10:03 +0000)] 
* solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
of free().

23 years ago(Cleanups): Remove the item about converting docs to GFDL.
Eli Zaretskii [Tue, 27 Mar 2001 07:09:01 +0000 (07:09 +0000)] 
(Cleanups): Remove the item about converting docs to GFDL.

23 years ago * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
Kevin Buettner [Tue, 27 Mar 2001 06:23:25 +0000 (06:23 +0000)] 
* solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.

23 years ago* as.texinfo (Fill): Replace "result" with "repeat".
Ben Elliston [Tue, 27 Mar 2001 04:51:28 +0000 (04:51 +0000)] 
* as.texinfo (Fill): Replace "result" with "repeat".

23 years ago * configure.in (cris-*-*): Change default emulation to criself.
Hans-Peter Nilsson [Tue, 27 Mar 2001 02:48:19 +0000 (02:48 +0000)] 
* configure.in (cris-*-*): Change default emulation to criself.
(cris-*-*aout*): New rule.
* configure: Regenerate.

23 years agoFix problems encountered in compiling ia64-tdep.c with IBM's compiler.
Kevin Buettner [Tue, 27 Mar 2001 02:45:54 +0000 (02:45 +0000)] 
Fix problems encountered in compiling ia64-tdep.c with IBM's compiler.

23 years ago * configure.tgt (cris-*-*): Change default emulation to criself.
Hans-Peter Nilsson [Tue, 27 Mar 2001 02:37:41 +0000 (02:37 +0000)] 
* configure.tgt (cris-*-*): Change default emulation to criself.
(cris-*-*aout*): New rule.

23 years agoRemove ATTRIBUTE_UNUSED in the last patch.
H.J. Lu [Tue, 27 Mar 2001 02:05:18 +0000 (02:05 +0000)] 
Remove ATTRIBUTE_UNUSED in the last patch.

23 years agoAdd AIX5 procfs support.
Kevin Buettner [Tue, 27 Mar 2001 02:01:11 +0000 (02:01 +0000)] 
Add AIX5 procfs support.

23 years ago2001-03-26 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 27 Mar 2001 02:00:34 +0000 (02:00 +0000)] 
2001-03-26  H.J. Lu  <hjl@gnu.org>

* elf32-gen.c (elf32_generic_link_add_symbols): New. Check
if there are any relocations for generic ELF.
(bfd_elf32_bfd_link_add_symbols): Defined to
elf32_generic_link_add_symbols.
* elf64-gen.c (elf64_generic_link_add_symbols): New. Check
if there are any relocations for generic ELF.
(bfd_elf64_bfd_link_add_symbols): Defined to
elf64_generic_link_add_symbols.

23 years agoAdd new step-line test.
Kevin Buettner [Tue, 27 Mar 2001 01:32:45 +0000 (01:32 +0000)] 
Add new step-line test.

23 years ago * symtab.c (find_pc_sect_line): Revise method used for finding
Kevin Buettner [Tue, 27 Mar 2001 01:17:47 +0000 (01:17 +0000)] 
* symtab.c (find_pc_sect_line): Revise method used for finding
the ending pc.

23 years agoGo to 16k page size on hppa-linux.
Alan Modra [Tue, 27 Mar 2001 00:42:47 +0000 (00:42 +0000)] 
Go to 16k page size on hppa-linux.

23 years agooops - omitted from previous delta
Nick Clifton [Mon, 26 Mar 2001 21:42:48 +0000 (21:42 +0000)] 
oops - omitted from previous delta

23 years ago* i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
Mark Kettenis [Mon, 26 Mar 2001 19:51:47 +0000 (19:51 +0000)] 
* i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
i386_linux_sigtramp_saved_sp): Make static.
(i386_linux_frame_saved_pc): New function based on the old
FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
of read_memory_integer.
* config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
(i386_linux_sigtramp_saved_pc): Remove prototype.
(FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
(i386_linux_frame_saved_pc): New prototype.

23 years ago2001-03-26 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Mon, 26 Mar 2001 19:47:47 +0000 (19:47 +0000)] 
2001-03-26  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/sync.s: Declare 'foo' as a function so that this
        test will work on properly on ECOFF targets.

23 years agoDo not optimize BFD_RELOC_390_GOTENT relocs.
Nick Clifton [Mon, 26 Mar 2001 19:38:33 +0000 (19:38 +0000)] 
Do not optimize BFD_RELOC_390_GOTENT relocs.
Always generate relocs for VT_ relocs.

23 years agoCorrect/clarify credit for C++ work.
Jim Blandy [Mon, 26 Mar 2001 18:39:33 +0000 (18:39 +0000)] 
Correct/clarify credit for C++ work.

23 years agoMark m88k as known to be broken.
Andrew Cagney [Mon, 26 Mar 2001 18:06:43 +0000 (18:06 +0000)] 
Mark m88k as known to be broken.

23 years ago* fork-child.c (clone_and_follow_inferior): Delete #ifdef
Andrew Cagney [Mon, 26 Mar 2001 16:44:32 +0000 (16:44 +0000)] 
* fork-child.c (clone_and_follow_inferior): Delete #ifdef
HAVE_VFORK.

23 years ago* config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
Mark Kettenis [Mon, 26 Mar 2001 12:25:31 +0000 (12:25 +0000)] 
* config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.

23 years ago* i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
Mark Kettenis [Mon, 26 Mar 2001 12:11:14 +0000 (12:11 +0000)] 
* i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
functions.
* config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
(STORE_STRUCT_RETURN): Redefine in terms of
i386_store_struct_return.
(i386_push_arguments, i386_store_struct_return): New prototypes.
* config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove.  It's
definition was identical to the definition in "i386/tm-i386.h" so
the new definition should suffice too.

23 years ago * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
Eli Zaretskii [Mon, 26 Mar 2001 11:51:50 +0000 (11:51 +0000)] 
* gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.

* gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
Replace "GDB" with "@value{GDBN}".  Fix markup.

* annotate.texi: Change Permissions to GFDL.  Update Copyright.

* gdb.texinfo: Change Permissions to GFDL.  Update Copyright.

* gdbmi.texinfo: Update copyright.  Change Permissions to GFDL.

23 years ago * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
Eli Zaretskii [Mon, 26 Mar 2001 11:37:51 +0000 (11:37 +0000)] 
* event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.

23 years ago * gdb.texinfo (Output Formats): Mention "info symbol" and provide
Eli Zaretskii [Mon, 26 Mar 2001 11:35:03 +0000 (11:35 +0000)] 
* gdb.texinfo (Output Formats): Mention "info symbol" and provide
a cross-reference to its description.
(Symbols): Document "info symbol".

23 years agoFix the date of the last entry.
Eli Zaretskii [Mon, 26 Mar 2001 11:30:03 +0000 (11:30 +0000)] 
Fix the date of the last entry.

23 years ago * config/djgpp/djconfig.sh: Add copyright notice.
Eli Zaretskii [Mon, 26 Mar 2001 11:26:45 +0000 (11:26 +0000)] 
* config/djgpp/djconfig.sh: Add copyright notice.

* ser-go32.c (rawclock): Remove prototype; include time.h instead.
(ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
(top level) <string.h>: Include gdb_string.h instead.
(dos_noop, dos_raw, dos_noflush_set_tty_state)
(dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.

* go32-nat.c (go32_create_inferior): Move the declaration of
`environ' to here from the top level.
(top level) <_initialize_go32_nat>: Remove redundant prototype.
<gdb_string.h>: Include it instead of string.h.
(store_register): Call register_buffer instead of accessing
registers[] directly.
(redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
(redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
the function names at the start of the line.
(go32_set_dr): Throw internal_error if the argument is not a valid
debug register number.
(go32_open, go32_close, go32_attach, go32_detach, go32_resume)
(go32_wait, go32_xfer_memory, go32_files_info)
(go32_terminal_info): Remove ATTRIBUTE_UNUSED.

23 years ago2001-03-26 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Mon, 26 Mar 2001 07:02:59 +0000 (07:02 +0000)] 
2001-03-26  Andreas Jaeger  <aj@suse.de>

* binutils.texi (nm): Fix texi syntax.

2001-03-26  Andreas Jaeger  <aj@suse.de>

* ld.texinfo (Overview): Fix syntax in texi code.

23 years ago*** empty log message ***
Jim Blandy [Mon, 26 Mar 2001 04:03:26 +0000 (04:03 +0000)] 
*** empty log message ***

23 years ago* mips-tdep.c (mips_gdbarch_init): Tweak indentation.
Jim Blandy [Mon, 26 Mar 2001 04:01:53 +0000 (04:01 +0000)] 
* mips-tdep.c (mips_gdbarch_init): Tweak indentation.

23 years ago2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Mon, 26 Mar 2001 02:50:46 +0000 (02:50 +0000)] 
2001-03-25  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

From  Andrew Cagney  <ac131313@redhat.com>

        * coffread.c: Include "gdb_assert.h".
(coff_symtab_read): Cast the integer s_sclass to a long before
  casting it to a pointer.

23 years ago2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Mon, 26 Mar 2001 02:48:23 +0000 (02:48 +0000)] 
2001-03-25  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

From  Andrew Cagney  <ac131313@redhat.com>

        * coffread.c (coff_symtab_read): Initialize
  ``fcn_first_line_addr''.  Check that the ``.bf'' always preceeds
  the ``.ef'' info.
* dbxread.c (find_text_range): Initialize ``start'' and ``end''.

23 years agoAutomate generate on man pages
Nick Clifton [Sun, 25 Mar 2001 20:32:31 +0000 (20:32 +0000)] 
Automate generate on man pages

23 years agoAccept an absolute expression for index scale factor.
Alan Modra [Sun, 25 Mar 2001 05:57:09 +0000 (05:57 +0000)] 
Accept an absolute expression for index scale factor.

23 years agoSmall tweaks to sse2 instructions.
Alan Modra [Sat, 24 Mar 2001 06:29:16 +0000 (06:29 +0000)] 
Small tweaks to sse2 instructions.

23 years agoRevert previous change, committed to trunk accidentally.
Jim Blandy [Sat, 24 Mar 2001 03:23:20 +0000 (03:23 +0000)] 
Revert previous change, committed to trunk accidentally.

23 years agoA single-file branch to help me keep things straight while adapting
Jim Blandy [Sat, 24 Mar 2001 03:21:46 +0000 (03:21 +0000)] 
A single-file branch to help me keep things straight while adapting
GDB to the GNU V3 C++ ABI.

* c-typeprint.c: Commit Dan Berlin's changes.

23 years ago* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
Andrew Cagney [Sat, 24 Mar 2001 02:07:49 +0000 (02:07 +0000)] 
* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
GDB_MULTI_ARCH_PARTIAL from two.  SOFTWARE_SINGLE_STEP is not
multi-arch.
* gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
* gdbarch.h, gdbarch.c: Re-generate.
* target.h (SOFTWARE_SINGLE_STEP_P)
(SOFTWARE_SINGLE_STEP): Delete macro definitions.

23 years agoRe-vamp the register code so that a lot more is routed through
Andrew Cagney [Sat, 24 Mar 2001 01:26:09 +0000 (01:26 +0000)] 
Re-vamp the register code so that a lot more is routed through
{read,write}_register_gen.  Hook that function with multi-arch.

23 years agoRemove extraneous whitespace
Nick Clifton [Sat, 24 Mar 2001 00:46:00 +0000 (00:46 +0000)] 
Remove extraneous whitespace

23 years agoFix compile time warnings.
Nick Clifton [Sat, 24 Mar 2001 00:45:11 +0000 (00:45 +0000)] 
Fix compile time warnings.

23 years ago* stabsread.c (read_cpp_abbrev): Properly construct the names of
Jim Blandy [Sat, 24 Mar 2001 00:42:59 +0000 (00:42 +0000)] 
* stabsread.c (read_cpp_abbrev): Properly construct the names of
virtual function table pointer fields.

23 years agoRemove extraneous whitespace
Nick Clifton [Sat, 24 Mar 2001 00:40:22 +0000 (00:40 +0000)] 
Remove extraneous whitespace

23 years agomerge from gcc
DJ Delorie [Fri, 23 Mar 2001 23:57:50 +0000 (23:57 +0000)] 
merge from gcc

23 years ago* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
Andrew Cagney [Fri, 23 Mar 2001 23:39:57 +0000 (23:39 +0000)] 
* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
xmrealloc): Move existing declarations to the one place and
re-order to be consistent.
(xmcalloc, xmfree): Declare.
(xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
declaration.

* utils.c (size_t): Delete #ifdef defining size_t.
(mmalloc, mrealloc, mcalloc, mfree): Re-order.
(mmalloc, mrealloc, mcalloc): Document as only calls in GDB
corresponding malloc, realloc, calloc.
(mfree): Call free directly.
(xmmalloc, xmrealloc): Clean up. Assume ISO-C.
(xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
function bodies to here.
(xcalloc, xfree): Call xmcalloc and xmfree respectfully.

23 years agoSupport the GCC flags '-ffunction-sections' and '-fdata-sections'.
Nick Clifton [Fri, 23 Mar 2001 23:05:07 +0000 (23:05 +0000)] 
Support the GCC flags '-ffunction-sections' and '-fdata-sections'.
Set the VMA of STABS sections to zero.

23 years agoFix -Werror -Wuninitialized warnings.
Andrew Cagney [Fri, 23 Mar 2001 22:48:44 +0000 (22:48 +0000)] 
Fix -Werror -Wuninitialized warnings.

23 years agoDocument --listing-XXX command line switches.
Nick Clifton [Fri, 23 Mar 2001 19:35:02 +0000 (19:35 +0000)] 
Document --listing-XXX command line switches.
Explain why listings behave differently when -pipe is used.

23 years agofix_new_exp: Print an error if passed a register.
Nick Clifton [Fri, 23 Mar 2001 18:15:49 +0000 (18:15 +0000)] 
fix_new_exp: Print an error if passed a register.

23 years agoAdd note about inability to use "make distclean" in maintainer mode.
Nick Clifton [Fri, 23 Mar 2001 18:06:17 +0000 (18:06 +0000)] 
Add note about inability to use "make distclean" in maintainer mode.

23 years agoFix building bfd.pot in maintainer mode
Nick Clifton [Fri, 23 Mar 2001 18:05:30 +0000 (18:05 +0000)] 
Fix building bfd.pot in maintainer mode

23 years ago* config/i386/nm-i386.h: Fix formatting and change reference to
Mark Kettenis [Fri, 23 Mar 2001 16:17:45 +0000 (16:17 +0000)] 
* config/i386/nm-i386.h: Fix formatting and change reference to
i386-tdep.c to i386-nat.c.

23 years ago2001-03-23 David Smith <dsmith@redhat.com>
David Smith [Fri, 23 Mar 2001 16:05:29 +0000 (16:05 +0000)] 
2001-03-23  David Smith  <dsmith@redhat.com>

* configure.in: Corrected spelling errors.
* configure: Regenerated.

23 years ago * gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:
Hans-Peter Nilsson [Fri, 23 Mar 2001 05:58:38 +0000 (05:58 +0000)] 
* gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:
New tests.

23 years ago * gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
Hans-Peter Nilsson [Fri, 23 Mar 2001 05:39:38 +0000 (05:39 +0000)] 
* gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.

23 years ago * config/tc-cris.[ch]: Tweak attribution. Fix typos. PIC support.
Hans-Peter Nilsson [Fri, 23 Mar 2001 05:27:42 +0000 (05:27 +0000)] 
* config/tc-cris.[ch]: Tweak attribution.  Fix typos.  PIC support.

23 years agoUpdate list of obsolete targets.
Andrew Cagney [Fri, 23 Mar 2001 01:14:10 +0000 (01:14 +0000)] 
Update list of obsolete targets.

23 years agoObsolete stuff.c and kdb-start.c.
Andrew Cagney [Fri, 23 Mar 2001 00:58:48 +0000 (00:58 +0000)] 
Obsolete stuff.c and kdb-start.c.

23 years ago* config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
Andrew Cagney [Fri, 23 Mar 2001 00:41:02 +0000 (00:41 +0000)] 
* config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
compiles using an ISO-C compiler.
(MALLOC_INCOMPATIBLE): Ditto.
* linespec.c (decode_line_1): Delete hack to work around
HPPA_COMPILER_BUG.

23 years ago-Wuninitialized fixes.
Andrew Cagney [Thu, 22 Mar 2001 23:58:37 +0000 (23:58 +0000)] 
-Wuninitialized fixes.

23 years agoRe-installed:
Alexandre Oliva [Thu, 22 Mar 2001 18:17:54 +0000 (18:17 +0000)] 
Re-installed:
2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
* ltcf-cxx.sh: Likewise.
* ltcf-gcj.sh: Likewise.

23 years ago * cris.h (ADD_PC_INCR_OPCODE): New macro.
Hans-Peter Nilsson [Thu, 22 Mar 2001 16:09:20 +0000 (16:09 +0000)] 
* cris.h (ADD_PC_INCR_OPCODE): New macro.

23 years ago* cp-demangle.c (string_list_delete): Don't forget to free the
Jim Blandy [Thu, 22 Mar 2001 15:16:04 +0000 (15:16 +0000)] 
* cp-demangle.c (string_list_delete): Don't forget to free the
actual contents of the string.

23 years agoCleanup remote protocol section. Add notes on ``!'', ``q'' and the
Andrew Cagney [Thu, 22 Mar 2001 14:59:09 +0000 (14:59 +0000)] 
Cleanup remote protocol section.  Add notes on ``!'', ``q'' and the
non-use of the continue address.

23 years ago * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
Hans-Peter Nilsson [Thu, 22 Mar 2001 14:56:06 +0000 (14:56 +0000)] 
* elf32-cris.c: Shlib and PIC support.  PCREL tweaks.

23 years ago * cris.h: Add leading comment about PC-relative location.
Hans-Peter Nilsson [Thu, 22 Mar 2001 13:03:58 +0000 (13:03 +0000)] 
* cris.h: Add leading comment about PC-relative location.
(R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL):
New relocs.

23 years ago * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
Hans-Peter Nilsson [Thu, 22 Mar 2001 11:17:16 +0000 (11:17 +0000)] 
* reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
* bfd-in2.h, libbfd.h: Regenerate.

23 years ago2001-03-22 Philip Blundell <philb@gnu.org>
Phil Blundell [Thu, 22 Mar 2001 11:09:20 +0000 (11:09 +0000)] 
2001-03-22  Philip Blundell  <philb@gnu.org>

* config.sub, config.guess: Import latest from subversions.

23 years ago * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
Eli Zaretskii [Thu, 22 Mar 2001 09:35:19 +0000 (09:35 +0000)] 
* config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
include nm-i386.h instead.
(TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
(TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
(TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
(target_stopped_data_address, target_insert_watchpoint)
(target_remove_watchpoint, target_insert_hw_breakpoint)
(target_remove_hw_breakpoint): Don't define.
(I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
(I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
(I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
functions from go32-nat.c.

* config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.

* go32-nat.c <top level>: Remove prototypes for watchpoint-
related functions.  Remove definitions of watchpoint-related
macros.
(go32_mourn_inferior): Call i386_cleanup_dregs instead of the
private cleanup_dregs function.
(cleanup_dregs, go32_insert_watchpoint)
(go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
(go32_remove_watchpoint, go32_remove_aligned_watchpoint)
(go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
(go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
(go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.

23 years ago* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
Alexandre Oliva [Thu, 22 Mar 2001 05:22:04 +0000 (05:22 +0000)] 
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.

23 years ago2001-03-22 Ben Elliston <bje@redhat.com>
Ben Elliston [Thu, 22 Mar 2001 04:05:03 +0000 (04:05 +0000)] 
2001-03-22  Ben Elliston  <bje@redhat.com>

* cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
* cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
to allay a compiler warning.

23 years ago2001-03-21 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 22 Mar 2001 02:51:19 +0000 (02:51 +0000)] 
2001-03-21  Kazu Hirata  <kazu@hxi.com>

* h8300.h: Fix formatting.

23 years agopaddq and psubq support.
Alan Modra [Thu, 22 Mar 2001 02:27:54 +0000 (02:27 +0000)] 
paddq and psubq support.

23 years ago * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
Kevin Buettner [Thu, 22 Mar 2001 02:11:11 +0000 (02:11 +0000)] 
* ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
than two instead of generating an error.

23 years ago*** empty log message ***
Jim Blandy [Thu, 22 Mar 2001 01:01:05 +0000 (01:01 +0000)] 
*** empty log message ***

23 years ago* cp-valprint.c: Bring formatting into line with GNU coding standards.
Jim Blandy [Thu, 22 Mar 2001 00:58:00 +0000 (00:58 +0000)] 
* cp-valprint.c: Bring formatting into line with GNU coding standards.

23 years ago2001-03-21 Diego Novillo <dnovillo@redhat.com>
Diego Novillo [Thu, 22 Mar 2001 00:29:15 +0000 (00:29 +0000)] 
2001-03-21  Diego Novillo  <dnovillo@redhat.com>

(_bfd_mips_elf_relocate_section): Give a better error message when
a relocation is not recognized.

23 years agoMake Linux use the new unified support for hardware breakpoints
Mark Kettenis [Wed, 21 Mar 2001 21:22:49 +0000 (21:22 +0000)] 
Make Linux use the new unified support for hardware breakpoints
and watchpoints on x86 targets.
* i386-linux-nat.c: Doc fixes.  Include "gdb_assert.h".
[HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
(DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
appropriate value if not already defined.
(register_u_addr): New function.
(kernel_u_size): New function.
(i386_linux_dr_get, i386_linux_dr_set): New functions.
(i386_linux_dr_set_control, i386_linux_dr_set_addr,
i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
* config/i386/nm-linux.h: Don't include "nm-i386v.h".
(I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
(TARGET_HAS_HARDWARE_WATCHPOINTS,
TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
target_remove_watchpoint): Remove macros.
(i386_stopped_by_watchpoint, i386_insert_watchpoint,
i386_remove_watchpoint): Remove prototypes.
(register_u_addr): New prototype.
(REGISTER_U_ADDR): Define in terms of register_u_addr.
(i386_linux_dr_set_control, i386_linux_dr_set_addr,
i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
(I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
* config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
i386-nat.o.