OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
23 years agoUpdate address for bug reports.
Phil Blundell [Sun, 7 Jan 2001 14:53:57 +0000 (14:53 +0000)]
Update address for bug reports.

23 years ago * config.sub, config.guess: Update from subversions.
Andreas Jaeger [Sun, 7 Jan 2001 12:04:21 +0000 (12:04 +0000)]
    * config.sub, config.guess: Update from subversions.

23 years ago * tc-i386.c (md_assemble): Handle third byte of the opcode as prefix.
Jan Hubicka [Fri, 5 Jan 2001 12:30:12 +0000 (12:30 +0000)]
* tc-i386.c (md_assemble): Handle third byte of the opcode as prefix.
* i386.h (i386_optab): Make [sml]fence template to use immext field.

23 years ago * i386-dis.c: Add x86_64 support.
Jan Hubicka [Fri, 5 Jan 2001 11:11:54 +0000 (11:11 +0000)]
* i386-dis.c: Add x86_64 support.
(rex): New static variable.
(REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
(USED_REX): New macro.
(Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
(OP_I64, OP_OFF64, OP_IMREG): New functions.
(OP_REG, OP_OFF): Declare.
(get64, get32, get32s): New functions.
(r??_reg): New constants.
(dis386_att): Change templates of instruction implicitly promoted
to 64bit; change e?? to RMe?? for unwind RM byte instructions.
(grps): Likewise.
(dis386_intel): Likewise.
(dixx86_64_att): New table based on dis386_att.
(dixx86_64_intel): New table based on dis386_intel.
(names64, names8rex): New global variable.
(names32, names16): Add extended registers.
(prefix_user_t): Recognize rex prefixes.
(prefix_name): Print REX prefixes nicely.
(op_riprel): New global variable.
(start_pc): Set type to bfd_vma.
(print_insn_i386): Detect the 64bit mode and use proper table;
move ckprefix after initializing the buffer; output unused rex prefixes;
output information about target of RIP relative addresses.
(putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
(print_operand_value): New function.
(OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
REX prefix and new modes.
(get64, get32s): New.
(get32): Return bfd_signed_vma type.
(set_op): Initialize the op_riprel.
* disassemble.c (disassembler): Recognize the x86-64 disassembly.

23 years ago2001-01-06 Ben Elliston <bje@redhat.com>
Ben Elliston [Fri, 5 Jan 2001 04:36:09 +0000 (04:36 +0000)]
2001-01-06  Ben Elliston  <bje@redhat.com>

* cgen.sh: Allow extrafiles to include the semantics files when
generating an ISA-specific decoder.

23 years ago2001-01-04 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 4 Jan 2001 23:27:08 +0000 (23:27 +0000)]
2001-01-04  Kazu Hirata  <kazu@hxi.com>

* som.c: Fix formatting.

23 years ago2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
Michael Snyder [Thu, 4 Jan 2001 23:22:45 +0000 (23:22 +0000)]
2001-01-04  Michael Snyder  <msnyder@mvstp600e.cygnus.com>

        * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.

23 years ago * valops.c (VALUE_SUBSTRING_START): Delete.
Nicholas Duffek [Thu, 4 Jan 2001 19:58:32 +0000 (19:58 +0000)]
* valops.c (VALUE_SUBSTRING_START): Delete.

23 years ago2001-01-04 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Thu, 4 Jan 2001 17:55:48 +0000 (17:55 +0000)]
2001-01-04  Fernando Nasser  <fnasser@redhat.com>

The following changes fix the problem of having to click on a splash
window to make it disapear.
* modal.tcl (post): Take as an argument "expire", the time a modal
window is displayed.
* managedwin.itb (open): Check for an "expire" argument and pass the
value down to modal post method.

23 years ago2001-01-04 Fernando Nasser <fnasser@totem.toronto.redhat.com>
Fernando Nasser [Thu, 4 Jan 2001 17:27:02 +0000 (17:27 +0000)]
2001-01-04  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/gdbmenubar.itcl (set_class_state): New public method.
Standard method to control state by class.
(menubar_menu_class_find): Delete public accessor method.
(menubar_change_menu_state): Change the state of a menu item
not of a whole class list.
* library/srcmenubar.itcl (enable_ui): Use set_class_state instead
of prying into base class internal data.
        * library/gdbtoolbar.itcl (set_class_state): New public method.
        Standard method to control state by class.
        (toolbar_button_class_find): Delete public accessor method.
* library/srctoolbar.itcl (enable_ui): Use set_class_state instead
of prying into base class internal data.

23 years agoFix ChangeLog entry and commit typo (gdbmenubar should read srcmenubar).
Fernando Nasser [Thu, 4 Jan 2001 17:22:22 +0000 (17:22 +0000)]
Fix ChangeLog entry and commit typo (gdbmenubar should read srcmenubar).

23 years ago2001-01-04 Fernando Nasser <fnasser@totem.toronto.redhat.com>
Fernando Nasser [Thu, 4 Jan 2001 16:36:48 +0000 (16:36 +0000)]
2001-01-04  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/interface.tcl (gdbtk_connect): New proc. Connects to ai
 remote target (code previously at library/gdbmenubar.itcl).
(disconnect): Rename to...
(gdbtk_disconnect): New name for proc disconnect.
* library/gdbmenubar.itcl (do_connect): Remove the code mentioned
above and call the new interface proc gdbtk_connect.
Also, call ::update idletasks after changing the state of the
menu entries.
(do_detach): Call gdbtk_disconnect, not ::disconnect (old name).
(do_disconnect): Call gdbtk_disconnect, not disconnect (old name).

23 years ago * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
Nicholas Duffek [Thu, 4 Jan 2001 15:50:48 +0000 (15:50 +0000)]
* Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
(SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
(cli_utils_h): New variable.
(cli/cli-utils.o): New rule.
* cli/cli-utils.c: New file.
* cli/cli-utils.h: New file.

23 years ago * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
Nicholas Duffek [Thu, 4 Jan 2001 15:46:22 +0000 (15:46 +0000)]
* config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.

23 years ago * gdbint.texinfo (POP_FRAME): Document use by return_command.
Nicholas Duffek [Thu, 4 Jan 2001 15:39:28 +0000 (15:39 +0000)]
* gdbint.texinfo (POP_FRAME): Document use by return_command.

23 years ago2001-01-03 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 3 Jan 2001 22:53:39 +0000 (22:53 +0000)]
2001-01-03  Kazu Hirata  <kazu@hxi.com>

* ecoffswap.h: Fix formatting.
* elf-bfd.h: Likewise.
* elfarm-nabi.c: Likewise.
* elfarm-oabi.c: Likewise.
* elfcode.h: Likewise.
* elfcore.h: Likewise.
* elflink.c: Likewise.
* elflink.h: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-target.h: Likewise.

23 years ago* alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment.
J.T. Conklin [Wed, 3 Jan 2001 21:12:18 +0000 (21:12 +0000)]
* alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment.

23 years ago2001-01-03 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 3 Jan 2001 19:26:07 +0000 (19:26 +0000)]
2001-01-03  Kazu Hirata  <kazu@hxi.com>

* libbfd.c: Fix formatting.
* linker.c: Likewise.
* lynx-core.c: Likewise.

23 years ago * tc-i386.h (CpuK6, CpuAthlon, CpuSledgehammer, CpuMMX, Cpu3dnow,
Jan Hubicka [Wed, 3 Jan 2001 15:36:26 +0000 (15:36 +0000)]
* tc-i386.h (CpuK6, CpuAthlon, CpuSledgehammer, CpuMMX, Cpu3dnow,
CpuUnknown): Renumber
(CpuP4, CpuSSE2): New.
(CpuUnknownFlags): Add CpuP4 and CpuSSE2

* i386.h (i386_optab): Fix 64bit pushf template; Add instructions
introduced by Pentium4

23 years ago2001-01-03 Fernando Nasser <fnasser@totem.toronto.redhat.com>
Fernando Nasser [Wed, 3 Jan 2001 15:13:16 +0000 (15:13 +0000)]
2001-01-03  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/prefs.tcl (pref_set_defaults): Define gdb/src/top_control
to allow the source window controls to be placed at the top.
* library/srcwin.itb (_build_win): Test for gdb/src/top_control
and place the controls accordingly.

23 years ago* generalization
Frank Ch. Eigler [Wed, 3 Jan 2001 15:10:26 +0000 (15:10 +0000)]
* generalization

2001-01-03  Richard Sandiford  <r.sandiford@redhat.com>

 cgen-dis.in (read_insn): Use bfd_get_bits()

23 years ago2001-01-02 Fernando Nasser <fnasser@totem.toronto.redhat.com>
Fernando Nasser [Wed, 3 Jan 2001 05:34:04 +0000 (05:34 +0000)]
2001-01-02  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/gdbmenubar.itcl: New file. Define the GDBMenuBar class,
a generic menubar building facility for Insight windows (WIP).
* library/gdbtoolbar.itcl: New file. Define the GDBToolBar class,
a generic toolbar building facility for Insight windows (WIP).
* library/srcmenubar.itcl: New file. Define the SrcMenuBar class,
which implements the Source Window menubar (inherits GDBMenuBar).
* library/srctoolbar.itcl: New file. Define the SrcToolBar class,
which implements the Source Window toolbar (inherits GDBToolBar).
* library/srcwin.itb (_build_win): Use SrcMenuBar and SrcToolBar
instead of the obsolete GDBSrcBar.
* library/srcbar.tcl: Mark as OBSOLETE.
* library/toolbar.tcl: Mark as OBSOLETE. Rename class GDBToolBar
to avoid conflict with new class with the same name.
* library/Makefile (TCL): Include .itcl files.
* library/tclIndex: Regenerate.

23 years ago2001-01-02 Fernando Nasser <fnasser@totem.toronto.redhat.com>
Fernando Nasser [Wed, 3 Jan 2001 04:31:15 +0000 (04:31 +0000)]
2001-01-02  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/srcwin.itb (_build_win): If gdb is running a program, load
the window with source for that location (if available).
(download_progress): Calls to "update" must refer to the global
namespace.

23 years ago2001-01-02 Fernando Nasser <fnasser@totem.toronto.redhat.com>
Fernando Nasser [Wed, 3 Jan 2001 03:42:19 +0000 (03:42 +0000)]
2001-01-02  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/interface.tcl (gdbtk_quit_check): Save session whenever
possible.

23 years ago2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Tue, 2 Jan 2001 23:51:35 +0000 (23:51 +0000)]
2001-01-02  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * sh-tdep.c (sh_extract_return_value):  Allow for small return type.
        (sh_sh4_extract_return_value): Call sh_extract_return_value for

23 years agoRemove prototypes for obsolete static functions.
Michael Snyder [Tue, 2 Jan 2001 20:49:18 +0000 (20:49 +0000)]
Remove prototypes for obsolete static functions.

23 years ago * sparc-tdep.c: update copyright notice.
Michael Snyder [Tue, 2 Jan 2001 20:37:11 +0000 (20:37 +0000)]
* sparc-tdep.c: update copyright notice.

23 years agoOops, fix typo in previous check-in.
Michael Snyder [Tue, 2 Jan 2001 20:34:50 +0000 (20:34 +0000)]
Oops, fix typo in previous check-in.

23 years ago2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Tue, 2 Jan 2001 20:32:50 +0000 (20:32 +0000)]
2001-01-02  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * sparc-tdep.c (sparc-frame-chain): Fix typo in comment.

