deliverable/binutils-gdb.git
27 years ago * Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak.
Ian Lance Taylor [Fri, 4 Apr 1997 18:26:33 +0000 (18:26 +0000)] 
* Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak.

27 years ago * gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits.
Ian Lance Taylor [Fri, 4 Apr 1997 18:24:03 +0000 (18:24 +0000)] 
* gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits.

27 years ago * remote.c: Fix doc for `C' and `S' commands to indicate full
Stu Grossman [Fri, 4 Apr 1997 16:52:55 +0000 (16:52 +0000)] 
* remote.c:  Fix doc for `C' and `S' commands to indicate full
address.
* (remote_ops extended_remote_ops remote_desc remote_write_size):
Make static.
* (remote_fetch_registers remote_write_bytes remote_read_bytes):
Record size of response to fetch registers command, use this to
limit size of memory read and write commands.
* (push_remote_target):  New function to make it possible to have
another target switch to the remote target.
* target.h:  Add prototype for push_remote_target.
* sh-tdep.c (sh_frame_find_saved_regs):  Fix sign extension bugs
for hosts which default to unsigned chars (such as SGI's).
* (_initialize_sh_tdep):  Don't set remote_write_size.  It's now
handled automatically in remote.c.

27 years ago * ldlex.l: Recognize SQUAD.
Ian Lance Taylor [Fri, 4 Apr 1997 16:48:27 +0000 (16:48 +0000)] 
* ldlex.l: Recognize SQUAD.
* ldgram.y (length): Add SQUAD.
* ldlang.c (print_data_statement): Handle SQUAD.
(lang_size_sections, lang_do_assignments): Likewise.
* ldexp.c (exp_print_token): Add SQUAD to table.
* ldwrite.c (build_link_order): Handle SQUAD.
* ld.texinfo (Section Data Expressions): Document SQUAD.

27 years ago * elf32-mips.c (elf_mips_ctor64_howto): Set complain_on_overflow
Ian Lance Taylor [Fri, 4 Apr 1997 16:38:02 +0000 (16:38 +0000)] 
* elf32-mips.c (elf_mips_ctor64_howto): Set complain_on_overflow
to complain_overflow_signed.

27 years ago * gas/m32r/allinsn.{exp,s.d}: New testcases.
David Edelsohn [Fri, 4 Apr 1997 02:27:27 +0000 (02:27 +0000)] 
* gas/m32r/allinsn.{exp,s.d}: New testcases.

27 years agom32r "allinsn" testcases
David Edelsohn [Fri, 4 Apr 1997 02:26:33 +0000 (02:26 +0000)] 
m32r "allinsn" testcases

27 years agoKeep m32r.
David Edelsohn [Thu, 3 Apr 1997 23:25:42 +0000 (23:25 +0000)] 
Keep m32r.

27 years agoThu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Thu, 3 Apr 1997 23:24:30 +0000 (23:24 +0000)] 
Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * gdb.base/help.exp: update help msg for INFO ADDR; add help test
        for INFO SYMBOL; add help tests for OVERLAY commands.
        * gdb.base/default.exp: add tests for INFO SYMBOL command;
        add tests for OVERLAY commands
        * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
        d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
        * gdb.base/sigall.c: add usestubs code frag
        * gdb.base/watchpoint.c: turn on complex watchpoint test for M32R.

27 years agoThu Apr 3 15:10:30 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Thu, 3 Apr 1997 23:19:46 +0000 (23:19 +0000)] 
Thu Apr  3 15:10:30 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>

