Ian Lance Taylor
2dbe3409d7
* mips.h: (M_J_A): Added.
(M_LA): Removed.
33 years ago
Ian Lance Taylor
777bb8e2e4
* mips.h (struct ecoff_debug_info): Define.
33 years ago
Sean Eric Fagan
bf323de1a3
New files and changed files for NetWare/SPARC.
33 years ago
Jeff Law
79f7e58c29
* hppa.h: Immediate field in probei instructions is unsigned,
not low-sign extended.
33 years ago
David MacKenzie
2cae23628a
fix reloc type bits conflict
33 years ago
Ian Lance Taylor
5e0a166c8d
* mips.h (M_JAL_1, M_JAL_2, M_JAL_A): Added.
33 years ago
Stan Shebs
a3ffe730ba
Keep Sparc file
33 years ago
Stan Shebs
146ef67155
First cut at Sparc coff definition.
33 years ago
Ian Lance Taylor
8ae5cb6ecb
* common.h (NLM_SIGNATURE): Do not define (it's different for each
backend).
Also minor comment changes to internal.h and external.h.
33 years ago
Ken Raeburn
8bd3f87684
keep apollo.h
33 years ago
Ian Lance Taylor
55d5703fff
* mips.h: New file. MIPS ABI specific information.
33 years ago
Ian Lance Taylor
cd5dbb9952
* ecoff.h (REGINFO, struct ecoff_reginfo): Define.
33 years ago
Jim Kingdon
b91b311bd7
* rs6000.h: Change non-ASCII characters in comment to octal
escapes.
33 years ago
Jim Kingdon
efa77160ad
* hppa.h: Add gfw and gfr to the opcode table.
33 years ago
Jim Kingdon
f70a36e006
Tue Sep 28 19:19:08 1993 Jeffrey A Law (law@snake.cs.utah.edu)
* hppa.h (be, ble): Use operand type 'z' to denote absolute branch
addresses.
33 years ago
Jim Kingdon
e8b114f7f4
* sym.h, symconst.h: Add comment stating these files are not part
of GDB, GAS, etc. In 1991, when we asked rms whether we could
include these files in GDB (although they are copyrighted by
someone besides the FSF), he said it was OK if they were not
considered part of GDB.
33 years ago
K. Richard Pixley
65ae7bfa78
white space change to avoid nested comment
33 years ago
Ian Lance Taylor
57fbd6b0c0
* m68k.h (two): Protect second argument with parentheses.
33 years ago
Ian Lance Taylor
eb9fa516b1
* alpha.c (external_aouthdr): Need four bytes of padding between
vstamp and tsize.
33 years ago
Ian Lance Taylor
fc0d7441be
* i386.h (i386_optab): Properly bracket initializers.
33 years ago
Ian Lance Taylor
838b55955e
* ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect further
change in bfd swapping routine names.
33 years ago
Jim Kingdon
db5e2a8bae
* ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfd
changes.
33 years ago
Ian Lance Taylor
de14dfd747
* mips.h (M_ABSU): Removed (absolute value of unsigned number??).
(M_DABS): Added.
33 years ago
Ian Lance Taylor
0834f5184d
* mips.h (INSN_*): Changed values. Removed unused definitions.
Added INSN_COND_BRANCH_LIKELY, INSN_ISA2 and INSN_ISA3. Split
INSN_LOAD_DELAY into INSN_LOAD_MEMORY_DELAY and
INSN_LOAD_COPROC_DELAY. Split INSN_COPROC_DELAY into
INSN_COPROC_MOVE_DELAY and INSN_COPROC_MEMORY_DELAY.
(M_*): Added new values for r6000 and r4000 macros.
(ANY_DELAY): Removed.
33 years ago
Ian Lance Taylor
7864122141
* mips.h: Added M_LI_S and M_LI_SS.
33 years ago
Ian Lance Taylor
3f61fc966c
* alpha.h (struct external_reloc): Add r_symndx field.
(RELSZ): Correct.
(RELOC_BITS*): Correct.
(ALPHA_R_*): Define.
* ecoff.h (RELOC_SECTION_{XDATA,PDATA,FINI,LITA,ABS}): Define.
(r_extern): Undefine.
* internal.h (struct internal_reloc): Make r_vaddr bfd_vma rather
than long. Add r_extern field.
34 years ago
Ian Lance Taylor
2f5195e3a9
* ecoff.h: Moved MIPS reloc definitions from here...
* mips.h: to here.
34 years ago
David MacKenzie
b83bde3970
gpl -> lgpl
34 years ago
David MacKenzie
06dd4b5d10
update from FSF
34 years ago
David MacKenzie
3c14065d00
update from FSF
34 years ago
Ian Lance Taylor
045f6b66d3
* ecoff.h: New file.
* alpha.h, mips.h: Moved common information into ecoff.h. Moved
external structure definitions in from ecoff-ext.h.
* ecoff-ext.h: Removed; information now in alpha.h and mips.h.
34 years ago
Fred Fish
b5ed6e32c2
Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
34 years ago
John Gilmore
8828c36866
Move enum outside of struct defn to avoid warnings.
34 years ago
Stu Grossman
d93e0582fa
Mon Aug 2 08:49:30 1993 Stu Grossman (grossman at cygnus.com)
* wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits. This is
for systems that store stuff into the high 16 bits of a wait
status.
34 years ago
John Gilmore
308a5981e0
* dis-asm.h: Add new fields insn_info_valid, branch_delay_insns,
data_size, insn_type, target, target2. These are used to return
information from the instruction decoders back to the calling
program. Add comments, make more readable.
34 years ago
Fred Fish
775d4a4096
Add .Sanitize to Things-to-lose list.
34 years ago
Jim Kingdon
6702e216f0
* hppa.h: New argument type 'y'. Use in various float instructions.
34 years ago
Jim Kingdon
0783d89380
* dynix3.h: New, for symmetry running dynix.
34 years ago
Fred Fish
f7da728966
Add nlm directory.
34 years ago
Fred Fish
6febb1e388
* (common.h, external.h, internal.h): New files for NLM/NetWare
support.
34 years ago
Jim Kingdon
8622d4e5f1
* hppa.h (break): First immediate field is unsigned.
34 years ago
Jim Kingdon
0b3ae81140
* hppa.h: Add rfir instruction.
34 years ago
Ken Raeburn
da0f62a045
dis-asm.h (struct disassemble_info): New field application_data.
34 years ago
Jim Kingdon
3624a4e2af
* dynix3.h: New, for symmetry running dynix.
34 years ago
Jim Kingdon
0ffccbfb6c
* mips.h: Split the actual table out into ../../opcodes/mips-opc.c.
34 years ago
Ian Lance Taylor
763e8ded4b
* mips.h: Reworked the hazard information somewhat, and fixed some
bugs in the instruction hazard descriptions.
34 years ago
Ian Lance Taylor
dea7d7574e
* mips.h (MIPS_AOUT_{OZ}MAGIC): Renamed from {OZ}MAGIC.
34 years ago
Ian Lance Taylor
e58bd252cb
Removed definition of OMAGIC from m88k.h.
34 years ago
Ian Lance Taylor
d909159c16
* m88k.h: Corrected a couple of opcodes.
34 years ago
Ian Lance Taylor
482d6747e8
* dis-asm.h: Added declaration of print_insn_m88k.
34 years ago