OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
23 years ago2001-03-29 Fernando Nasser <fnasser@redhat.com>
fnasser [Thu, 29 Mar 2001 22:17:45 +0000 (22:17 +0000)]
2001-03-29  Fernando Nasser  <fnasser@redhat.com>

* gdbtk-varobj.c (variable_obj_command): Do not cache varobj handles as
they may change -- use varobj_get_handle() instead.

23 years agoClarify ChangeLog entry
hp [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
hp [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* path.cc (chdir): Eat trailing whitespace on input path.
cgf [Thu, 29 Mar 2001 00:30:39 +0000 (00:30 +0000)]
* path.cc (chdir): Eat trailing whitespace on input path.

23 years ago* config/pa/xm-hppah.h (malloc): Really delete declaration
cagney [Wed, 28 Mar 2001 23:21:41 +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.
cagney [Wed, 28 Mar 2001 21:42:29 +0000 (21:42 +0000)]
Gag -Wuninitialized warnings.
Add -Wuninitialized to default warning list.

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

23 years ago2001-03-28 Dave Brolley <brolley@redhat.com>
brolley [Wed, 28 Mar 2001 19:36:17 +0000 (19:36 +0000)]
2001-03-28  Dave Brolley  <brolley@redhat.com>

* sidbusutil.h (mux_passthrough_bus::select_bus): New function.

23 years ago2001-03-28 Dave Brolley <brolley@redhat.com>
brolley [Wed, 28 Mar 2001 19:34:37 +0000 (19:34 +0000)]
2001-03-28  Dave Brolley  <brolley@redhat.com>

* hw-glue-bus-mux.txt: Update description of switching behavior.
* glue.cxx (bus_mux::handle_switch_pin): Call upstream.select_bus.

23 years ago2001-03-28 H.J. Lu <hjl@gnu.org>
hjl [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 [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>
hjl [Wed, 28 Mar 2001 17:24:00 +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"
amodra [Wed, 28 Mar 2001 14:13:44 +0000 (14:13 +0000)]
Default hppa64 to ".level 2.0w"

23 years ago* i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
kettenis [Wed, 28 Mar 2001 11:36:21 +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
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
kettenis [Wed, 28 Mar 2001 08:35:13 +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 [Wed, 28 Mar 2001 05:02:47 +0000 (05:02 +0000)]
merge from gcc

23 years ago* Add some cross-references.
bje [Wed, 28 Mar 2001 04:12:11 +0000 (04:12 +0000)]
* Add some cross-references.

23 years ago* lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to be
cgf [Wed, 28 Mar 2001 03:42:54 +0000 (03:42 +0000)]
* lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to be
defined.  Wrap definitions in extern "C".  Include winsup.h to assure proper
definitions.
* dcrt0.cc (dll_crt0_1): Call stdio_init after premain run so that binmode.o,
etc., will control default stdio settings.
* dtable.cc (dtable::init_std_file_from_handle): Allow __fmode to force
binmode/textmode settings.  Default pipes to binmode.

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

23 years ago * doc/version.texi (UPDATED, EDITION): Update.
bje [Wed, 28 Mar 2001 00:41:56 +0000 (00:41 +0000)]
* doc/version.texi (UPDATED, EDITION): Update.
* doc/stamp-vti: Likewise.

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

23 years ago* arch-utils.c (#include "gdbthread.h"): Removed.
jtc [Tue, 27 Mar 2001 20:36:22 +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.
nickc [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.
nickc [Tue, 27 Mar 2001 19:13:55 +0000 (19:13 +0000)]
(for COFF) default symbols to being local.

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

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

23 years ago * mmap.cc (mmap): Fix conditional for previous patch.
corinna [Tue, 27 Mar 2001 09:35:39 +0000 (09:35 +0000)]
   * mmap.cc (mmap): Fix conditional for previous patch.

23 years ago(Cleanups): Remove the item about converting docs to GFDL.
eliz [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.
kevinb [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".
bje [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.
hp [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.
kevinb [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.
hp [Tue, 27 Mar 2001 02:37:40 +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.
hjl [Tue, 27 Mar 2001 02:05:18 +0000 (02:05 +0000)]
Remove ATTRIBUTE_UNUSED in the last patch.

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

23 years ago2001-03-26 H.J. Lu <hjl@gnu.org>
hjl [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.
kevinb [Tue, 27 Mar 2001 01:32:44 +0000 (01:32 +0000)]
Add new step-line test.

23 years ago * symtab.c (find_pc_sect_line): Revise method used for finding
kevinb [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.
amodra [Tue, 27 Mar 2001 00:42:46 +0000 (00:42 +0000)]
Go to 16k page size on hppa-linux.

23 years ago2001-03-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Mar 2001 22:35:39 +0000 (22:35 +0000)]
2001-03-26  Dave Brolley  <brolley@redhat.com>

* sidcpuutil.h (basic_cpu::stepped): Make it virtual and public so
it can be overridden.

23 years agoadd missing stuff.
cgf [Mon, 26 Mar 2001 22:17:06 +0000 (22:17 +0000)]
add missing stuff.

23 years agooops - omitted from previous delta
nickc [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,
kettenis [Mon, 26 Mar 2001 19:51:46 +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>
cgd [Mon, 26 Mar 2001 19:47:44 +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.
nickc [Mon, 26 Mar 2001 19:38:32 +0000 (19:38 +0000)]
Do not optimize BFD_RELOC_390_GOTENT relocs.
Always generate relocs for VT_ relocs.

23 years ago* testsuite fixes
fche [Mon, 26 Mar 2001 19:36:13 +0000 (19:36 +0000)]
* testsuite fixes

2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

* sidcomp.bsp/armbsp.exp: Adapt to modern combined arm/thumb gcc.
* sidcomp.bsp/dhrystone.exp: Double ditto.
* sidcomp.bsp/test-insn.c, test-memory.c (WORKFACTOR): Increase.
* sidcomp.cfgroot/CBinvaComp.{badconf,expect}: Update for semirecent
loader accessor renaming.
* sidcomp.cfgroot/{CPinvaPin,comment,cr100931,illegCh}.badconf: Ditto.
* sidcomp.cfgroot/{multiCB,multiDso,multiSet,unknown}.badconf: Ditto.
* sidcomp.cfgroot/{multiCB,unknown}.expect, wrongOrd.badconf: Ditto.
* sidcomp.cgen-cpu/armeit.conf: Ditto.

23 years ago* tweak
fche [Mon, 26 Mar 2001 19:23:16 +0000 (19:23 +0000)]
* tweak

2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

* CATALOG: Add hw-visual-probe-bus, hw-visual-probe-pin.

23 years ago* function improvement
fche [Mon, 26 Mar 2001 19:18:34 +0000 (19:18 +0000)]
* function improvement

[include/ChangeLog]
2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * sidmiscutil.h (sid_file_search_path): New function for returning
        a canonical file search path based on SID_LIBRARY_PATH and
        SID_EXEC_PREFIX.
        (find_sid_data_file): New function to use the above to locate sid
        data files.
        * configure.in (SID_EXEC_PREFIX): AC_DEFINE.
        * configure, sidconfutil.h: Regenerated.

[component/cfgroot/ChangeLog]
2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * compConfig.cxx (configure): Use find_sid_data_file to locate
        given sid config file.
        * Makefile.am (AM_CXXFLAGS): Remove.
        * Makefile.in: Regenerated.

[component/memory/ChangeLog]
2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * generic.cxx (image{load,store,mmap}_handler): Use find_sid_data_file
        to locate image-file.

[component/tcl/ChangeLog]
2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * compTcl.cxx (scan_files): Use sid_file_search_path to locate tcl
        component sources.
        * Makefile.am (AM_CXXFLAGS): Remove definition.
        * Makefile.in: Regenerated.

23 years ago* install tweak
fche [Mon, 26 Mar 2001 19:12:26 +0000 (19:12 +0000)]
* install tweak

2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * Makefile.am (install-data-local): Install COPYING.SID in $prefix.
        * Makefile.in: Regenerated.

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

23 years ago * mmap.cc (mmap): Outflank copy-on-write problem on 9x by
corinna [Mon, 26 Mar 2001 18:17:15 +0000 (18:17 +0000)]
    * mmap.cc (mmap): Outflank copy-on-write problem on 9x by
        setting access mode to FILE_MAP_READ when read access is requested.

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

23 years ago* fork-child.c (clone_and_follow_inferior): Delete #ifdef
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.
kettenis [Mon, 26 Mar 2001 12:25:30 +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
kettenis [Mon, 26 Mar 2001 12:11:12 +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.
eliz [Mon, 26 Mar 2001 11:51:49 +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
eliz [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
eliz [Mon, 26 Mar 2001 11:35:02 +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.
eliz [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.
eliz [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>
aj [Mon, 26 Mar 2001 07:02:58 +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 ago2001-03-26 Ben Elliston <bje@redhat.com>
bje [Mon, 26 Mar 2001 05:25:10 +0000 (05:25 +0000)]
2001-03-26  Ben Elliston  <bje@redhat.com>

* doc/credits.texi (Credits): Update.

23 years ago2001-03-26 Ben Elliston <bje@redhat.com>
bje [Mon, 26 Mar 2001 05:17:28 +0000 (05:17 +0000)]
2001-03-26  Ben Elliston  <bje@redhat.com>

* gas-test.scm (<keyword>,test-data): Prefix keywords by their
specified prefix and, if necessary, escape `$' in gas-build.sh to
prevent unwanted shell variable expansion.

23 years ago*** empty log message ***
jimb [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.
jimb [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>
ezannoni [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>
ezannoni [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 ago* dlfcn.cc (check_access): Eliminate.
cgf [Mon, 26 Mar 2001 01:16:11 +0000 (01:16 +0000)]
* dlfcn.cc (check_access): Eliminate.
(check_path_access): Use passed in path_conv buf.
(get_full_path_of_dll): Use passed in name buf to avoid a static.  Rip out most
of the path checking since LoadLibrary will do all of this automatically.
(dlopen): Set errno when appropriate (may not be compliant?).
* environ.cc (posify): Don't pass in "native" path if it seems to actually be
posix.

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

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

23 years ago2001-03-24 Ben Elliston <bje@redhat.com>
bje [Sat, 24 Mar 2001 12:22:35 +0000 (12:22 +0000)]
2001-03-24  Ben Elliston  <bje@redhat.com>

* gas-test.scm (<hw-asm>,test-data): Choose pseudo-random data.
(<keyword>,test-data): Likewise.
(<hw-address>,test-data): Likewise.
(<hw-iaddress>,test-data): Likewise.
(-collate-test-set): New function.
(build-test-set): Use it.
(gen-gas-test): Generate five test cases per instruction.
(cgen-allinsn.exp): Include "-*- Tcl -*-" in DejaGNU test file.

* read.scm: Load "slib/random" if random is not defined.
* slib/random.scm: New file.

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

23 years agoRevert previous change, committed to trunk accidentally.
jimb [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
jimb [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
cagney [Sat, 24 Mar 2001 02:07:48 +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
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
nickc [Sat, 24 Mar 2001 00:46:00 +0000 (00:46 +0000)]
Remove extraneous whitespace

23 years agoFix compile time warnings.
nickc [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
jimb [Sat, 24 Mar 2001 00:42:58 +0000 (00:42 +0000)]
* stabsread.c (read_cpp_abbrev): Properly construct the names of
virtual function table pointer fields.

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

23 years ago2001-03-24 Ben Elliston <bje@redhat.com>
bje [Sat, 24 Mar 2001 00:16:36 +0000 (00:16 +0000)]
2001-03-24  Ben Elliston  <bje@redhat.com>

* utils.scm: Remove comments about the Hobbit compiler.
(copyright-cygnus): Add 2001.
(package-cygnus-simulators): Replace "Cygnus" with "Red Hat".
(package-gnu-simulators): Tidy.

23 years agomerge from gcc
dj [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,
cagney [Fri, 23 Mar 2001 23:39:56 +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'.
nickc [Fri, 23 Mar 2001 23:05:06 +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.
cagney [Fri, 23 Mar 2001 22:48:44 +0000 (22:48 +0000)]
Fix -Werror -Wuninitialized warnings.

23 years agoDocument --listing-XXX command line switches.
nickc [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.
nickc [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.
nickc [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
nickc [Fri, 23 Mar 2001 18:05:29 +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
kettenis [Fri, 23 Mar 2001 16:17:44 +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>
dsmith [Fri, 23 Mar 2001 16:05:28 +0000 (16:05 +0000)]
2001-03-23  David Smith  <dsmith@redhat.com>

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

23 years ago2001-03-23 Ben Elliston <bje@redhat.com>
bje [Fri, 23 Mar 2001 09:45:55 +0000 (09:45 +0000)]
2001-03-23  Ben Elliston  <bje@redhat.com>

* cgen-gas.scm: Inline documentation improvements.

23 years ago * gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:
hp [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,
hp [Fri, 23 Mar 2001 05:39:37 +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.
hp [Fri, 23 Mar 2001 05:27:41 +0000 (05:27 +0000)]
* config/tc-cris.[ch]: Tweak attribution.  Fix typos.  PIC support.

23 years agoUpdate list of obsolete targets.
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.
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
cagney [Fri, 23 Mar 2001 00:41:01 +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.
cagney [Thu, 22 Mar 2001 23:58:37 +0000 (23:58 +0000)]
-Wuninitialized fixes.