Except for the two m32r modules, this checkin is for
overlay support.

        * blockframe.c: blockvector_for_pc_sect(), block_for_pc_sect(),
        find_pc_sect_function(), find_pc_sect_partial_function(): new
        functions for debugging overlays; pc without section is ambiguous.
        * breakpoint.[ch]: add section pointer to breakpoint struct;
        add section argument to check_duplicates(); check section as well
        as pc in [breakpoint_here_p(), breakpoint_inserted_here_p(),
        breakpoint_thread_match(), bpstat_stop_status()];
        add section argument to describe_other_breakpoints();
        use INIT_SAL() macro to zero-out new sal structures;
        make resolve_sal_pc() fix up the sal's section as well as its pc;
        match on section + pc in clear_command() and delete_breakpoint();
        account for overlay sections in insert_breakpoints(),
        remove_breakpoint() and breakpoint_re_set_one();
        all this to support overlays where a PC is not unique.
        * exec.c: change xfer_memory() to handle overlay sections.
        * findvar.c: change read_var_value() to handle overlay sections.
        * frame.h: declaration for block_for_pc_sect() [blockframe.c].
        * infcmd.c: jump_command() warns against jumping into an overlay
        that's not in memory.  Also use INIT_SAL() to initialize sals.
        * infrun.c: wait_for_inferior() sets a flag to invalidate cached
        overlay state information; Also use INIT_SAL() to init sals.
        * m32r-rom.c: modify load routines to use LMA instead of VMA.
        * m32r-stub.c: mask exit value down to 8 bits; screen out any
        memory read/writes in the range 600000 to a00000, and ff680000
        to ff800000 (hangs because nothing is mapped there); fix strcpy().
        * maint.c: maintenance command "translate-address" supports overlays.
        * minsyms.c: lookup_minimal_symbol_by_pc_sect() supports overlays.
        * objfiles.[ch]: add ovly_mapped field to the obj_section struct;
        this constitutes gdb's internal overlay mapping table.  Add macro
        ALL_OBJSECTIONS() to loop thru the obj_structs and look at overlays.
        Add function find_pc_sect_section().
        * printcmd.c: modify print_address_symbolic() with overlay smarts;
        modify address_info() with overlay smarts; add function sym_info()
        to support the INFO SYMBOL command (translate address to symbol(s));
        modify disassemble_command() to work on unmapped overlays.
        * source.c: use INIT_SAL() to initialize sals.
        * symfile.[ch]: change generic_load() to use section's LMA address
        instead of VMA address, for overlay sections.
        Add numerous functions for finding a PC's section / overlay,
        translating between VMA and LMA address ranges, determining if an
        overlay section is mapped, etc.  Add several user commands for
        overlay debugging.  Add support for a "generic" form of automatically
        reading overlay mapping info from the inferior (based on the default
        (simple) overlay manager which Cygnus provides as an example).
        * symtab.[ch]: add functions find_pc_sect_symtab(),
        find_pc_sect_psymtab(), find_pc_sect_psymbol(), find_pc_sect_line()
        for lookup; modify lookup_symbol and decode_line_1() to use them;
        modify find_function_start_sal() to account for overlay sections;
        add macro INIT_SAL() for initializing struct symtab_and_line.
        * target.c: fix a comment in the declaration of target_ops.

