aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-10-10Fixed bugs exposed by compiling NEC sample sources.Nick Clifton2-11/+35
1997-10-10 * configure.in (sparc): Set DEFAULT_ARCH from correct target.David Edelsohn3-77/+85
* configure: Regenerated.
1997-10-10 * objcopy.c, objcopy.1, binutils.texi: "localize" is a better nameRichard Henderson4-14/+19
than "privatize". Update all references.
1997-10-10Fri Oct 10 11:22:45 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt2-3/+10
* config/tc-d10v.c: Fixes to make sure the AT_WORD expression is not confused with -1.
1997-10-10Flag SP as modified for @-sp operand - OPERAND_ATMINUS.Andrew Cagney2-0/+11
1997-10-10Do not allow auto inc/dec to parallelize with an instruction that uses the ↵Michael Meissner2-0/+11
index register
1997-10-10 * gas/sparc/set64.[sd]: `set' doesn't take negative arguments.David Edelsohn1-0/+4
1997-10-09 * elf64-sparc.c (sparc_elf_{hix22,lox10}_reloc): New functions.David Edelsohn2-63/+277
(sparc64_elf_howto_table): Use them for HIX22,LOX10 relocs.
1997-10-09 Added MIPS16 PC masking for disassembly. See PR 12149.Frank Ch. Eigler2-0/+20
1997-10-09 * binutils.texi (strip): Remove duplicate --target. From MartyIan Lance Taylor2-1/+4
Leisner <leisner@sdsp.mc.xerox.com>.
1997-10-09 * nm.c (lineno_cache_bfd): New file static variable.Ian Lance Taylor1-0/+11
(lineno_cache_rel_bfd): New file static variable. (display_archive): Clear lineno_cache_bfd and lineno_cache_rel_bfd when closing a BFD. (display_file): Likewise. (print_symbol): Use lineno_cache_bfd and lineno_cache_rel_bfd instead of cache_bfd and cache_rel_bfd. Make seccount static, and only set it when setting relocs.
1997-10-09 From Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au>:Ian Lance Taylor2-20/+17
* config/tc-m68k.c (archs): Add 68306, 68307, 68322, 68356, 68334, 68336, 68341, 68349. * doc/c-m68k.texi (M68K-Opts): Add -m68ec000 -m68hc000 -m68hc001 -m68306, -m68307, -m68322, -m68356, -m68ec020, -m68ec030, -m68ec040, -m68ec060, -m68330, -m68334, -m68336, -m68341, -m68349.
1997-10-09 * doc/Makefile.am (CPU_DOCS): Define.Ian Lance Taylor1-0/+4
(as.info): Depend upon $(CPU_DOCS). * doc/Makefile.in: Rebuild.
1997-10-09 * configure.in: Remove AM_PROG_INSTALL; it's called byIan Lance Taylor3-163/+112
AM_INIT_AUTOMAKE. * configure: Rebuild.
1997-10-09 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't allowJoern Rennecke2-3/+8
to pair a branch and link with anything but an exe instruction. Fix for gas/13494.
1997-10-09 * tc-d10v.h (TC_START_LABEL): Don't define.Joern Rennecke1-0/+5
(tc_frob_label): Define. Fix for gas/13307.
1997-10-09 * gas/sparc/set64.d: Update for recent disassembler changes.Frank Ch. Eigler1-0/+88
* gas/sparc/splet.d: Likewise.
1997-10-09 * gas/arm/arm7t.d: Update for recent disassembler changes.Ian Lance Taylor2-6/+11
* gas/h8300/ffxx1.d: Likewise.
1997-10-09Snap. Gets through igen's checks.Andrew Cagney1-322/+104
1997-10-09Add -Wnodiscard option so that warning about discarded instructionsAndrew Cagney4-928/+1555
can be suppressed. Allow ``<insn-spec> { <nmemonic> | <model> }'' in instruction file.
1997-10-09 * objcopy.c (keep_specific_list, privatize_specific_list,Richard Henderson4-107/+372
weaken_specific_list): New variables. (keep_symbols): Removed. (add_specific_symbol): New function from the carcas of add_strip_symbol. Takes a list as an argument. (is_specified_symbol): Likewise from is_strip_symbol. (filter_symbols): Honor the new privatize and weaken lists. Optimize bfd_asymbol_name handling. (copy_object, copy_options, copy_usage): Add privatize-symbol & weaken-symbol options. * objcopy.1, binutils.texi: Update docs.
1997-10-09Build IGEN with the MIPS simulator.Andrew Cagney1-0/+1
1997-10-08 * config/tc-alpha.c (load_expression): Disable the sym+const .gotRichard Henderson2-60/+94
optimization to reduce the alignment surprises for gcc.
1997-10-08 * gas/sparc/reloc64.[sd]: Add testcases for %hix,%lox.David Edelsohn1-0/+4
1997-10-08 * config/obj-coff.h (TC_SPARC): Don't define TARGET_FORMAT.David Edelsohn3-170/+356
* config/tc-sparc.c (sparc_target_format): Handle coff here. (sparc_ip): Add %hix,%lox. (md_apply_fix3): Call as_bad_where, not as_bad. Add support for BFD_RELOC_SPARC_{HIX22,LOX10}. (tc_gen_reloc): Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
1997-10-08 * gas/sparc/synth.d: Update for recent disassembler changes.Ian Lance Taylor1-0/+3
* gas/sparc/synth64.d: Likewise.
1997-10-08 * configure.tgt, configure.host: Change alpha-*-* to alpha*-*-*;Richard Henderson3-66/+24
config.guess now recognizes alphaev5 etc.
1997-10-08Change alpha-*-* to alpha*-*-*; config.guess nowRichard Henderson3-13/+21
recognizes alphaev5 etc.
1997-10-08 * gas/mips/beq.s: Add .text to .globl to mark the symbol to as aIan Lance Taylor1-0/+11
function symbol. * gas/mips/jal.s: Likewise.
1997-10-08 * elfcore.h (bfd_prstatus): Pedanticly, alignment_power shouldRichard Henderson1-0/+5
be LOG_FILE_ALIGN.
1997-10-08 * config.bfd: Missed one alpha* change.Richard Henderson2-6/+18
1997-10-08 Fixed small typo in tcl expr syntax.Frank Ch. Eigler1-2/+2
1997-10-08config/tc-mips.c (md_begin): Replace the TARGET_CPU valueGavin Romig-Koch2-3/+14
of mipsr3900 with mipstx39. config/tc-mips.c (mips_ip): Don't print the 'opcode requires -mipsXX message' if the insn isn't an ISA insn.
1997-10-08MIPS/IGEN checkpoint - doesn't build.Andrew Cagney3-0/+10004
1997-10-08config.sub: Add mips-tx39-elf to marketing names.Gavin Romig-Koch2-12/+17
1997-10-08opcodes/mips-opc.c: Three op mult is not an ISA insn.Gavin Romig-Koch2-2/+11
1997-10-08opcodes/mips-opc.c: Fix formatting.Gavin Romig-Koch2-8/+22
1997-10-08tx19 sanitize fixes.Gavin Romig-Koch3-4/+66
1997-10-08 Updated first round of test suite drivers to accept symbol-offsetFrank Ch. Eigler1-2/+2
listings from "objdump" disassembly with or without the new "0x" prefix before hexadecimal numbers.
1997-10-07reloc64.[sd]: New testcase.David Edelsohn3-0/+104
1997-10-07 * config/tc-sparc.h (TARGET_FORMAT support): Moved to tc-sparc.c.David Edelsohn1-0/+13
Redefine TARGET_FORMAT to call sparc_target_format. * config/tc-sparc.c (in_unsigned_range): New function. (sparc_arch_size): Make static. (sparc_target_format): New function. (sparc_ip): Delete variable immediate_max. Rewrite %hi/etc reloc handling. Add support for %hh,%hm,%lm,%h44,%m44,%l44. (output_insn): Set `fx_no_overflow'. (md_apply_fix3): Handle BFD_RELOC_SPARC_{7,H44,M44,L44}. (tc_gen_reloc): Likewise.
1997-10-07New file describing how stabs for live range splitting work. Should beJeff Law2-0/+532
folded into the main stabs documentation.
1997-10-07 * som.c (som_construct_extended_name_table): Remove staticIan Lance Taylor1-0/+5
function, and define as macro instead.
1997-10-07Checkpoint IGEN input file for MIPS simulator.Andrew Cagney1-0/+2
1997-10-06Remove sanitized-out Magic Cap support, will never be releasedStan Shebs1-14/+0
1997-10-06Remove sanitized-out Magic Cap support, will never be releasedStan Shebs2-31/+0
1997-10-06Remove sanitized-out Magic Cap support, will never be releasedStan Shebs2-33/+19
1997-10-06Remove sanitized-out Magic Cap support, will never be releasedStan Shebs6-146/+0
1997-10-06Remove v850 specific section directive.Nick Clifton1-0/+6
1997-10-06Remove sanitized-out Magic Cap support, will never be releasedStan Shebs12-1449/+2