platform/upstream/binutils.git
26 years agoremoved v850 sanitization
Nick Clifton [Wed, 3 Sep 1997 22:27:28 +0000 (22:27 +0000)]
removed v850 sanitization
Added v850/sim-main.h to list of files to keep after sanitization.

26 years agoRemoved v850 sanitization.
Nick Clifton [Wed, 3 Sep 1997 22:19:11 +0000 (22:19 +0000)]
Removed v850 sanitization.

26 years agoRemoved v850 sanitization
Nick Clifton [Wed, 3 Sep 1997 21:55:23 +0000 (21:55 +0000)]
Removed v850 sanitization

26 years agoRemoved v850 sanitization.
Nick Clifton [Wed, 3 Sep 1997 21:51:18 +0000 (21:51 +0000)]
Removed v850 sanitization.

26 years agoMore building on NT support stuff.
Chris Provenzano [Wed, 3 Sep 1997 19:22:03 +0000 (19:22 +0000)]
More building on NT support stuff.
* ltconfig: Set CONFIG_SHELL in libtool.
* ltmain.sh: Use CONFIG_SHELL instead of /bin/sh

26 years ago * ldlang.c (wild_doit): Clear SEC_HAS_CONTENTS from a
Ian Lance Taylor [Wed, 3 Sep 1997 19:13:14 +0000 (19:13 +0000)]
* ldlang.c (wild_doit): Clear SEC_HAS_CONTENTS from a
noload_section.
PR 13139.

26 years agoRemoved R_V850_16_PCREL.
Nick Clifton [Wed, 3 Sep 1997 18:23:36 +0000 (18:23 +0000)]
Removed R_V850_16_PCREL.

26 years agoRemoved BFD_RELOC_V850_PCREL.
Nick Clifton [Wed, 3 Sep 1997 18:22:00 +0000 (18:22 +0000)]
Removed BFD_RELOC_V850_PCREL.

26 years agoRemoved the BFD_RELOC_V850_16_PCREL.
Nick Clifton [Wed, 3 Sep 1997 18:19:50 +0000 (18:19 +0000)]
Removed the BFD_RELOC_V850_16_PCREL.

26 years agoBasic tests for tic80 simulator.
Andrew Cagney [Wed, 3 Sep 1997 07:41:35 +0000 (07:41 +0000)]
Basic tests for tic80 simulator.

26 years agoDoc directory - README.
Andrew Cagney [Wed, 3 Sep 1997 07:36:09 +0000 (07:36 +0000)]
Doc directory - README.
Make suffix of executables to be run on simulator .run

26 years agoDoc C language guidelines.
Andrew Cagney [Wed, 3 Sep 1997 07:34:59 +0000 (07:34 +0000)]
Doc C language guidelines.

26 years agoAllow backends to set the architecture using bfd_architecture enum
Andrew Cagney [Wed, 3 Sep 1997 07:31:55 +0000 (07:31 +0000)]
Allow backends to set the architecture using bfd_architecture enum
instead of some magic name.

26 years agoPacify gcc-current -Wall.
Andrew Cagney [Wed, 3 Sep 1997 07:30:17 +0000 (07:30 +0000)]
Pacify gcc-current -Wall.

26 years agoAdd support for suspending/resumeing the simulator in sim-modules.
Andrew Cagney [Wed, 3 Sep 1997 07:26:11 +0000 (07:26 +0000)]
Add support for suspending/resumeing the simulator in sim-modules.
Use in sim-events.

26 years ago * cofflink.c (coff_link_check_ar_symbols): Handle C_SYSTEM syms
Fred Fish [Wed, 3 Sep 1997 04:14:29 +0000 (04:14 +0000)]
    * cofflink.c (coff_link_check_ar_symbols): Handle C_SYSTEM syms
        the same as C_EXT syms.
        (coff_link_add_symbols): Ditto.
        (_bfd_coff_link_input_bfd): Ditto.
        (_bfd_coff_write_task_globals): Add save_global_to_static.  Use
        it to preserve and restore state of global_to_static flag.
PR 13202

26 years agoStandard simulator header file.
Andrew Cagney [Wed, 3 Sep 1997 04:13:45 +0000 (04:13 +0000)]
Standard simulator header file.