23 years ago2000-12-20 Michael Snyder <msnyder@mvstp600e.cygnus.com>
Michael Snyder [Tue, 2 Jan 2001 20:21:53 +0000 (20:21 +0000)]
2000-12-20  Michael Snyder  <msnyder@mvstp600e.cygnus.com>

        * arch-utils.c (default_frame_address): New function.  Default
        implementation of frame_args_address and frame_locals_address.
        * arch-utils.h (default_frame_address): Export.
        * d10v-tdep.c (d10v_gdbarch_init): Use default_frame_address.
        (d10v_frame_args_address, d10v_frame_locals_address): Delete.
        * sh-tdep.c (sh_gdbarch_init): Use default_frame_address.
        (sh_frame_args_address, sh_frame_locals_address): Delete.
        * sparc-tdep.c (sparc_gdbarch_init): Use default_frame_address.
        (sparc_frame_address): Delete.

23 years ago2001-01-02 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 2 Jan 2001 19:22:56 +0000 (19:22 +0000)]
2001-01-02  Kazu Hirata  <kazu@hxi.com>

* peicode.h: Fix formatting.

23 years ago2001-01-02 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 2 Jan 2001 18:58:44 +0000 (18:58 +0000)]
2001-01-02  Kazu Hirata  <kazu@hxi.com>

