deliverable/binutils-gdb.git
26 years ago * configure.in: Double up brackets in shell case pattern.
Mark Alexander [Fri, 2 Jan 1998 18:53:05 +0000 (18:53 +0000)] 
* configure.in: Double up brackets in shell case pattern.

26 years agoImplement MEMORY attributes for unknown sections
Michael Meissner [Fri, 2 Jan 1998 17:27:05 +0000 (17:27 +0000)] 
Implement MEMORY attributes for unknown sections

26 years agoFri Jan 2 17:15:52 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
Michael Snyder [Fri, 2 Jan 1998 17:16:40 +0000 (17:16 +0000)] 
Fri Jan  2 17:15:52 1998  Michael Snyder  (msnyder@cleaver.cygnus.com)
* Oops -- move gdbtk references into the appropriate ChangeLogs

26 years agoFri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
Michael Snyder [Fri, 2 Jan 1998 17:09:12 +0000 (17:09 +0000)] 
Fri Jan  2 17:06:05 1998  Michael Snyder  (msnyder@cleaver.cygnus.com)
        * tracepoint.c (finish_tfind_command): improved algorithm for
        deciding when we've "stepped" into a new stack frame.
        (map_args_over_tracepoints): loop over tracepoint list "safely",
        since list elements may be deleted during loop.
        (read_actions): add actions to history list.

26 years agoFri Jan 2 16:56:16 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
Michael Snyder [Fri, 2 Jan 1998 17:01:29 +0000 (17:01 +0000)] 
Fri Jan  2 16:56:16 1998  Michael Snyder  (msnyder@cleaver.cygnus.com)
[From Keith Seitz  (kseitz@cygnus.com)]
        * actiondlg.tcl (change): handle '$' in register names.
        gdbtk.c (gdb_actions_command): extract and save step count
        from "while-stepping" command

26 years agoMoved all gdbtk change entries into new file ChangeLog-gdbtk
Stan Shebs [Fri, 2 Jan 1998 16:22:03 +0000 (16:22 +0000)] 
Moved all gdbtk change entries into new file ChangeLog-gdbtk

26 years agoalways keep ChangeLog-97
Stan Shebs [Fri, 2 Jan 1998 13:11:41 +0000 (13:11 +0000)] 
always keep ChangeLog-97

26 years agoSplit the ChangeLog by year
Stan Shebs [Fri, 2 Jan 1998 13:10:44 +0000 (13:10 +0000)] 
Split the ChangeLog by year

26 years ago * config/tc-i386.c (i386_operand): Give an error if there are
Ian Lance Taylor [Fri, 2 Jan 1998 13:09:57 +0000 (13:09 +0000)] 
* config/tc-i386.c (i386_operand): Give an error if there are
unrecognized characters after an expression.

26 years agoLink in .eh_section into data section
Michael Meissner [Thu, 1 Jan 1998 20:00:36 +0000 (20:00 +0000)] 
Link in .eh_section into data section

26 years ago * scripttempl/h8300h.sc: Fix typo.
Jeff Law [Thu, 1 Jan 1998 17:06:02 +0000 (17:06 +0000)] 
    * scripttempl/h8300h.sc: Fix typo.
        * scripttempl/h8300s.sc: Likewise.

26 years agoAdd dve3900-rom.c.
Mark Alexander [Wed, 31 Dec 1997 14:57:37 +0000 (14:57 +0000)] 
Add dve3900-rom.c.

26 years ago * dsrec.c (load_srec): Check remotedebug flag when printing
Mark Alexander [Wed, 31 Dec 1997 11:47:19 +0000 (11:47 +0000)] 
* dsrec.c (load_srec): Check remotedebug flag when printing
debug info.

26 years ago * config/tc-mn10200.c (md_relax_table): Correct branch ranges.
Jeff Law [Wed, 31 Dec 1997 11:28:40 +0000 (11:28 +0000)] 
    * config/tc-mn10200.c (md_relax_table): Correct branch ranges.
Fix bugs exposed in egcs compiler.