26 years agoAdd real SIM_DESC arg to v850 simulator.
Andrew Cagney [Wed, 3 Sep 1997 04:10:33 +0000 (04:10 +0000)]
Add real SIM_DESC arg to v850 simulator.
Add --enable-sim-warnings, use/fix errors.
Add --enable-sim-endian, don't use.
Add common modules. Don't yet use most.

26 years agoStanify error reporting memory overlaps.
Andrew Cagney [Wed, 3 Sep 1997 04:06:27 +0000 (04:06 +0000)]
Stanify error reporting memory overlaps.

26 years ago * config/sparclet.exp: Detect gratuitous change to sparclet gdb
Bob Manson [Wed, 3 Sep 1997 02:56:30 +0000 (02:56 +0000)]
* config/sparclet.exp: Detect gratuitous change to sparclet gdb
  target mode.

26 years agoSet machine number based in bits in e_flags field rather than magic number.
Nick Clifton [Wed, 3 Sep 1997 00:44:56 +0000 (00:44 +0000)]
Set machine number based in bits in e_flags field rather than magic number.

26 years agoReplaced magic numbers with bits in e_flags field.
Nick Clifton [Wed, 3 Sep 1997 00:40:05 +0000 (00:40 +0000)]
Replaced magic numbers with bits in e_flags field.

26 years ago * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions are
Jeff Law [Wed, 3 Sep 1997 00:39:49 +0000 (00:39 +0000)]
    * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions are
        relative to the next instruction, not the current instruction.
pr13171.

26 years ago * cpu-arc.c (arc_get_mach): Properly scan defined mach entries.
David Edelsohn [Wed, 3 Sep 1997 00:36:19 +0000 (00:36 +0000)]
* cpu-arc.c (arc_get_mach): Properly scan defined mach entries.

26 years ago * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex
Jeff Law [Wed, 3 Sep 1997 00:33:47 +0000 (00:33 +0000)]
    * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex
        relative to the next instruction, not the current instruction.
        (md_assemble): Similarly.

pr13171

26 years ago * elf-m10200.c (mn10200_elf_final_link_relocate): PC relative
Jeff Law [Wed, 3 Sep 1997 00:31:34 +0000 (00:31 +0000)]
    * elf-m10200.c (mn10200_elf_final_link_relocate): PC relative
        instructions are relative to the next instruction, not the
        current instruction.
        (mn10200_elf_relax_section): Similarly.

pr13171

26 years ago Fix missing global verbose declaration. grrrr. this is NOT
Bob Manson [Wed, 3 Sep 1997 00:29:03 +0000 (00:29 +0000)]
Fix missing global verbose declaration. grrrr. this is NOT
right.

26 years agoExplanations of offsets in SDA/ZDA areas fixed.
Nick Clifton [Tue, 2 Sep 1997 23:03:19 +0000 (23:03 +0000)]
Explanations of offsets in SDA/ZDA areas fixed.

26 years agoSupport for new relocations added. Support for SDA/TDA/ZDA sections added.
Nick Clifton [Tue, 2 Sep 1997 23:01:27 +0000 (23:01 +0000)]
Support for new relocations added.  Support for SDA/TDA/ZDA sections added.

26 years agoSupport restore-sanitize-sh4 .
Joern Rennecke [Tue, 2 Sep 1997 22:57:50 +0000 (22:57 +0000)]
Support restore-sanitize-sh4 .

26 years agoSwitched over to using new reloc types.
Nick Clifton [Tue, 2 Sep 1997 22:53:31 +0000 (22:53 +0000)]
Switched over to using new reloc types.

26 years agoComment typo fix.
Joern Rennecke [Tue, 2 Sep 1997 22:43:55 +0000 (22:43 +0000)]
Comment typo fix.

26 years agoRemoved use of V850_OPERNAD_ADJUST_SHORT_MEMORY.
Nick Clifton [Tue, 2 Sep 1997 22:40:39 +0000 (22:40 +0000)]
Removed use of V850_OPERNAD_ADJUST_SHORT_MEMORY.
Fixed several operand patterns.

26 years agosanitization fixes.
Felix Lee [Tue, 2 Sep 1997 22:34:43 +0000 (22:34 +0000)]
sanitization fixes.