* pc532-mach.c: Fix formatting.
* pe-arm.c: Likewise.
* pe-i386.c: Likewise.
* pe-mips.c: Likewise.
* pe-ppc.c: Likewise.
* pe-sh.c: Likewise.
* pei-mips.c: Likewise.
* pei-sh.c: Likewise.
* ppcboot.c: Likewise.
* ptrace-core.c: Likewise.

23 years ago* generalization
Frank Ch. Eigler [Tue, 2 Jan 2001 16:34:07 +0000 (16:34 +0000)]
* generalization

2001-01-02  Richard Sandiford  <rsandifo@redhat.com>

* cgen-dis.c (hash_insn_array): Use bfd_put_bits().
(hash_insn_list): Likewise
* cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
(extract_1): Use bfd_get_bits().
(extract_normal): Apply sign extension to both extraction
methods.
* cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
(cgen_put_insn_value): Use bfd_put_bits()

23 years ago2001-01-01 Fernando Nasser <fnasser@totem.toronto.redhat.com>
Fernando Nasser [Tue, 2 Jan 2001 00:53:42 +0000 (00:53 +0000)]
2001-01-01  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/ChangeLog-2000: New file. Entries dated 2000 moved here
        from library/ChangeLog.
        * library/ChangeLog: Removed.
        * generic/ChangeLog-2000: New file. Entries dated 2000 moved here
        from library/ChangeLog.
        * generic/ChangeLog: Removed.

23 years ago2001-01-01 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Mon, 1 Jan 2001 21:37:35 +0000 (21:37 +0000)]
2001-01-01  Kazu Hirata  <kazu@hxi.com>

* reloc.c: Fix formatting.
* riscix.c: Likewise.
* rs6000-core.c: Likewise.
* xcoff-target.h: Likewise.