26 years agoadd _siglongjmp to list of longjmp breakpoints.
David Taylor [Wed, 31 Dec 1997 07:36:28 +0000 (07:36 +0000)] 
add _siglongjmp to list of longjmp breakpoints.

26 years ago * elf32-sparc.c (elf32_sparc_check_relocs): If -Bsymbolic, don't
Ian Lance Taylor [Tue, 30 Dec 1997 09:48:42 +0000 (09:48 +0000)] 
* elf32-sparc.c (elf32_sparc_check_relocs): If -Bsymbolic, don't
allocate space for a PC relative reloc against a symbol which is
defined in a regular file.
(elf32_sparc_relocate_section): If -Bsymbolic, don't copy a PC
relative reloc against a symbol which is defined in a regular
file.

26 years ago * dve3900-rom.c: New file to support Densan DVE-R3900/20 board.
Mark Alexander [Mon, 29 Dec 1997 21:50:10 +0000 (21:50 +0000)] 
* dve3900-rom.c: New file to support Densan DVE-R3900/20 board.
* monitor.c (monitor_debug): Move to utils.c, rename to puts_debug.
(monitor_write_memory, monitor_read_memory, monitor_insert_breakpoint,
monitor_remove_breakpoint): Remove useless address bits if current
monitor has MO_ADDR_BITS_REMOVE flag.
* monitor.h (MO_ADDR_BITS_REMOVE): Define.
* utils.c (puts_debug): Formerly monitor_debug from monitor.c;
move here and make public.  Add better support for carriage returns.
* defs.h (puts_debug): Declare.
* dsrec.c (load_srec): Use puts_debug to print remotedebug information.
Output header record correctly.
(make_srec): Output a header record instead of a termination record
if sect is non-NULL (value is ignored), but abfd is NULL.
* config/mips/tm-tx39.h (DEFAULT_MIPS_TYPE): Remove definition.
(REGISTER_NAMES): Define to add R3900-specific registers.
* config/mips/tm-tx39l.h: Ditto.
* config/mips/tx39.mt (TDEPFILES): Add dve3900-rom.o and support files.
* config/mips/tx39l.mt: Ditto.

26 years ago * interp.c (sim_engine_run): msvc cpp barfs on #if (a==b!=c).
Felix Lee [Mon, 29 Dec 1997 16:03:23 +0000 (16:03 +0000)] 
* interp.c (sim_engine_run): msvc cpp barfs on #if (a==b!=c).

26 years ago From Jonathan Stone <jonathan@DSG.Stanford.EDU>:
Ian Lance Taylor [Mon, 29 Dec 1997 15:04:55 +0000 (15:04 +0000)] 
From Jonathan Stone <jonathan@DSG.Stanford.EDU>:
* config.bfd (mips-dec-netbsd*): Add ECOFF vectors to
targ_selvecs.
(mips*el-*-netbsd*): Like mips-dec-netbsd*.
(mips*-*-netbsd*): New target.

26 years ago * elflink.h (elf_link_assign_sym_version): Change error message
Ian Lance Taylor [Mon, 29 Dec 1997 14:16:59 +0000 (14:16 +0000)] 
* elflink.h (elf_link_assign_sym_version): Change error message
from "undefined version name" to "undefined versioned symbol
name".

26 years ago From Matthew Bellantoni <matthew@chrysalis.com>:
Ian Lance Taylor [Mon, 29 Dec 1997 14:00:59 +0000 (14:00 +0000)] 
From Matthew Bellantoni <matthew@chrysalis.com>:
* ar.c (get_pos_bfd): Add default_posname parameter.  Change all
callers.
(replace_members): Default to replacing in the same position.

26 years agoFixed typo from my previous delta.
Nick Clifton [Mon, 29 Dec 1997 11:45:12 +0000 (11:45 +0000)] 
Fixed typo from my previous delta.

26 years ago * core.c (core_sym_class): Treat weak symbols as text symbols.
Ian Lance Taylor [Mon, 29 Dec 1997 11:20:37 +0000 (11:20 +0000)] 
* core.c (core_sym_class): Treat weak symbols as text symbols.
From Dean Gaudet <dgaudet@arctic.org>.