26 years agoRemoved the V850_OPREAND_ADJUST_SHORT_MEMORY flag as it no longer used.
Nick Clifton [Tue, 2 Sep 1997 22:31:04 +0000 (22:31 +0000)]
Removed the V850_OPREAND_ADJUST_SHORT_MEMORY flag as it no longer used.

26 years agoAdd note on TAGS support.
David Edelsohn [Tue, 2 Sep 1997 22:07:54 +0000 (22:07 +0000)]
Add note on TAGS support.

26 years ago(TAGS): Add support for "/* TAGS: foo */" marker.
David Edelsohn [Tue, 2 Sep 1997 22:03:41 +0000 (22:03 +0000)]
(TAGS): Add support for "/* TAGS: foo */" marker.

26 years ago * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.
David Edelsohn [Tue, 2 Sep 1997 21:58:58 +0000 (21:58 +0000)]
* Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.
* sim-n-bits.h: Add TAGS comments for all functions.
* sim-n-core.h: Likewise.
* sim-n-endian.h: Likewise.

26 years agoSanitation fixes.
Joern Rennecke [Tue, 2 Sep 1997 21:43:06 +0000 (21:43 +0000)]
Sanitation fixes.

26 years ago* config/tc-v850.c (md_assemble): Use opcode->name instead of
Andrew Cagney [Tue, 2 Sep 1997 05:50:40 +0000 (05:50 +0000)]
* config/tc-v850.c (md_assemble): Use opcode->name instead of
opcode->opcode as the sentinal. Zero is a valid opcode.

26 years agoTypo in e700 #ifdef'd code.
Andrew Cagney [Tue, 2 Sep 1997 03:55:17 +0000 (03:55 +0000)]
Typo in e700 #ifdef'd code.

26 years agoMerge SH4 branch simulator in to devo.
Andrew Cagney [Tue, 2 Sep 1997 03:49:55 +0000 (03:49 +0000)]
Merge SH4 branch simulator in to devo.

26 years agoTest/fix pabsh, pabsw, psrlvw.
Andrew Cagney [Mon, 1 Sep 1997 09:47:03 +0000 (09:47 +0000)]
Test/fix pabsh, pabsw, psrlvw.

26 years agoCompile from UNIX to cygwin32.
Andrew Cagney [Mon, 1 Sep 1997 03:43:56 +0000 (03:43 +0000)]
Compile from UNIX to cygwin32.

26 years agoAdd ``set processor'' - an alias to ``set architecture''.
Andrew Cagney [Mon, 1 Sep 1997 03:43:08 +0000 (03:43 +0000)]
Add ``set processor'' - an alias to ``set architecture''.

26 years agoUse sim_state_alloc to create common sim object.
Andrew Cagney [Mon, 1 Sep 1997 03:26:31 +0000 (03:26 +0000)]
Use sim_state_alloc to create common sim object.

26 years agoPassify cross compilation and GCC -Wall
Andrew Cagney [Mon, 1 Sep 1997 03:21:59 +0000 (03:21 +0000)]
Passify cross compilation and GCC -Wall