27 years ago * mips-tdep.c (mips_in_call_stub, mips_in_return_stub,
Mark Alexander [Thu, 3 Apr 1997 19:43:39 +0000 (19:43 +0000)] 
* mips-tdep.c (mips_in_call_stub, mips_in_return_stub,
mips_skip_stub, mips_ignore_helper): New functions for dealing
with MIPS16 call/return thunks.
(mips_init_frame_pc_first): New function to implement
INIT_FRAME_PC_FIRST macro; includes code from old macro plus
new code to skip over MIPS16 thunks.
(mips_frame_chain): Skip over MIPS16 thunks.
* config/mips/tm-mips.h (mips_in_call_stub, mips_in_return_stub,
mips_skip_stub, mips_ignore_helper): Declare.
(IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE,
SKIP_TRAMPOLINE_CODE, IGNORE_HELPER_CALL): New macros that invoke
the above functions.
(INIT_FRAME_PC_FIRST): Change to invoke mips_init_frame_pc.
(mips_init_frame_pc): Declare.
* infrun.c (wait_for_inferior): Use new IGNORE_HELPER_CALL macro
to decide if certain library function calls should be ignored.

27 years ago * Branched binutils 2.8.
Ian Lance Taylor [Thu, 3 Apr 1997 18:23:17 +0000 (18:23 +0000)] 
* Branched binutils 2.8.

27 years ago * gprof.c (VERSION): Define as "2.8.1".
Ian Lance Taylor [Thu, 3 Apr 1997 18:21:59 +0000 (18:21 +0000)] 
* gprof.c (VERSION): Define as "2.8.1".

27 years ago * ldver.c (ld_program_version): Set to 2.8.1.
Ian Lance Taylor [Thu, 3 Apr 1997 18:20:40 +0000 (18:20 +0000)] 
* ldver.c (ld_program_version): Set to 2.8.1.

27 years ago * Makefile.in (VERSION): Set to 2.8.1.
Ian Lance Taylor [Thu, 3 Apr 1997 18:19:26 +0000 (18:19 +0000)] 
* Makefile.in (VERSION): Set to 2.8.1.

27 years ago * VERSION: Set to 2.8.1.
Ian Lance Taylor [Thu, 3 Apr 1997 18:16:38 +0000 (18:16 +0000)] 
* VERSION: Set to 2.8.1.

* Branched binutils 2.8.

27 years ago * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
Bob Manson [Thu, 3 Apr 1997 17:47:33 +0000 (17:47 +0000)] 
* lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
failures.
(gdb_stop_suppressing_tests): Note that tests have restarted.

27 years agotweak last patch
Ian Lance Taylor [Thu, 3 Apr 1997 16:27:28 +0000 (16:27 +0000)] 
tweak last patch

27 years ago * mpw-idtmips.c: Rename from mpw-emipsidt.c.
Ian Lance Taylor [Thu, 3 Apr 1997 05:50:32 +0000 (05:50 +0000)] 
* mpw-idtmips.c: Rename from mpw-emipsidt.c.
* mpw-elfmips.c: Rename from mpw-emipself.c.
* mpw-config.in: Update accordingly.

27 years ago * config/h8300.exp: New file.
Bob Manson [Thu, 3 Apr 1997 03:05:12 +0000 (03:05 +0000)] 
* config/h8300.exp: New file.

27 years ago * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,
David Edelsohn [Thu, 3 Apr 1997 03:02:48 +0000 (03:02 +0000)] 
* sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,
* sim-config.h: To here.

27 years ago * gen-support.c (gen_support_c): sim-state.h renamed to sim-main.h.
David Edelsohn [Thu, 3 Apr 1997 02:52:07 +0000 (02:52 +0000)] 
* gen-support.c (gen_support_c): sim-state.h renamed to sim-main.h.
* gen-idecode.c (gen_idecode_c): Likewise.
* igen.c (gen_semantics_c): Likewise.

27 years agoNew files.
David Edelsohn [Thu, 3 Apr 1997 02:37:44 +0000 (02:37 +0000)] 
New files.

27 years ago * Make-common.in (SIM_EXTRA_DEPS): New config var.
David Edelsohn [Thu, 3 Apr 1997 02:36:59 +0000 (02:36 +0000)] 
* Make-common.in (SIM_EXTRA_DEPS): New config var.
(sim_main_headers): Define.
(sim-*.o): Depend on $(SIM_EXTRA_DEPS).
(BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
(clean): Use it.
(sim-utils.o): Add rule for.
* sim-utils.o: New file.
* sim-basics.h: #include sim-base.h.
(zalloc): Make argument unsigned long.
* sim-base.h: New file.
* sim-inline.h (SIM_IO support): Delete.
* sim-io.h: Delete inline support.
* sim-io.c: Likewise.  sim-state.h renamed to sim-main.h.
* sim-config.c: sim-state.h renamed to sim-main.h.
* sim-core.c: Likewise.
* sim-events.c: Likewise.

27 years agoFrom Jim Wilson, fix typo in instruction name
Andrew Cagney [Thu, 3 Apr 1997 02:36:28 +0000 (02:36 +0000)] 
From Jim Wilson, fix typo in instruction name

27 years ago (autoconf-changelog): Try different way to obtain user name.
David Edelsohn [Thu, 3 Apr 1997 02:35:52 +0000 (02:35 +0000)] 
(autoconf-changelog): Try different way to obtain user name.
Forgot this one.

27 years agoAdd autoheader counterpart to autoconf-common et.al.
Andrew Cagney [Thu, 3 Apr 1997 02:22:52 +0000 (02:22 +0000)] 
Add autoheader counterpart to autoconf-common et.al.

27 years ago(sim_open): Update comment.
David Edelsohn [Wed, 2 Apr 1997 23:47:49 +0000 (23:47 +0000)] 
(sim_open): Update comment.

27 years ago * interp.c (sim_open): New arg `kind'. `name is now `argv'.
David Edelsohn [Wed, 2 Apr 1997 23:41:09 +0000 (23:41 +0000)] 
* interp.c (sim_open): New arg `kind'.  `name is now `argv'.

27 years ago * interp.c (sim_open): New arg `kind'.
David Edelsohn [Wed, 2 Apr 1997 23:39:50 +0000 (23:39 +0000)] 
* interp.c (sim_open): New arg `kind'.

27 years ago * sim_calls.c (sim_open): New arg `kind'.
David Edelsohn [Wed, 2 Apr 1997 23:38:22 +0000 (23:38 +0000)] 
* sim_calls.c (sim_open): New arg `kind'.

27 years ago * compile.c (sim_open): New arg `kind'.
David Edelsohn [Wed, 2 Apr 1997 23:33:56 +0000 (23:33 +0000)] 
* compile.c (sim_open): New arg `kind'.

27 years ago * interf.c (sim_open): New arg `kind'.
David Edelsohn [Wed, 2 Apr 1997 23:32:28 +0000 (23:32 +0000)] 
* interf.c (sim_open): New arg `kind'.

27 years ago * interp.c (sim_open): New arg `kind'.
David Edelsohn [Wed, 2 Apr 1997 23:30:24 +0000 (23:30 +0000)] 
* interp.c (sim_open): New arg `kind'.

27 years ago * wrapper.c (sim_open): New arg `kind'.
David Edelsohn [Wed, 2 Apr 1997 23:29:08 +0000 (23:29 +0000)] 
* wrapper.c (sim_open): New arg `kind'.

27 years ago * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
David Edelsohn [Wed, 2 Apr 1997 23:28:12 +0000 (23:28 +0000)] 
* run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.

27 years ago * remote-sim.c (gdbsim_open): Check return code from sim_open.
David Edelsohn [Wed, 2 Apr 1997 23:27:06 +0000 (23:27 +0000)] 
* remote-sim.c (gdbsim_open): Check return code from sim_open.
Update call to sim_open (new arg SIM_OPEN_DEBUG).
Forgot the last sentence in the previous checking.

27 years ago * remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.
David Edelsohn [Wed, 2 Apr 1997 23:24:25 +0000 (23:24 +0000)] 
* remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.
(sim_open): New argument `kind'.

27 years ago * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
David Edelsohn [Wed, 2 Apr 1997 23:17:50 +0000 (23:17 +0000)] 
* aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
(sim-debug): Allow arguments.  Define WITH_DEBUG in addition to
-DDEBUG.
* configure: Regenerated to track ../common/aclocal.m4 changes.

27 years ago * Makefile.in (autoconf-install): New target.
David Edelsohn [Wed, 2 Apr 1997 23:10:34 +0000 (23:10 +0000)] 
* Makefile.in (autoconf-install): New target.

27 years agoRevert last patch, and:
Ian Lance Taylor [Wed, 2 Apr 1997 22:47:29 +0000 (22:47 +0000)] 
Revert last patch, and:
* elflink.h (elf_link_add_object_symbols): Let a common symbol
override an uninitialized symbol from a shared library with a
smaller size.

27 years ago * remote-sim.c (gdbsim_open): Check return code from sim_open.
David Edelsohn [Wed, 2 Apr 1997 22:17:42 +0000 (22:17 +0000)] 
* remote-sim.c (gdbsim_open): Check return code from sim_open.

27 years ago * elflink.h (elf_link_add_object_symbols): When there is a size
Ian Lance Taylor [Wed, 2 Apr 1997 22:17:35 +0000 (22:17 +0000)] 
* elflink.h (elf_link_add_object_symbols): When there is a size
change, use the larger size.  From H.J. Lu <hjl@gnu.ai.mit.edu>.

27 years agoremove obsolete and unused file
Ian Lance Taylor [Wed, 2 Apr 1997 21:41:50 +0000 (21:41 +0000)] 
remove obsolete and unused file

27 years agoUndo part of 3/26 change and always create got section
Michael Meissner [Wed, 2 Apr 1997 21:22:19 +0000 (21:22 +0000)] 
Undo part of 3/26 change and always create got section

27 years ago * elf-m10200.c: Rename from elf32-mn10200.c.
Ian Lance Taylor [Wed, 2 Apr 1997 21:09:29 +0000 (21:09 +0000)] 
* elf-m10200.c: Rename from elf32-mn10200.c.
* elf-m10300.c: Rename from elf32-mn10300.c.
* cpu-m10200.c: Rename from cpu-mn10200.c
* cpu-m10300.c: Rename from cpu-mn10300.c
* Makefile.in: Update accordingly.

27 years ago * m10200-dis.c: Rename from mn10200-dis.c.
Ian Lance Taylor [Wed, 2 Apr 1997 21:07:39 +0000 (21:07 +0000)] 
* m10200-dis.c: Rename from mn10200-dis.c.
* m10200-opc.c: Rename from mn10200-opc.c.
* m10300-dis.c: Rename from mn10300-dis.c
* m10300-opc.c: Rename from mn10300-opc.c.
* Makefile.in: Update accordingly.

27 years agoremove uninteresting TODO file
Ian Lance Taylor [Wed, 2 Apr 1997 20:44:14 +0000 (20:44 +0000)] 
remove uninteresting TODO file

27 years ago * COPYING: Update FSF address.
Ian Lance Taylor [Wed, 2 Apr 1997 19:51:31 +0000 (19:51 +0000)] 
* COPYING: Update FSF address.

27 years ago * mips16-opc.c: Add mul and dmul macros.
Ian Lance Taylor [Wed, 2 Apr 1997 17:25:03 +0000 (17:25 +0000)] 
* mips16-opc.c: Add mul and dmul macros.
PR 11982.

27 years ago * config/tc-mips.c (mips16_macro): Handle M_DMUL and M_MUL.
Ian Lance Taylor [Wed, 2 Apr 1997 17:24:44 +0000 (17:24 +0000)] 
* config/tc-mips.c (mips16_macro): Handle M_DMUL and M_MUL.
PR 11982.

27 years ago * elf32-mips.c (elf_mips_ctor64_howto): New static variable.
Ian Lance Taylor [Wed, 2 Apr 1997 16:57:43 +0000 (16:57 +0000)] 
* elf32-mips.c (elf_mips_ctor64_howto): New static variable.
(elf_mips_isa): Move to earlier in file.
(mips_reloc_map): Remove BFD_RELOC_CTOR entry.
(bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR
specially.

27 years ago * ldlang.c (lang_process): Call lang_check immediately after
Ian Lance Taylor [Wed, 2 Apr 1997 16:55:59 +0000 (16:55 +0000)] 
* ldlang.c (lang_process): Call lang_check immediately after
opening the input files, rather than at the end of the link.

27 years ago * elf32-mips.c (mips16_jump_reloc): Print a warning rather than
Ian Lance Taylor [Wed, 2 Apr 1997 15:49:47 +0000 (15:49 +0000)] 
* elf32-mips.c (mips16_jump_reloc): Print a warning rather than
calling abort.
PR 11972.

27 years agoNew file common/sim-config.c sets/checks simulator configuration options.
Andrew Cagney [Wed, 2 Apr 1997 05:04:25 +0000 (05:04 +0000)] 
New file common/sim-config.c sets/checks simulator configuration options.
Update common/aclocal.m4 to better work with sim-config.[hc].

27 years agoNew target autoconf-changelog
Andrew Cagney [Wed, 2 Apr 1997 04:53:56 +0000 (04:53 +0000)] 
New target autoconf-changelog

27 years agoNew target - autoconf-changelog
Andrew Cagney [Wed, 2 Apr 1997 04:52:31 +0000 (04:52 +0000)] 
New target - autoconf-changelog

27 years ago * config/tc-mips.c (md_begin): Don't set interlocks for 4100.
Jim Wilson [Wed, 2 Apr 1997 02:33:47 +0000 (02:33 +0000)] 
* config/tc-mips.c (md_begin): Don't set interlocks for 4100.

27 years agoTue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
Ian Lance Taylor [Tue, 1 Apr 1997 21:29:27 +0000 (21:29 +0000)] 
Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>

* makefile.vms: Don't run conf-a-gas.

27 years agoTue Apr 1 16:27:45 1997 Klaus Kaempf <kkaempf@progis.de>
Ian Lance Taylor [Tue, 1 Apr 1997 21:28:15 +0000 (21:28 +0000)] 
Tue Apr  1 16:27:45 1997  Klaus Kaempf  <kkaempf@progis.de>

* makefile.vms: Update CFLAGS, add clean target.

27 years agoTue Apr 1 16:24:28 1997 Klaus Kaempf <kkaempf@progis.de>
Ian Lance Taylor [Tue, 1 Apr 1997 21:26:16 +0000 (21:26 +0000)] 
Tue Apr  1 16:24:28 1997  Klaus Kaempf  <kkaempf@progis.de>

* config-gas.com: Update to handle both vax and alpha.
* makefile.vms: Update to use config-gas.
* conf-a-gas.com: Remove file.

27 years agoTue Apr 1 16:21:44 1997 Klaus Kaempf <kkaempf@progis.de>
Ian Lance Taylor [Tue, 1 Apr 1997 21:22:54 +0000 (21:22 +0000)] 
Tue Apr  1 16:21:44 1997  Klaus Kaempf  <kkaempf@progis.de>

* configure.com: New file.
* config.h-vms: Remove file.
* makefile.vms: Update for new configure scheme.

27 years agoTue Apr 1 16:18:05 1997 Klaus Kaempf <kkaempf@progis.de>
Ian Lance Taylor [Tue, 1 Apr 1997 21:19:48 +0000 (21:19 +0000)] 
Tue Apr  1 16:18:05 1997  Klaus Kaempf  <kkaempf@progis.de>

* configure.com: New file.
* config.h-vms: Remove file.
* makefile.vms: Update for new configure scheme.

27 years ago * Makefile.in: Remove unnecessary itbl-parse.h, ibtl-parse.c, and
Ian Lance Taylor [Tue, 1 Apr 1997 21:09:44 +0000 (21:09 +0000)] 
* Makefile.in: Remove unnecessary itbl-parse.h, ibtl-parse.c, and
itbl-lex.c dependencies.  Remove rules for itbl-lex.o,
itbl-parse.o, and itbl-ops.o; just use the normal .c.o rule.

27 years agoMake # a line comment character
Michael Meissner [Tue, 1 Apr 1997 16:29:10 +0000 (16:29 +0000)] 
Make # a line comment character

27 years ago * configure.in (gdbtcl): Create soft-link for gdbtcl/ directory instead
Jason Molenda [Tue, 1 Apr 1997 06:04:02 +0000 (06:04 +0000)] 
    * configure.in (gdbtcl): Create soft-link for gdbtcl/ directory instead
        of gdbtk.tcl.

27 years agoMon Mar 31 23:53:44 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
Ian Lance Taylor [Tue, 1 Apr 1997 04:54:41 +0000 (04:54 +0000)] 
Mon Mar 31 23:53:44 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>

* config/tc-ppc.c (register_name): Declare.

27 years agoMon Mar 31 23:28:39 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
Ian Lance Taylor [Tue, 1 Apr 1997 04:30:38 +0000 (04:30 +0000)] 
Mon Mar 31 23:28:39 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>

* coffcode.h (coff_mkobject_hook): Declare if not a macro.

27 years agoremove m32r sanitization
Ian Lance Taylor [Tue, 1 Apr 1997 04:12:20 +0000 (04:12 +0000)] 
remove m32r sanitization

27 years agoMon Mar 31 16:35:51 1997 Joel Sherrill <joel@oarcorp.com>
Ian Lance Taylor [Mon, 31 Mar 1997 21:39:24 +0000 (21:39 +0000)] 
Mon Mar 31 16:35:51 1997  Joel Sherrill  <joel@oarcorp.com>

        * configure.tgt (hppa*-*-rtems*): New target, like hppa-*-*elf*.

27 years agox
Ian Lance Taylor [Mon, 31 Mar 1997 21:35:19 +0000 (21:35 +0000)] 
x

27 years agoMon Mar 31 16:31:04 1997 Joel Sherrill <joel@oarcorp.com>
Ian Lance Taylor [Mon, 31 Mar 1997 21:34:52 +0000 (21:34 +0000)] 
Mon Mar 31 16:31:04 1997  Joel Sherrill  <joel@oarcorp.com>

        * configure.in (hppa*-*-rtems*): New target, like hppa-*-*elf*.
* configure: Rebuild.

27 years agoMon Mar 31 16:29:50 1997 Joel Sherrill <joel@oarcorp.com>
Ian Lance Taylor [Mon, 31 Mar 1997 21:30:49 +0000 (21:30 +0000)] 
Mon Mar 31 16:29:50 1997  Joel Sherrill  <joel@oarcorp.com>

        * bfd/config.bfd (hppa*-*-rtems*): New target, like hppa-*-*elf*.

27 years agoMon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
Ian Lance Taylor [Mon, 31 Mar 1997 21:29:17 +0000 (21:29 +0000)] 
Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>

        * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.

27 years ago * coff-a29k.c (coff_a29k_relocate_section): Don't use symndx as a
Ian Lance Taylor [Mon, 31 Mar 1997 21:12:54 +0000 (21:12 +0000)] 
* coff-a29k.c (coff_a29k_relocate_section): Don't use symndx as a
symbol index for a R_IHCONST reloc.

27 years agoMon Mar 31 15:40:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
Ian Lance Taylor [Mon, 31 Mar 1997 20:41:59 +0000 (20:41 +0000)] 
Mon Mar 31 15:40:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>

* targmatch.sed: Do not use \(\) recursively.

27 years ago * gdbinit.in: New file.
Ian Lance Taylor [Mon, 31 Mar 1997 19:57:51 +0000 (19:57 +0000)] 
* gdbinit.in: New file.
* .gdbinit: Remove.
* configure.in: Generate .gdbinit from gdbinit.in.
* configure: Rebuild.

27 years ago * config/tc-mips.c (mips_pseudo_table): Add "stabn".
Ian Lance Taylor [Mon, 31 Mar 1997 19:45:23 +0000 (19:45 +0000)] 
* config/tc-mips.c (mips_pseudo_table): Add "stabn".
(mips16_mark_labels): New static function.
(append_insn): Call mips16_mark_labels.
(mips_emit_delays): Likewise.
(s_insn): Likewise.  Don't call mips_clear_insn_labels.
(s_mips_stab): New static function.

27 years ago * configure.in: Use ELF for mips-*-gnu*.
Ian Lance Taylor [Mon, 31 Mar 1997 19:16:11 +0000 (19:16 +0000)] 
* configure.in: Use ELF for mips-*-gnu*.
* configure: Rebuild.

27 years agoMon Mar 31 14:01:40 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
Ian Lance Taylor [Mon, 31 Mar 1997 19:11:03 +0000 (19:11 +0000)] 
Mon Mar 31 14:01:40 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>

* config/tc-m68k.h (TARGET_FORMAT): Set to "coff-m68k-sysv" if
TE_DELTA.

27 years ago * configure.in: Remove noconfigdirs case since gdb also
Fred Fish [Sun, 30 Mar 1997 19:46:29 +0000 (19:46 +0000)] 
* configure.in: Remove noconfigdirs case since gdb also
configures and builds for tic80-coff.

27 years ago * config/tic80/tic80.mt: Disable using the simulator
Fred Fish [Sun, 30 Mar 1997 19:35:55 +0000 (19:35 +0000)] 
* config/tic80/tic80.mt: Disable using the simulator
until it is ready.

27 years ago * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
Bob Manson [Sat, 29 Mar 1997 22:08:56 +0000 (22:08 +0000)] 
* gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.

27 years ago * COPYING: Install new version of file from FSF.
Fred Fish [Sat, 29 Mar 1997 21:03:31 +0000 (21:03 +0000)] 
* COPYING: Install new version of file from FSF.
* copying.c (show_copying_command): Update FSF address.

27 years ago * gdb.base/scope.exp: It's now init0(), not init().
Bob Manson [Sat, 29 Mar 1997 21:00:14 +0000 (21:00 +0000)] 
* gdb.base/scope.exp: It's now init0(), not init().

* gdb.base/scope0.c: For now, change init() to be init0().

27 years ago * config/monitor.exp: Use gdb_serial in preference to serial
Bob Manson [Sat, 29 Mar 1997 19:24:07 +0000 (19:24 +0000)] 
* config/monitor.exp: Use gdb_serial in preference to serial
or netport.

* lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
  and it's not already set.

* gdb.base/setshow.exp: Only test the run command if the target
  isn't using a stub and if it supports argument passing.

27 years ago * Makefile.in (distclean): Remove .gdbinit.
Ian Lance Taylor [Fri, 28 Mar 1997 23:34:28 +0000 (23:34 +0000)] 
* Makefile.in (distclean): Remove .gdbinit.

27 years ago * configure: Set cache_file to config.cache.
Ian Lance Taylor [Fri, 28 Mar 1997 23:30:32 +0000 (23:30 +0000)] 
* configure: Set cache_file to config.cache.
* Makefile.in (local-distclean): Remove config.cache.

27 years agoFri Mar 28 17:57:53 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
Ian Lance Taylor [Fri, 28 Mar 1997 23:17:08 +0000 (23:17 +0000)] 
Fri Mar 28 17:57:53 1997  Alan Modra  <alan@spri.levels.unisa.edu.au>

* Makefile.in ($(OBJDUMP_PROG)): Don't link against BFDLIB twice.
* configure.in: Add AC_ARG_ENABLE for commonbfdlib.  If it is set,
set OPCODES to empty.
* configure: Rebuild.

27 years agoFri Mar 28 18:03:19 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
Ian Lance Taylor [Fri, 28 Mar 1997 23:16:18 +0000 (23:16 +0000)] 
Fri Mar 28 18:03:19 1997  Alan Modra  <alan@spri.levels.unisa.edu.au>

* configure.in: Add AC_ARG_ENABLE for commonbfdlib.  If it is set,
set OPCODES_LIB to empty.
* configure: Rebuild.

27 years ago * config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.
Fred Fish [Fri, 28 Mar 1997 22:47:22 +0000 (22:47 +0000)] 
* config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.

27 years agoFix faulty assumption that va_list is a pointer type
Michael Meissner [Fri, 28 Mar 1997 20:48:12 +0000 (20:48 +0000)] 
Fix faulty assumption that va_list is a pointer type

27 years agoFri Mar 28 15:44:41 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
Ian Lance Taylor [Fri, 28 Mar 1997 20:45:38 +0000 (20:45 +0000)] 
Fri Mar 28 15:44:41 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>

* libiberty.h (basename): Add prototype for glibc and linux.

27 years agoFri Mar 28 15:29:23 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
Ian Lance Taylor [Fri, 28 Mar 1997 20:33:54 +0000 (20:33 +0000)] 
Fri Mar 28 15:29:23 1997  H.J. Lu <hjl@gnu.ai.mit.edu>

Contributed by David S. Miller <davem@caip.rutgers.edu>:
* configure.tgt (sparc*-*-linuxaout*): New target.
(sparc*-*-linux*): New target.
* emulparams/sparclinux.sh: New file.
* Makefile.in (ALL_EMULATIONS): Add esparclinux.o.
(esparclinux.c): New target.

27 years agoFri Mar 28 15:25:24 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
Ian Lance Taylor [Fri, 28 Mar 1997 20:26:26 +0000 (20:26 +0000)] 
Fri Mar 28 15:25:24 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>

* configure.in (sparc-*-linux*aout*, sparc-*-linux*): New
targets.
* configure: Rebuild.

27 years ago From David S. Miller <davem@caip.rutgers.edu> and H.J. Lu
Ian Lance Taylor [Fri, 28 Mar 1997 20:24:08 +0000 (20:24 +0000)] 
From David S. Miller <davem@caip.rutgers.edu> and H.J. Lu
<hjl@gnu.ai.mit.edu>:
* sparclinux.c: New file.
* config.bfd (sparc-*-linuxaout*, sparc-*-linux*): New targets.
* configure.in (sparclinux_vec): Add to list of vectors.
* configure: Rebuild.
* targets.c (sparclinux_vec): Declare.
(bfd_target_vector): Add sparclinux_vec.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add sparclinux.o.
(BFD32_BACKENDS_CFILES): Add sparclinux.c.

27 years agoFri Mar 28 14:44:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
Ian Lance Taylor [Fri, 28 Mar 1997 19:47:20 +0000 (19:47 +0000)] 
Fri Mar 28 14:44:08 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>

* m68klinux.c (MACHTYPE_OK): Define.
* i386linux.c (MACHTYPE_OK): Define.

27 years ago * itbl-parse.y (yyerror): Make static. Declare.
Ian Lance Taylor [Fri, 28 Mar 1997 19:40:00 +0000 (19:40 +0000)] 
* itbl-parse.y (yyerror): Make static.  Declare.

27 years ago From Ralf Baechle <ralf@gnu.ai.mit.edu>:
Ian Lance Taylor [Fri, 28 Mar 1997 19:34:34 +0000 (19:34 +0000)] 
From Ralf Baechle <ralf@gnu.ai.mit.edu>:
* configure.tgt: Set targ_extra_emuls for mips*el-*-linux* and
mips*-*-linux*.  Use elf32bmip and elf32lmip, not elf32ebmip and
elf32elmip.

27 years agofix comment
Ian Lance Taylor [Fri, 28 Mar 1997 19:27:51 +0000 (19:27 +0000)] 
fix comment

This page took 0.04906 seconds and 4 git commands to generate.