26 years agofix sky sanitization
Ian Lance Taylor [Mon, 29 Dec 1997 08:38:52 +0000 (08:38 +0000)] 
fix sky sanitization

26 years ago * configure.in (host_makefile_frag, target_makefile_frag):
Jeff Law [Sun, 28 Dec 1997 11:19:58 +0000 (11:19 +0000)] 
    * configure.in (host_makefile_frag, target_makefile_frag):
        Handle multiple config files.
        (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
        alpha-*-*.

26 years ago * Makefile.in (INSTALL_TARGET): Do install-gcc first.
Jeff Law [Sun, 28 Dec 1997 10:27:09 +0000 (10:27 +0000)] 
    * Makefile.in (INSTALL_TARGET): Do install-gcc first.
        * configure (gxx_include_dir): Provide a definition for subdirs
        which do not use autoconf.

26 years ago * config.guess: Sync with egcs. Picks up new alpha support,
Jeff Law [Wed, 24 Dec 1997 21:43:05 +0000 (21:43 +0000)] 
    * config.guess: Sync with egcs.  Picks up new alpha support,
        BeOS & some additional linux support.

26 years ago * dsrec.c: Cosmetic improvements.
Stan Shebs [Wed, 24 Dec 1997 12:51:55 +0000 (12:51 +0000)] 
* dsrec.c: Cosmetic improvements.
(make-srec): Change indexing of format and code tables to
remove confusing empty entries.

26 years agorebuild
Ian Lance Taylor [Wed, 24 Dec 1997 07:58:26 +0000 (07:58 +0000)] 
rebuild

26 years ago * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.
Ian Lance Taylor [Tue, 23 Dec 1997 14:14:03 +0000 (14:14 +0000)] 
* libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.
* libbfd.h: Rebuild.

26 years ago * peicode.h (coff_swap_scnhdr_out): Set .reloc section to be
Ian Lance Taylor [Tue, 23 Dec 1997 14:02:39 +0000 (14:02 +0000)] 
* peicode.h (coff_swap_scnhdr_out): Set .reloc section to be
shared.  Set stab* sections to be shared and read.  Set .rsrc
section to be read and shared.

26 years ago * config.guess: HP 9000/803 is a PA1.1 machine.
Jeff Law [Tue, 23 Dec 1997 11:42:49 +0000 (11:42 +0000)] 
    * config.guess: HP 9000/803 is a PA1.1 machine.

26 years agofix sanitization
Ian Lance Taylor [Tue, 23 Dec 1997 08:31:18 +0000 (08:31 +0000)] 
fix sanitization

26 years ago * remote-mips.c (_initialize_remote_mips): Fix DDB doc string.
Mark Alexander [Mon, 22 Dec 1997 21:55:09 +0000 (21:55 +0000)] 
* remote-mips.c (_initialize_remote_mips): Fix DDB doc string.

26 years ago(txvu-*-elf*): Don't build target-libiberty.
Doug Evans [Mon, 22 Dec 1997 18:38:27 +0000 (18:38 +0000)] 
(txvu-*-elf*): Don't build target-libiberty.

26 years ago * configure.in: Add txvu support.
Doug Evans [Mon, 22 Dec 1997 18:03:58 +0000 (18:03 +0000)] 
* configure.in: Add txvu support.
* configure: Regenerate.
* config/tc-txvu.[ch]: New files.

26 years ago* tc-txvu.[ch]: New files.
Doug Evans [Mon, 22 Dec 1997 17:55:19 +0000 (17:55 +0000)] 
* tc-txvu.[ch]: New files.

26 years ago * dis-asm.h (print_insn_txvu): Declare.
Doug Evans [Mon, 22 Dec 1997 17:24:00 +0000 (17:24 +0000)] 
* dis-asm.h (print_insn_txvu): Declare.

26 years ago * configure.in: Add txvu support.
Doug Evans [Mon, 22 Dec 1997 17:22:11 +0000 (17:22 +0000)] 
* configure.in: Add txvu support.
* configure: Regenerate.
* disassemble.c: Add txvu support.

26 years ago * Makefile.am (etxvuelf.c): Add rule for.
Doug Evans [Mon, 22 Dec 1997 17:04:20 +0000 (17:04 +0000)] 
* Makefile.am (etxvuelf.c): Add rule for.
* Makefile.in: Regenerate.
* configure: Regenerate.
* configure.tgt (txvu-*-*): Recognize.
* emulparams/txvuelf.sh: New file.

26 years agotxvuelf.sh: New file.
Doug Evans [Mon, 22 Dec 1997 16:54:34 +0000 (16:54 +0000)] 
txvuelf.sh: New file.

26 years ago * Makefile.am (ALL_MACHINES,BFD32_BACKENDS): Add txvu support.
Doug Evans [Mon, 22 Dec 1997 16:47:21 +0000 (16:47 +0000)] 
* Makefile.am (ALL_MACHINES,BFD32_BACKENDS): Add txvu support.
(cpu-txvu.lo,elf32-txvu.lo): Add rules for.
* Makefile.in: Rebuild.
* config.bfd, configure.in: Add txvu support.
* configure: Regenerate.
* archures.c, elf.c, targets.c: Add txvu support.
* bfd-in2.h: Regenerate.
* cpu-txvu.c, elf32-txvu.c: New files.

26 years ago * common.h (EM_CYGNUS_TXVU): New macro.
Doug Evans [Mon, 22 Dec 1997 14:48:08 +0000 (14:48 +0000)] 
* common.h (EM_CYGNUS_TXVU): New macro.

26 years ago * configure.in: Add txvu-elf support.
Doug Evans [Mon, 22 Dec 1997 14:09:49 +0000 (14:09 +0000)] 
* configure.in: Add txvu-elf support.
* config.sub: Recognize txvu cpu.

26 years ago * txvu.h: New file.
Doug Evans [Mon, 22 Dec 1997 13:57:57 +0000 (13:57 +0000)] 
* txvu.h: New file.

26 years agorebuild with devo tools
Ian Lance Taylor [Mon, 22 Dec 1997 11:17:01 +0000 (11:17 +0000)] 
rebuild with devo tools

26 years agotipo
Ian Lance Taylor [Mon, 22 Dec 1997 11:09:36 +0000 (11:09 +0000)] 
tipo

26 years ago * Makefile.am: Rebuild dependencies.
Ian Lance Taylor [Mon, 22 Dec 1997 10:51:42 +0000 (10:51 +0000)] 
* Makefile.am: Rebuild dependencies.
  (ALL_MACHINES_CFILES): Add dwarf2.lo.
(ALL_MACHINES_CFILES): Add dwarf2.c.
* Makefile.in: Rebuild.

26 years ago * coff-arm.c: Don't include obstack.h.
Ian Lance Taylor [Mon, 22 Dec 1997 10:50:06 +0000 (10:50 +0000)] 
* coff-arm.c: Don't include obstack.h.

26 years ago * config.sub (mips64vr5xxx-elf): Handle. Treat as mips64vr5000-elf.
Jeff Law [Mon, 22 Dec 1997 10:27:25 +0000 (10:27 +0000)] 
    * config.sub (mips64vr5xxx-elf): Handle.  Treat as mips64vr5000-elf.

26 years agorebuild with devo tools
Ian Lance Taylor [Mon, 22 Dec 1997 10:26:53 +0000 (10:26 +0000)] 
rebuild with devo tools

26 years agorebuild with devo autoconf
Ian Lance Taylor [Mon, 22 Dec 1997 10:24:37 +0000 (10:24 +0000)] 
rebuild with devo autoconf

26 years agorebuild
Ian Lance Taylor [Mon, 22 Dec 1997 10:23:57 +0000 (10:23 +0000)] 
rebuild

26 years ago * configure.in (i386*-go32-rtems*): Fix to be the same as
Ian Lance Taylor [Mon, 22 Dec 1997 10:08:43 +0000 (10:08 +0000)] 
    * configure.in (i386*-go32-rtems*): Fix to be the same as
i[3456]86-go32.
* configure: Rebuild.

26 years agoMon Dec 22 13:04:33 1997 Joel Sherrill <joel@oarcorp.com>
Ian Lance Taylor [Mon, 22 Dec 1997 10:05:34 +0000 (10:05 +0000)] 
Mon Dec 22 13:04:33 1997  Joel Sherrill  <joel@oarcorp.com>
        * config.bfd (i[3456]86*-go32-rtems*): Fix to be the same as
i[3456]86-go32.

26 years ago * config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,
Ian Lance Taylor [Mon, 22 Dec 1997 09:56:49 +0000 (09:56 +0000)] 
* config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,
M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB, or M_S_DOB.
(mips_ip): Always check for FP_D, not just for instructions that
are not part of the regular ISA.

26 years ago * gas/mips/r5900.d: Update for current disassembler.
Ian Lance Taylor [Mon, 22 Dec 1997 09:47:57 +0000 (09:47 +0000)] 
* gas/mips/r5900.d: Update for current disassembler.

26 years ago * mips-opc.c: Add FP_D to s.d instruction flags.
Ian Lance Taylor [Mon, 22 Dec 1997 09:37:47 +0000 (09:37 +0000)] 
* mips-opc.c: Add FP_D to s.d instruction flags.

26 years ago * rclex.l: Don't permit a comma in a STRING.
Ian Lance Taylor [Mon, 22 Dec 1997 08:29:28 +0000 (08:29 +0000)] 
* rclex.l: Don't permit a comma in a STRING.
* rcparse.y (acc_entry): Warn if an inappropriate modifier is used
with a non VIRTKEY.
(acc_event): For a control character, set VIRTKEY, and force the
character to uppercase.
(acc_options): Don't require a comma separator.

26 years agodon't mention sanitization in ChangeLog
Ian Lance Taylor [Mon, 22 Dec 1997 08:23:06 +0000 (08:23 +0000)] 
don't mention sanitization in ChangeLog

26 years agoGot backtrace working when calling from framefull routines into frameless
David Taylor [Sun, 21 Dec 1997 14:07:46 +0000 (14:07 +0000)] 
Got backtrace working when calling from framefull routines into frameless
routines.

26 years agomove sanitization check from Things-to-lose to Do-last
Ian Lance Taylor [Sun, 21 Dec 1997 09:54:55 +0000 (09:54 +0000)] 
move sanitization check from Things-to-lose to Do-last

26 years agoimproved end-of-stack handling.
David Taylor [Fri, 19 Dec 1997 06:55:44 +0000 (06:55 +0000)] 
improved end-of-stack handling.

26 years ago* config/tc-d10v.c (build_insn): Make `number' a long for 64-bit hosts.
Richard Henderson [Thu, 18 Dec 1997 16:50:49 +0000 (16:50 +0000)] 
* config/tc-d10v.c (build_insn): Make `number' a long for 64-bit hosts.

26 years ago* config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX.
Richard Henderson [Thu, 18 Dec 1997 16:44:04 +0000 (16:44 +0000)] 
* config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX.

26 years agoFiles for testing m32rx instruction set.
Nick Clifton [Thu, 18 Dec 1997 16:04:14 +0000 (16:04 +0000)] 
Files for testing m32rx instruction set.

26 years ago * mkdep: New file, currently sanitized out.
Doug Evans [Thu, 18 Dec 1997 13:14:41 +0000 (13:14 +0000)] 
* mkdep: New file, currently sanitized out.

26 years agoUpdated tests to match changes in disassembler
Nick Clifton [Thu, 18 Dec 1997 11:12:50 +0000 (11:12 +0000)] 
Updated tests to match changes in disassembler

26 years agofix d30v sanitization
Ian Lance Taylor [Thu, 18 Dec 1997 08:52:31 +0000 (08:52 +0000)] 
fix d30v sanitization

26 years ago * expr.c (integer_constant 32bit bignum): Mask off bits outside
Jeff Law [Wed, 17 Dec 1997 20:19:26 +0000 (20:19 +0000)] 
    * expr.c (integer_constant 32bit bignum): Mask off bits outside
        the range we care about.

26 years agoStart d30v documentation
Michael Meissner [Wed, 17 Dec 1997 19:48:33 +0000 (19:48 +0000)] 
Start d30v documentation

26 years agoFrom gavink, for shorter-than-int integer values, on big endian host
Andrew Cagney [Wed, 17 Dec 1997 19:45:57 +0000 (19:45 +0000)] 
From gavink, for shorter-than-int integer values, on big endian host
store in correct location.

26 years agokeep lb-xgot-ilocks.d
Ken Raeburn [Wed, 17 Dec 1997 18:59:36 +0000 (18:59 +0000)] 
keep lb-xgot-ilocks.d

26 years agoo Fix code deleting psymtab entry from objfile's list.
Andrew Cagney [Wed, 17 Dec 1997 16:50:18 +0000 (16:50 +0000)] 
o Fix code deleting psymtab entry from objfile's list.
Only worked if the first element in the list was
being deleted.
o When MAINLINE (reading main objectfile and need to
clear out old data), change elfread.c so that the
psymbol table is emptied once (in elf_symfile_read)
instead of multiple times in each *_read_psymtab
function.
o For elf_symfile_read, load dwarf2 symbols last
(so that they are searched for first).
o In mdebug_psymtab_read, delete check to see if
symbols for current source file already loaded.
Test doesn't work for .h files.  Above change
works better

26 years agoFixed segmentation violation detected by LD testsuite.
Nick Clifton [Wed, 17 Dec 1997 12:51:37 +0000 (12:51 +0000)] 
Fixed segmentation violation detected by LD testsuite.

26 years agoMake sure NOPS are inserted between 32-bit multiply and load or 16-bit multiply;...
Michael Meissner [Wed, 17 Dec 1997 12:43:15 +0000 (12:43 +0000)] 
Make sure NOPS are inserted between 32-bit multiply and load or 16-bit multiply; Compile cleanly with -Wall; Add -n/-N options

26 years agoWed Dec 17 10:47:05 1997 Michael Snyder (msnyder@cleaver.cygnus.com)
Michael Snyder [Wed, 17 Dec 1997 10:49:19 +0000 (10:49 +0000)] 
Wed Dec 17 10:47:05 1997  Michael Snyder  (msnyder@cleaver.cygnus.com)
        * tracepoint.c (set_raw_tracepoint): initialize addr_string
        to NULL; (trace_actions_command): call readline_begin_hook only
        if from_tty is true.

26 years agoadd sanitize markers
David Taylor [Wed, 17 Dec 1997 10:39:58 +0000 (10:39 +0000)] 
add sanitize markers

26 years agoFail if there is not enough room for program headers.
Nick Clifton [Wed, 17 Dec 1997 09:47:59 +0000 (09:47 +0000)] 
Fail if there is not enough room for program headers.

26 years ago * lexsup.c (parse_args): Keep track of where we are in the option
Ian Lance Taylor [Wed, 17 Dec 1997 09:16:05 +0000 (09:16 +0000)] 
* lexsup.c (parse_args): Keep track of where we are in the option
parsing before calling ldemul_parse_args, so that we don't call it
multiple times on the same argument and confuse the getopt
internals.

26 years ago * configure: Only put libide in GDB_TK if --enable-ide.
Ian Lance Taylor [Wed, 17 Dec 1997 08:30:00 +0000 (08:30 +0000)] 
* configure: Only put libide in GDB_TK if --enable-ide.

26 years agoAllow d30v to build libide once again
Michael Meissner [Wed, 17 Dec 1997 08:23:18 +0000 (08:23 +0000)] 
Allow d30v to build libide once again

26 years agoadd dwarf2.c
Gavin Romig-Koch [Wed, 17 Dec 1997 08:17:03 +0000 (08:17 +0000)] 
add dwarf2.c

26 years ago * configure.tgt: Change little-endian tx39 target name to tx39l.
Mark Alexander [Tue, 16 Dec 1997 20:10:36 +0000 (20:10 +0000)] 
* configure.tgt: Change little-endian tx39 target name to tx39l.
start-sanitize-tx19
* configure.tgt: Change little-endian tx19 target name to tx19l.
end-sanitize-tx19

26 years agoSanitize recent tic80 change.
Mark Alexander [Tue, 16 Dec 1997 20:04:57 +0000 (20:04 +0000)] 
Sanitize recent tic80 change.

26 years ago * config/tc-tic80.c (tic80_relax): New static variable.
Fred Fish [Tue, 16 Dec 1997 20:03:53 +0000 (20:03 +0000)] 
* config/tc-tic80.c (tic80_relax): New static variable.
(md_longopts): Add new OPTION_RELAX and OPTION_NO_RELAX options.
(md_parse_option): Handle new relax options.
(md_show_usage): Document new relax options.
(find_opcode): Don't use short forms of PC relative branches if
tic80_relax is set.
PR 12927

26 years ago * tic80-opc.c (tic80_opcodes): Revert change that put the 32 bit
Fred Fish [Tue, 16 Dec 1997 20:01:50 +0000 (20:01 +0000)] 
* tic80-opc.c (tic80_opcodes): Revert change that put the 32 bit
PC relative offset forms before the 15 bit forms.  An assembler command
line option now chooses the default.
PR 12927

26 years agomips tweaks from vr5400 branch -- deal with cpus w/interlocks a little better
Ken Raeburn [Tue, 16 Dec 1997 19:42:01 +0000 (19:42 +0000)] 
mips tweaks from vr5400 branch -- deal with cpus w/interlocks a little better

26 years ago * Makefile.in (LIBGUI): New variable.
Ian Lance Taylor [Tue, 16 Dec 1997 18:20:54 +0000 (18:20 +0000)] 
* Makefile.in (LIBGUI): New variable.
(GUI_CFLAGS_X): New variable.
(IDE_CFLAGS): Add $(GUI_CFLAGS_X).
* configure.in: Add $(LIBGUI) to TCL_LIBS and CONFIG_DEPS.
* configure: Rebuild.

26 years agonote that the fix for --enable-shared is not the real way it needs to
Brendan Kehoe [Tue, 16 Dec 1997 16:16:41 +0000 (16:16 +0000)] 
note that the fix for --enable-shared is not the real way it needs to
be done; libtool.m4 needs a change of some sort instead

26 years agoFixed m32rx sanitization
Nick Clifton [Tue, 16 Dec 1997 16:04:57 +0000 (16:04 +0000)] 
Fixed m32rx sanitization

26 years agosanitize out libide unless keep-ide
Ian Lance Taylor [Tue, 16 Dec 1997 15:45:28 +0000 (15:45 +0000)] 
sanitize out libide unless keep-ide

26 years agoAdded m32rx sanitization.
Nick Clifton [Tue, 16 Dec 1997 14:54:08 +0000 (14:54 +0000)] 
Added m32rx sanitization.

26 years agoAdded m32rx sanitization
Nick Clifton [Tue, 16 Dec 1997 14:44:16 +0000 (14:44 +0000)] 
Added m32rx sanitization

26 years agoAdded m32rx sanitization.
Nick Clifton [Tue, 16 Dec 1997 14:38:21 +0000 (14:38 +0000)] 
Added m32rx sanitization.

26 years ago * Makefile.in: Add libgui directory.
Ian Lance Taylor [Tue, 16 Dec 1997 14:38:16 +0000 (14:38 +0000)] 
* Makefile.in: Add libgui directory.
(GDB_TK): Add all-libgui.
* configure.in: Add libgui directory.
* configure: Add all-libgui to GDB_TK.

26 years agoAdded m32rx sanitization
Nick Clifton [Tue, 16 Dec 1997 14:28:24 +0000 (14:28 +0000)] 
Added m32rx sanitization

26 years ago * mips-opc.c: Add many missing r5900 instructions.
Jeff Law [Tue, 16 Dec 1997 13:32:20 +0000 (13:32 +0000)] 
    * mips-opc.c: Add many missing r5900 instructions.

26 years agoBetter optimize parallel instructions
Michael Meissner [Tue, 16 Dec 1997 13:25:59 +0000 (13:25 +0000)] 
Better optimize parallel instructions

26 years agofix tab problem
Michael Meissner [Tue, 16 Dec 1997 12:25:52 +0000 (12:25 +0000)] 
fix tab problem

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