26 years ago * config/sparc/sparclite.mt: Removed simulator references (erc32
Bob Manson [Sat, 30 Aug 1997 20:47:27 +0000 (20:47 +0000)]
* config/sparc/sparclite.mt: Removed simulator references (erc32
  has been disabled).

26 years agoPassify GCC. Convert 0x0LL to something more portable in the FP code.
Andrew Cagney [Sat, 30 Aug 1997 00:02:19 +0000 (00:02 +0000)]
Passify GCC.  Convert 0x0LL to something more portable in the FP code.

26 years agoPassify GCC.
Andrew Cagney [Sat, 30 Aug 1997 00:01:12 +0000 (00:01 +0000)]
Passify GCC.

26 years agoSH4 assembler extensions.
Joern Rennecke [Fri, 29 Aug 1997 19:03:06 +0000 (19:03 +0000)]
SH4 assembler extensions.

26 years ago * Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@.
Ian Lance Taylor [Fri, 29 Aug 1997 04:33:13 +0000 (04:33 +0000)]
* Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@.
* Makefile.in: Rebuild.

26 years agoRemove arc sanitization.
David Edelsohn [Thu, 28 Aug 1997 18:19:21 +0000 (18:19 +0000)]
Remove arc sanitization.

26 years ago * sim-options.c (standard_option_handler): Use xstrdup, not strdup.
David Edelsohn [Thu, 28 Aug 1997 17:37:30 +0000 (17:37 +0000)]
* sim-options.c (standard_option_handler): Use xstrdup, not strdup.

26 years ago * configure.tgt (arc-*-elf*): Recognize.
David Edelsohn [Thu, 28 Aug 1997 17:19:45 +0000 (17:19 +0000)]
* configure.tgt (arc-*-elf*): Recognize.
* Makefile.am (ALL_EMULATIONS): Add earcelf.o.
* Makefile.in: Regenerate.
* emulparams/arcelf.sh: New file.
Removes arc sanitization.

26 years agoRemove arc sanitization.
David Edelsohn [Thu, 28 Aug 1997 17:17:43 +0000 (17:17 +0000)]
Remove arc sanitization.

26 years ago * binutils-all/objdump.exp (cpus_expected): Add arc.
David Edelsohn [Thu, 28 Aug 1997 16:58:00 +0000 (16:58 +0000)]
* binutils-all/objdump.exp (cpus_expected): Add arc.

26 years agoRemove arc sanitization.
David Edelsohn [Thu, 28 Aug 1997 16:56:10 +0000 (16:56 +0000)]
Remove arc sanitization.

26 years agoNew commands ``set architecture'', ``show architecture'' and ``info
Andrew Cagney [Thu, 28 Aug 1997 10:20:21 +0000 (10:20 +0000)]
New commands ``set architecture'', ``show architecture'' and ``info
architecture''.  Update SH target to use new target_architecture_hook.

26 years agoAdd sh3 et.al. to SH arch table.
Andrew Cagney [Thu, 28 Aug 1997 10:01:33 +0000 (10:01 +0000)]
Add sh3 et.al. to SH arch table.
Improve machine name parsing for v850 and SH.

26 years agoMake igen available when v850 is being build.
Andrew Cagney [Thu, 28 Aug 1997 09:55:55 +0000 (09:55 +0000)]
Make igen available when v850 is being build.

26 years agoAdd --target=BFDTARGET and --architecture=MACHINE options.
Andrew Cagney [Thu, 28 Aug 1997 09:44:42 +0000 (09:44 +0000)]
Add --target=BFDTARGET and --architecture=MACHINE options.

26 years agoFix doco on enable-sim-inline.
Andrew Cagney [Wed, 27 Aug 1997 22:43:18 +0000 (22:43 +0000)]
Fix doco on enable-sim-inline.

26 years agoAdd MSBIT* and LSBIT* macro's to sim-bits.h
Andrew Cagney [Wed, 27 Aug 1997 07:56:27 +0000 (07:56 +0000)]
Add MSBIT* and LSBIT* macro's to sim-bits.h
Add more macro's for extracting sub word quantites to sim-endian.h

26 years agoOnly pass endianess to simulator when explicitly set by user with set
Andrew Cagney [Wed, 27 Aug 1997 07:45:50 +0000 (07:45 +0000)]
Only pass endianess to simulator when explicitly set by user with set
endian.
Prepend endian argument so that it can be overriden with target sim -ARGS.

26 years ago* archures.c (bfd_archures_list): Always NULL terminate the list.
Andrew Cagney [Wed, 27 Aug 1997 07:40:23 +0000 (07:40 +0000)]
* archures.c (bfd_archures_list): Always NULL terminate the list.

26 years agoNew file - generic implementation of sim_load for hardware only
Andrew Cagney [Wed, 27 Aug 1997 04:45:59 +0000 (04:45 +0000)]
New file - generic implementation of sim_load for hardware only
simulators.

26 years agoAdd ABFD argument to sim_create_inferior. Document.
Andrew Cagney [Wed, 27 Aug 1997 04:44:41 +0000 (04:44 +0000)]
Add ABFD argument to sim_create_inferior.  Document.
Add file sim-hload.c - generic load for hardware only simulators.
Review each simulators sim_open, sim_load, sim_create_inferior so that
they more closely match required behavour.

26 years ago * idecode_expression.h (ALU_END): From Charles Lefurgy - Extract
Andrew Cagney [Wed, 27 Aug 1997 00:44:05 +0000 (00:44 +0000)]
    * idecode_expression.h (ALU_END): From Charles Lefurgy - Extract
        sign bit using 64 bit and not a 32 bit mask.

        * sim_calls.c (sim_load): From Ian Lance Taylor - free argv after
        it has been used, not before.

26 years agoSave a copy of argv, not just a pointer.
Andrew Cagney [Wed, 27 Aug 1997 00:35:34 +0000 (00:35 +0000)]
Save a copy of argv, not just a pointer.

26 years ago * Makefile.am: Rebuild dependencies.
Ian Lance Taylor [Tue, 26 Aug 1997 22:26:20 +0000 (22:26 +0000)]
* Makefile.am: Rebuild dependencies.
(ALL_MACHINES_CFILES): Add cpu-arc.c.
(ALL_MACHINES_CFILES): Add elf32-arc.c.
(elf32-arc.lo): Remove explicit dependency.
* Makefile.in: Rebuild.

26 years agofix v850 machine number stuff
Ian Lance Taylor [Tue, 26 Aug 1997 22:23:58 +0000 (22:23 +0000)]
fix v850 machine number stuff

26 years ago * acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.
Ian Lance Taylor [Tue, 26 Aug 1997 21:30:19 +0000 (21:30 +0000)]
* acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.
* doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT.
* aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild.

26 years ago * doc/as.texinfo (Machine Dependencies): Add v850 to menu.
Ian Lance Taylor [Tue, 26 Aug 1997 20:52:49 +0000 (20:52 +0000)]
* doc/as.texinfo (Machine Dependencies): Add v850 to menu.
* doc/c-v850.texi: Change node name to match other chapter nodes.

26 years ago * expr.c (integer_constant): If BFD64, don't make a bignum if the
Ian Lance Taylor [Tue, 26 Aug 1997 19:25:44 +0000 (19:25 +0000)]
* expr.c (integer_constant): If BFD64, don't make a bignum if the
number will fit in 64 bits.

26 years ago * config/tc-alpha.c (load_expression): Check explicitly for O_big,
Ian Lance Taylor [Tue, 26 Aug 1997 19:12:10 +0000 (19:12 +0000)]
* config/tc-alpha.c (load_expression): Check explicitly for O_big,
rather than calling abort.

26 years ago * as.h: Don't define alloca if __GNUC__. Just declare it.
Ian Lance Taylor [Tue, 26 Aug 1997 19:10:48 +0000 (19:10 +0000)]
* as.h: Don't define alloca if __GNUC__.  Just declare it.
* macro.c: Copy alloca handling from as.h.

26 years ago * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From
Ian Lance Taylor [Tue, 26 Aug 1997 17:27:21 +0000 (17:27 +0000)]
* config/tc-i386.c (i386_align_code): Correct 16 bit noops.  From
Gabriel Paubert <paubert@iram.es>.

26 years ago * i386.h (two_byte_segment_defaults): Correct base register 5 in
Ian Lance Taylor [Tue, 26 Aug 1997 17:12:31 +0000 (17:12 +0000)]
* i386.h (two_byte_segment_defaults): Correct base register 5 in
modes 1 and 2 to be ss rather than ds.  From Gabriel Paubert
<paubert@iram.es>.

26 years agoCorrected name of tiny data area label.
Nick Clifton [Tue, 26 Aug 1997 16:46:05 +0000 (16:46 +0000)]
Corrected name of tiny data area label.

26 years ago * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert
Ian Lance Taylor [Tue, 26 Aug 1997 16:40:41 +0000 (16:40 +0000)]
* i386.h: Set ud2 to 0x0f0b.  From Gabriel Paubert
<paubert@iram.es>.

26 years agoMade immediate parameter of MOVHI be unsigned
Nick Clifton [Tue, 26 Aug 1997 16:40:28 +0000 (16:40 +0000)]
Made immediate parameter of MOVHI be unsigned

26 years ago * i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel Paubert
Ian Lance Taylor [Tue, 26 Aug 1997 16:36:07 +0000 (16:36 +0000)]
* i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel Paubert
<paubert@iram.es>.

26 years agoUse address size prefix for loopw as for jcxz.
Ian Lance Taylor [Tue, 26 Aug 1997 16:33:34 +0000 (16:33 +0000)]
Use address size prefix for loopw as for jcxz.

26 years agotipo
Ian Lance Taylor [Tue, 26 Aug 1997 16:25:06 +0000 (16:25 +0000)]
tipo

26 years ago * config/tc-i386.c (md_assemble): In JumpByte case, when looking
Ian Lance Taylor [Tue, 26 Aug 1997 16:25:03 +0000 (16:25 +0000)]
* config/tc-i386.c (md_assemble): In JumpByte case, when looking
for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this
is jcxz.

26 years ago * i386.h (JUMP_ON_CX_ZERO): Uncomment (define again).
Ian Lance Taylor [Tue, 26 Aug 1997 16:22:36 +0000 (16:22 +0000)]
* i386.h (JUMP_ON_CX_ZERO): Uncomment (define again).
(JUMP_ON_EXC_ZERO): Remove commented out macro.

26 years agoMake building of w65 simulator conditional on --enable-sim.
Andrew Cagney [Tue, 26 Aug 1997 08:38:34 +0000 (08:38 +0000)]
Make building of w65 simulator conditional on --enable-sim.

26 years agoIn some cases: Makefile.in (all-sim): Depends on all-readline.
Andrew Cagney [Tue, 26 Aug 1997 08:37:52 +0000 (08:37 +0000)]
In some cases: Makefile.in (all-sim): Depends on all-readline.

26 years agoFlush defunct sim_kill.
Andrew Cagney [Tue, 26 Aug 1997 02:05:18 +0000 (02:05 +0000)]
Flush defunct sim_kill.

26 years agoMon Aug 25 17:08:01 1997 Geoffrey Noer <noer@cygnus.com>
Geoffrey Noer [Tue, 26 Aug 1997 00:11:16 +0000 (00:11 +0000)]
Mon Aug 25 17:08:01 1997  Geoffrey Noer  <noer@cygnus.com>

        * ocd.c: revert Sun change -- enable log file handling

26 years agoRebuild with latest devo autoconf for NT support
Chris Provenzano [Mon, 25 Aug 1997 23:16:51 +0000 (23:16 +0000)]
Rebuild with latest devo autoconf for NT support

26 years agoAdd ABFD argument to sim_open call. Pass through to sim_config so
Andrew Cagney [Mon, 25 Aug 1997 23:14:25 +0000 (23:14 +0000)]
Add ABFD argument to sim_open call.  Pass through to sim_config so
that image properties such as endianness can be checked.

More strongly document the expected behavour of each of the sim_*
interfaces.

Add default endian argument to simulator config macro
SIM_AC_OPTION_ENDIAN.  Use in sim_config.

26 years agoFixed minor buglet in compatible.
Nick Clifton [Mon, 25 Aug 1997 23:08:49 +0000 (23:08 +0000)]
Fixed minor buglet in compatible.

26 years agoAdded magic numbers for V850E and V850EQ.
Nick Clifton [Mon, 25 Aug 1997 23:07:18 +0000 (23:07 +0000)]
Added magic numbers for V850E and V850EQ.

26 years agoSet machine architecture and type.
Nick Clifton [Mon, 25 Aug 1997 23:03:24 +0000 (23:03 +0000)]
Set machine architecture and type.

26 years agoSwitched over to using machine numbers to distinguish v850 architecture variants.
Nick Clifton [Mon, 25 Aug 1997 23:00:29 +0000 (23:00 +0000)]
Switched over to using machine numbers to distinguish v850 architecture variants.

26 years agoRebuilt configure with latest devo autoconf for NT support.
Chris Provenzano [Mon, 25 Aug 1997 22:58:36 +0000 (22:58 +0000)]
Rebuilt configure with latest devo autoconf for NT support.

26 years ago * symbols.c (resolve_symbol_value): Store the value back into the
Ian Lance Taylor [Mon, 25 Aug 1997 19:55:14 +0000 (19:55 +0000)]
* symbols.c (resolve_symbol_value): Store the value back into the
symbol expression, to handle add or subtract simplification
correctly.  Handle O_symbol_rva.  Add default case.

26 years ago * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
Ian Lance Taylor [Mon, 25 Aug 1997 18:29:11 +0000 (18:29 +0000)]
* config/tc-ppc.c (ppc_change_csect): Temporarily lower the
chunksize while creating the new subsection.
* as.c (chunksize): Initialize to zero.
* subsegs.c (subseg_set_rest): Change 5000 to chunksize when
calling obstack_begin.