23 years ago * configure.in: Add support for x86_64 and x86_64-*-linux-gnu*
Jan Hubicka [Sat, 30 Dec 2000 18:05:10 +0000 (18:05 +0000)]
* configure.in: Add support for x86_64 and x86_64-*-linux-gnu*
* NEWS: Add x86_64.

* i386.h (i386_optab): Add "rex*" instructions;
add swapgs; disable jmp/call far direct instructions for
64bit mode; add syscall and sysret; disable registers for 0xc6
template.  Add 'q' suffixes to extendable instructions, disable
obsoletted instructions, add new sign/zero extension ones.
(i386_regtab): Add extended registers.
(*Suf): Add No_qSuf.
(q_Suf, wlq_Suf, bwlq_Suf): New.

23 years ago* fnmatch.c: Make the note about the origins of this file more
DJ Delorie [Fri, 29 Dec 2000 20:16:02 +0000 (20:16 +0000)]
* fnmatch.c: Make the note about the origins of this file more
accurate, at least until we can sync with glibc.
* getopt.c: Ditto.
* getopt1.c: Ditto.
* md5.c: Ditto.
* obstack.c: Ditto.

23 years ago * elfcode.h (elf_object_p): Also restore the bfd mach field on
Hans-Peter Nilsson [Fri, 29 Dec 2000 05:44:51 +0000 (05:44 +0000)]
* elfcode.h (elf_object_p): Also restore the bfd mach field on
error, by calling bfd_default_set_arch_mach with incoming
values.

23 years ago* error msg tweak
Frank Ch. Eigler [Thu, 28 Dec 2000 19:53:54 +0000 (19:53 +0000)]
* error msg tweak

2000-12-28  Frank Ch. Eigler  <fche@redhat.com>

* cgen-asm.in (parse_insn_normal): Print better error message for
instructions with missing operands.

23 years agoFix debugging programs statically linked against the thread library.
Mark Kettenis [Wed, 27 Dec 2000 21:37:57 +0000 (21:37 +0000)]
Fix debugging programs statically linked against the thread library.
* thread-db.c: Various comment fixes and additions.
Include "bfd.h", "symfile.h" and "objfiles.h".
(keep_thread_db): New variable.
(find_new_threads_callback): Remove prototype.
(thread_db_find_new_threads): New prototype.
(thread_db_push_target, thread_db_unpush_target): Remove
functions.
(deactivate_target): New function.
(thread_db_new_objfile): If OBJFILE == NULL, force deactivation of
target vector.  Activate target vector directly instead of calling
thread_db_push_target.  Set keep_thread_db if thread library is
detected in the main symbol file.  Only enable thread event
reporting if there actually is a child process.  Likewise for
detecting new threads, done by calling thread_db_find_new_threads
instead of iterating over the threads ourselves.
(thread_db_detach): Call deactivate_target instead of
thread_db_unpush_target.
(thread_db_wait): Bail out early if we're not debugging the
multi-threaded child process yet.
(thread_db_post_startup_inferior): New function.
(thread_db_mourn_inferior): Call deactivate_target instead of
thread_db_unpush_target.
(init_thread_db_ops): Add thread_db_post_startup_inferior to
thread_db_ops.

23 years ago* Make-common.in (sim-io.o): Depend on targ-vals.h.
Alexandre Oliva [Wed, 27 Dec 2000 17:47:20 +0000 (17:47 +0000)]
* Make-common.in (sim-io.o): Depend on targ-vals.h.

23 years agoAdded Orjan Friberg to Write After Approval list.
Orjan Friberg [Wed, 27 Dec 2000 11:14:12 +0000 (11:14 +0000)]
Added Orjan Friberg to Write After Approval list.

23 years ago* bsearch.c: New file.
DJ Delorie [Tue, 26 Dec 2000 22:19:44 +0000 (22:19 +0000)]
* bsearch.c: New file.
* configure.in (funcs): Add bsearch.
(AC_CHECK_FUNCS): Likewise.
* configure, config.in: Regenerate.

23 years ago2000-12-26 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 26 Dec 2000 19:50:50 +0000 (19:50 +0000)]
2000-12-26  Kazu Hirata  <kazu@hxi.com>

* vaxnetbsd.c: Fix formatting.
* versados.c: Likewise.
* vms-gsd.c: Likewise.
* vms-hdr.c: Likewise.
* vms-misc.c: Likewise.

23 years agoSynchronise with master FSF GCC sources
Nick Clifton [Tue, 26 Dec 2000 18:17:51 +0000 (18:17 +0000)]
Synchronise with master FSF GCC sources

23 years ago* archive.c (coff_write_armap): Don't write more than symbol_count
Alexandre Oliva [Mon, 25 Dec 2000 21:41:20 +0000 (21:41 +0000)]
* archive.c (coff_write_armap): Don't write more than symbol_count
`archive_member_file_ptr's.

23 years ago2000-12-25 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Mon, 25 Dec 2000 14:42:42 +0000 (14:42 +0000)]
2000-12-25  Kazu Hirata  <kazu@hxi.com>

* vms-tir.c: Fix formatting.

23 years agoGDB version and refcard copyright fixed.
Eli Zaretskii [Mon, 25 Dec 2000 09:10:46 +0000 (09:10 +0000)]
GDB version and refcard copyright fixed.

23 years ago2000-12-23 Ben Elliston <bje@redhat.com>
Ben Elliston [Sat, 23 Dec 2000 21:52:14 +0000 (21:52 +0000)]
2000-12-23  Ben Elliston  <bje@redhat.com>

* cgen-trace.c (trace_result): Handle 'f' type operands; output
them to the trace stream using sim_fpu_printn_fpu. Include
"sim-fpu.h".

23 years ago2000-12-23 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Sat, 23 Dec 2000 16:48:10 +0000 (16:48 +0000)]
2000-12-23  Kazu Hirata  <kazu@hxi.com>

* vms.c: Fix formatting.
* vms.h: Likewise.

23 years ago2000-12-15 Ben Elliston <bje@redhat.com>
Ben Elliston [Sat, 23 Dec 2000 11:51:04 +0000 (11:51 +0000)]
2000-12-15  Ben Elliston  <bje@redhat.com>

* sim-fpu.h (sim_fpu_printn_fpu): Declare.
* sim-fpu.c (print_bits): Add digits parameter. Print only as many
trailing digits as specified (-1 to print all digits).
(sim_fpu_print_fpu): New wrapper around sim_fpu_printn_fpu.
(sim_fpu_printn_fpu): Rename from sim_fpu_print_fpu; update calls
to print_bits ().

23 years ago* solib.c (solib_open): If path is relative, look for it
Mark Kettenis [Sat, 23 Dec 2000 00:27:20 +0000 (00:27 +0000)]
* solib.c (solib_open): If path is relative, look for it
literally.  This matches the behaviour of the GNU dynamic linker
more closely.

23 years ago2000-12-13 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Fri, 22 Dec 2000 15:33:06 +0000 (15:33 +0000)]
2000-12-13  Fernando Nasser  <fnasser@redhat.com>

        * variables.tcl (constructor): Use the  file_changed_hook to remove
        all variables if the exec file changes.  This prevents the Watch
        Window to dump core because the "types" are not valid anymore.

23 years ago2000-12-22 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Fri, 22 Dec 2000 15:03:10 +0000 (15:03 +0000)]
2000-12-22  Fernando Nasser  <fnasser@redhat.com>

        * README: Suggest building in an empty directory.

23 years ago2000-12-21 Michael Snyder <msnyder@mvstp600e.cygnus.com>
Michael Snyder [Fri, 22 Dec 2000 01:49:46 +0000 (01:49 +0000)]
2000-12-21  Michael Snyder  <msnyder@mvstp600e.cygnus.com>

        * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
        Add a RE to accept a non-ascii char if one is ever presented.

23 years ago* i386-tdep.c: Add missing ')' in comment.
Mark Kettenis [Thu, 21 Dec 2000 20:52:59 +0000 (20:52 +0000)]
* i386-tdep.c: Add missing ')' in comment.
(i386_extract_return_value): Return directly after issuing the
warning and filling *VALBUF with zeroes if we cannot get at the
floating-point registers.
(i386_store_return_value): New function.
* config/i386/tm-i386.h (STORE_RETURN_VALUE): Simply call
i386_store_return_value.
Add prototype for i386_store_return_value.

23 years ago* i386-linux-nat.c (store_fpxregs): Add code to detect support for
Mark Kettenis [Thu, 21 Dec 2000 20:18:45 +0000 (20:18 +0000)]
* i386-linux-nat.c (store_fpxregs): Add code to detect support for
the PTRACE_GETFPXREGS request, and return zero if it's not.

23 years agoFix for compiling under Solaris 2.8
Nick Clifton [Thu, 21 Dec 2000 18:43:33 +0000 (18:43 +0000)]
Fix for compiling under Solaris 2.8

23 years agoFixes to allow sources to compile under Solaris 2.8
Nick Clifton [Thu, 21 Dec 2000 18:40:21 +0000 (18:40 +0000)]
Fixes to allow sources to compile under Solaris 2.8

23 years agoAdd bfd_get_bits() and bfd_put_bits().
Nick Clifton [Thu, 21 Dec 2000 18:20:04 +0000 (18:20 +0000)]
Add bfd_get_bits() and bfd_put_bits().

23 years ago2000-12-21 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Thu, 21 Dec 2000 16:28:28 +0000 (16:28 +0000)]
2000-12-21  Fernando Nasser  <fnasser@redhat.com>

        * TODO: Add pre-uiout code removal to 5.2 cleanups.

23 years ago2000-12-20 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Thu, 21 Dec 2000 16:16:17 +0000 (16:16 +0000)]
2000-12-20  Fernando Nasser  <fnasser@redhat.com>

        * configure.in: Rename CONFIG_LOBS to CONFIG_LIB_OBS.
        * Makefile.in: Ditto.
        * configure: Regenerate.

23 years ago2000-12-20 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Thu, 21 Dec 2000 16:08:52 +0000 (16:08 +0000)]
2000-12-20  Fernando Nasser  <fnasser@redhat.com>

        * command.h: Register date when it was deprecated.
        * call-cmds.h: Ditto.

23 years agoFix typo on last entry.
Fernando Nasser [Wed, 20 Dec 2000 21:26:14 +0000 (21:26 +0000)]
Fix typo on last entry.

23 years ago2000-12-20 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Wed, 20 Dec 2000 21:24:28 +0000 (21:24 +0000)]
2000-12-20  Fernando Nasser  <fnasser@redhat.com>

        * Makefile.in (UIOUT_CFLAGS): New macro. CFLAGS needed for uiout code
        to be compiled.  Defines UI_OUT.
        (SUBDIR_MI_CFLAGS): Defines MI_OUT, not UI_OUT.
        (INTERNAL_WARN_CFLAGS): Also include UIOUT_CFLAGS.
        * configure.in (UIOUT_CFLAGS): New configuration variable.
        (--with-uiout): New configuration option.  Causes uiout code to
        be compiled, instead of the old *printf one.
        * configure: Regenerate.
        * top.c (print_gdb_version): Test for and print MI_OUT, not UI_OUT.
        * testsuite/lib/mi-support.exp (mi_gdb_start): Test for MI_OUT,
        not UI_OUT.

23 years ago2000-12-20 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 20 Dec 2000 19:53:11 +0000 (19:53 +0000)]
2000-12-20  Kazu Hirata  <kazu@hxi.com>

* targets.c: Fix formatting.
* tekhex.c: Likewise.
* trad-core.c: Likewise.

23 years ago2000-12-20 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Wed, 20 Dec 2000 17:32:17 +0000 (17:32 +0000)]
2000-12-20  Fernando Nasser  <fnasser@redhat.com>

        * complaints.c (complain): Call warning_hook if defined, instead of
        writting to gdb_stderr.
        (clear_complaints): Do not write anything to gdb_stderr if warning_hook
        is defined.

23 years ago2000-12-18 Michael Snyder <msnyder@mvstp600e.cygnus.com>
Michael Snyder [Wed, 20 Dec 2000 16:29:27 +0000 (16:29 +0000)]
2000-12-18  Michael Snyder  <msnyder@mvstp600e.cygnus.com>

        * gdb.base/setvar.exp: Use double '\\' to quote curly braces
        in regexp.  One '\' does not suffice on Linux.

23 years ago * tc-i386.h (i386_target_format): Define even for ELFs.
Jan Hubicka [Wed, 20 Dec 2000 13:24:13 +0000 (13:24 +0000)]
* tc-i386.h (i386_target_format): Define even for ELFs.
(QWORD_MNEM_SUFFIX): New macro.
(CpuK6,CpuAthlon,CpuSledgehammer, Cpu64, CpuNo64, CpuUnknownFlags):
New macros
(CpuMMX,CpuSSE,Cpu3dnow, CpuUnknown): Renumber.
(IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
ImmExt): Renumber.
(Size64, No_qSuf, NoRex64, Rex64): New macros.
(Reg64, Imm32S, Imm64, Disp32S, Disp64): New macros.
(Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
InOutPortReg,ShiftCount, Control, Debug, Test, FloatReg, FloatAcc,
SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem): Renumber.
(Reg, WordReg): Add Reg64.
(Imm): Add Imm32S and Imm64.
(EncImm): New.
(Disp): Add Disp64 and Disp32S.
(AnyMem): Add Disp32S.
(RegRex, RegRex64): New macros.
(rex_byte): New type.
* tc-i386.c (set_16bit_code_flag): Kill.
(fits_in_unsigned_long, fits_in_signed_long): New functions.
(reloc): New parameter "signed"; support x86_64.
(set_code_flag): New.
(DEFAULT_ARCH): New macro; default to "i386".
(default_arch): New static variable.
(struct _i386_insn): New fields Operand_PCrel; rex.
(flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT";
(flag_code): New enum and static variable.
(use_rela_relocations): New static variable.
(flag_code_names): New static variable.
(cpu_arch_flags): Default to CpuUnknownFlags|CpuNo64.
(cpu_arch): Add "sledgehammer"; Add CPUAthlon to Athlon and CpuK6 to
K6 and Athlon.
(i386_align_code): Return plain "nop" for x86_64.
(mode_from_disp_size): Support Disp32S.
(smallest_imm_type): Support Imm32S and Imm64.
(offset_in_range): Support size of 8.
(set_cpu_arch): Do not clobber to Cpu64/CpuNo64.
(md_pseudo_table): Add "code64"; use set_code_flat.
(md_begin): Emit sane error message on hash failure.
(tc_i386_fix_adjustable): Support x86_64 relocations.
(md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
instructions supported on particular arch just partially,
output of 64bit immediates, handling of Imm32S and Disp32S type.
(i386_immedaite): Support x86_64 relocations; support 64bit constants.
(i386_displacement): Likewise.
(i386_index_check): Cleanup; support 64bit addresses.
(md_apply_fix3): Support x86_64 relocation and rela.
(md_longopts): Add "32" and "64".
(md_parse_option): Add OPTION_32 and OPTION_64.
(i386_target_format): Call even for ELFs; choose between
elf64-x86-64 and elf32-i386.
(i386_validate_fix): Refuse GOTOFF in 64bit mode.
(tc_gen_reloc): Support rela relocations and x86_64.
(intel_e09_1): Support QWORD.

* i386.h (i386_optab): Replace "Imm" with "EncImm".
(i386_regtab): Add flags field.

23 years ago2000-12-19 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 20 Dec 2000 00:21:57 +0000 (00:21 +0000)]
2000-12-19  Kazu Hirata  <kazu@hxi.com>

* sco5-core.c: Fix formatting.
* section.c: Likewise.
* sparclinux.c: Likewise.
* sparclynx.c: Likewise.
* sparcnetbsd.c: Likewise.
* srec.c: Likewise.
* stabs.c: Likewise.
* stab-syms.c: Likewise.
* sunos.c: Likewise.
* syms.c: Likewise.
* sysdep.h: Likewise.

23 years ago2000-12-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Tue, 19 Dec 2000 23:20:45 +0000 (23:20 +0000)]
2000-12-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

      * sh-tdep.c (sh_print_register): Don't leave regnum 0 out of the
       non-pseudo-regs group.

23 years ago* COPYING: Update to current
DJ Delorie [Tue, 19 Dec 2000 22:01:20 +0000 (22:01 +0000)]
* COPYING: Update to current
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
to 19yy as example year in copyright notice).

23 years ago2000-12-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Tue, 19 Dec 2000 15:41:07 +0000 (15:41 +0000)]
2000-12-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* sh-tdep.c (sh_gdbarch_init): Move setting of breakpoint_from_pc
to before switch statement.

23 years agoFix test for StoreDouble Instruction.
Nick Clifton [Tue, 19 Dec 2000 00:58:04 +0000 (00:58 +0000)]
Fix test for StoreDouble Instruction.

23 years ago * dis-asm.h (struct disassemble_info): New member "section".
Hans-Peter Nilsson [Mon, 18 Dec 2000 23:19:55 +0000 (23:19 +0000)]
* dis-asm.h (struct disassemble_info): New member "section".
(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member.
Initialize section member.

23 years agoDefinbe extra allowable COFF section flags for ARM_PE target/
Nick Clifton [Mon, 18 Dec 2000 20:50:41 +0000 (20:50 +0000)]
Definbe extra allowable COFF section flags for ARM_PE target/

23 years agoAdd default case to file_format switch.
Nick Clifton [Mon, 18 Dec 2000 19:03:30 +0000 (19:03 +0000)]
Add default case to file_format switch.

23 years ago2000-12-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Mon, 18 Dec 2000 04:36:35 +0000 (04:36 +0000)]
2000-12-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * sh-tdep.c (sh_gdbarch_init): Initialize do_registers_info.

        * config/sh/tm-sh.h (DO_REGISTERS_INFO): Remove macro. Use
        multiarch version instead.

23 years agoFix date of last commit.
Elena Zannoni [Mon, 18 Dec 2000 04:18:18 +0000 (04:18 +0000)]
Fix date of last commit.

23 years ago2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Mon, 18 Dec 2000 04:15:18 +0000 (04:15 +0000)]
2000-12-15  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * config/sh/tm-sh.h: Don't remove SR_REGNUM from enum.

23 years agofix formatting
DJ Delorie [Sun, 17 Dec 2000 03:09:45 +0000 (03:09 +0000)]
fix formatting

23 years ago* safe-ctype.h: Make code work on all targets and not just on
DJ Delorie [Sun, 17 Dec 2000 03:09:01 +0000 (03:09 +0000)]
* safe-ctype.h: Make code work on all targets and not just on
targets where a char is 8 bits.

23 years ago* safe-ctype.c: #include "ansidecl.h".
DJ Delorie [Sun, 17 Dec 2000 03:07:49 +0000 (03:07 +0000)]
* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise.
* strtoul.c: Include safe-ctype.h, not ctype.h.

23 years ago* i386gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
Andrew Cagney [Sun, 17 Dec 2000 00:35:58 +0000 (00:35 +0000)]
* i386gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
(gnu_store_registers): Replace assert with gdb_assert.

23 years agoRegenerate files
Nick Clifton [Sat, 16 Dec 2000 22:01:44 +0000 (22:01 +0000)]
Regenerate files

23 years ago2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Fri, 15 Dec 2000 21:44:35 +0000 (21:44 +0000)]
2000-12-15  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
  sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): SR_REGNUM is
  now part of gdbarch_tdep structure.
(sh_gdbarch_init): Initialize SR_REGNUM.

* config/sh/tm-sh.h (struct gdbarch_tdep): Add field SR_REGNUM.

23 years agowhoops, remove conflict indicators!
Elena Zannoni [Fri, 15 Dec 2000 20:56:42 +0000 (20:56 +0000)]
whoops, remove conflict indicators!

23 years ago2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Fri, 15 Dec 2000 20:54:24 +0000 (20:54 +0000)]
2000-12-15  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* sh-tdep.c (sh_do_pseudo_register): Indent properly. Call
  do_dr_register_info() only for DR registers.
(sh_sh4_register_name): Add comments with numbers.
(_initialize_sh_tdep): Move assignment to disassemble printing
  function from here...
(sh_gdbarch_init):...to here. Move some more general settings to
  before the architecture is recognized.

23 years agoMove to the start of the program headers before attempting to read them.
Nick Clifton [Fri, 15 Dec 2000 18:53:04 +0000 (18:53 +0000)]
Move to the start of the program headers before attempting to read them.

23 years agoMulti-arch REGISTER_BYTES_OK.
Andrew Cagney [Fri, 15 Dec 2000 12:33:08 +0000 (12:33 +0000)]
Multi-arch REGISTER_BYTES_OK.

23 years agovasprintf() -> xvasprintf()
Andrew Cagney [Fri, 15 Dec 2000 12:04:03 +0000 (12:04 +0000)]
vasprintf() -> xvasprintf()

23 years agoRemoved (tui and mi) directory prefixes from ChangeLog comments that I
Kevin Buettner [Fri, 15 Dec 2000 03:00:38 +0000 (03:00 +0000)]
Removed (tui and mi) directory prefixes from ChangeLog comments that I
added in last commit.

23 years agoPut mi and tui comments for free -> xfree change in proper ChangeLogs.
Kevin Buettner [Fri, 15 Dec 2000 02:56:42 +0000 (02:56 +0000)]
Put mi and tui comments for free -> xfree change in proper ChangeLogs.

23 years agoApplied solib-svr4.c changes for NetBSD from Matthew Green.
Kevin Buettner [Fri, 15 Dec 2000 02:04:59 +0000 (02:04 +0000)]
Applied solib-svr4.c changes for NetBSD from Matthew Green.

23 years agofree -> xfree changes
Kevin Buettner [Fri, 15 Dec 2000 01:57:51 +0000 (01:57 +0000)]
free -> xfree changes

23 years agoReplace free() with xfree().
Kevin Buettner [Fri, 15 Dec 2000 01:01:51 +0000 (01:01 +0000)]
Replace free() with xfree().

23 years ago2000-12-14 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 14 Dec 2000 21:38:31 +0000 (21:38 +0000)]
2000-12-14  Kazu Hirata  <kazu@hxi.com>

* peigen.c: Fix formatting.
* som.c: Likewise.
* som.h: Likewise.

23 years ago* configure.tgt (hppa*-*-bsd*, hppa*-*-osf*, m68*-*-sunos4*,
J.T. Conklin [Thu, 14 Dec 2000 20:15:45 +0000 (20:15 +0000)]
* configure.tgt (hppa*-*-bsd*, hppa*-*-osf*, m68*-*-sunos4*,
rs6000-*-lynxos*, sparc-*-sunos4*): Add gdbserver to configdirs.

23 years agoAdd myself as a "FreeBSD native & host" maintainer.
David O'Brien [Thu, 14 Dec 2000 16:50:20 +0000 (16:50 +0000)]
Add myself as a "FreeBSD native & host" maintainer.

Approved by:  Andrew Cagney <ac131313@cygnus.com>
              Message-ID: <3A383037.96AB4C62@cygnus.com>

23 years ago2000-12-14 Fernando Nasser <fnasser@totem.toronto.redhat.com>
Fernando Nasser [Thu, 14 Dec 2000 15:09:05 +0000 (15:09 +0000)]
2000-12-14  Fernando Nasser  <fnasser@totem.toronto.redhat.com>

* library/ChangeLog-1999: New file. Entries dated 1999 moved here
from library/ChangeLog.
* library/ChangeLog-1998: New file.  Similar change for 1998.
* library/ChangeLog-1997: New file.  Similar change for 1997.
* library/ChangeLog: Removed entries previous to 2000.
* generic/ChangeLog-1999: New file. Entries dated 1999 moved here
from library/ChangeLog.
* generic/ChangeLog-1998: New file.  Similar change for 1998.
* generic/ChangeLog-1997: New file.  Similar change for 1997.
* generic/ChangeLog: Removed entries previous to 2000.