aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1992-08-17* bfd.h: Regenerated after page/segment size changes.Ken Raeburn1-4/+2
1992-08-15Add aout/adobe.h.John Gilmore1-0/+297
1992-08-14 * m68k.h: Merged in patches (mostly m68040-specific) fromPer Bothner2-144/+135
Colin Smith <colin@wrs.com>.
1992-08-14 * m68k.h: Merged m68kmri.h and m68k.h (using the former as aPer Bothner3-3313/+1414
base). Also cleaned up duplicates, re-ordered instructions for the sake of dis-assembling (so aliases come after standard names). * m68kmri.h: Now just defines some macros, and #includes m68k.h.
1992-08-12 * m68kmri.h: added various opcodes. Moved jbxx to bxxes. Filled inSteve Chamberlain2-1108/+1154
all missing .s
1992-08-11moved sparc opcode table to bfdKen Raeburn1-0/+2
1992-08-11 * i386.h (i386_optab): Add fildq, fistpq aliases used by gcc.Ken Raeburn1-0/+9
1992-08-01 * obstack.h: Merge changes from current FSF version.Fred Fish1-0/+22
1992-08-01 * dwarf.h: Replace with current version from gcc distribution.Fred Fish2-0/+209
* common.h (SHT_BEPROGBITS): Add section type for i860 operating in big endian mode, where code is in a separate section. The SHT_PROGBITS section is used for data. From pfieland@stratus.com.
1992-08-01fix for PRs 1360 and 1370 -- new v8 patterns for save,inc,decKen Raeburn1-179/+237
1992-07-23HP stuff.David Henkel-Wallace1-0/+1
1992-07-17fix bra.s stuffSteve Chamberlain1-22/+10
1992-07-16More support for relaxingSteve Chamberlain1-11/+11
1992-07-04Regen after bfd/syms.c change: BSF_FILE.John Gilmore1-2/+7
1992-06-29 * obstack.h: Convert bcopy() use to memcpy(), which is moreFred Fish1-0/+11
portable, more standard, and can take advantage of gcc's builtin functions for increased performance.
1992-06-28 * h8300.h: Finish filling in all the holes in the opcode table,Fred Fish1-105/+124
so that the Lucid C compiler can digest this as well...
1992-06-27Use tabs to indent comments, so they line up.John Gilmore1-1/+1
1992-06-27* i386.h: Add setc, setnc, addr16, data16, repz, repnz aliases.John Gilmore2-0/+855
Fix opcodes on various sizes of fild/fist instructions (16bit=no suffix, 32bit="l" suffix, 64bit="ll" suffix). Fixes suggested by Minh Tran-Le.
1992-06-22Lint UpdatesSteve Chamberlain1-5/+2
1992-06-20HPPA BSStu Grossman2-1/+6
1992-06-19HPPA merge.Stu Grossman1-0/+7
1992-06-19* bfd.h: HPPA merge.Stu Grossman2-1/+9
1992-06-17gratuitous white space changes merged from other prep releasesK. Richard Pixley1-0/+11
1992-06-16Changes reflecting recent changes in BFD library sources.Ken Raeburn1-3/+7
1992-06-11Add N_OBJ and N_OPT from Solaris-2.John Gilmore2-0/+254
1992-06-11Regen'd from bfd.c after removing elf_core_tdata_struct.John Gilmore1-2/+1
1992-06-10 * i386.h: a.out magic numbers fromSteve Chamberlain1-0/+6
mohring@informatik.tu-muenchen.de
1992-06-09Use unsigned chars for fields in object files.John Gilmore2-83/+93
1992-05-26CheckpointSteve Chamberlain1-55/+88
1992-05-26Header file changes corresponding to BFD library changes just checked in.Ken Raeburn1-21/+68
1992-05-19merged changes from grep-1.6 (alpha)K. Richard Pixley2-22/+152
1992-05-05Bump to version 1.97.Per Bothner1-1/+1
1992-05-05Keep m68kmri.hSteve Chamberlain1-0/+1
1992-05-05 * bfd.h: new get_relocated_section_contents declSteve Chamberlain1-7/+8
1992-05-02M68k opcodes with MRI namesSteve Chamberlain1-0/+2210
1992-04-17Add tekhexSteve Chamberlain1-0/+2
1992-04-17 * rs6k.h: New version from IBM (Metin).Per Bothner1-173/+187
1992-04-14Pick up SGI defines for langCplusplus, langCplusplusV2, stStruct, stUnion,Fred Fish2-2/+45
and stEnum. The last three are required to be able to build the current checked in gdb on a non-sgi machine.
1992-04-09 * rs6k.h: Fix incorrect extended opcode for instructions `fm'Per Bothner1-2/+2
and `fd'. (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).)
1992-04-07Add rs6k.hStu Grossman1-0/+1
1992-04-07* rs6k.h: Move from ../../gdb/rs6k-opcode.h.Stu Grossman2-0/+240
1992-04-03Cast macro args to unsigned to avoid complaints from compiler and lintFred Fish2-0/+2021
about integer overflow during left shift of 16 bits.
1992-04-03New sym filesJohn Gilmore1-0/+2
1992-04-03Date: Thu, 2 Apr 92 15:48:13 -0800John Gilmore3-1/+693
From: wu@mips.com (Alex Wu) Message-Id: <9204022348.AA20058@goofy.mips.com> To: gnu@cygnus.com Subject: sym.h & symconst.h John, I finally get our lawyer's approval. Here is the symconst.h and the sym.h. Please let me know if there is anything else I can help.
1992-03-13Added PROTOSteve Chamberlain1-0/+112
1992-03-06Add relative file descriptors.John Gilmore1-0/+6
1992-03-06Keep ecoff-ext.h.Stu Grossman1-0/+1
1992-02-28 * wait.h (WIFSTOPPED): Add IBM rs6000-specific version.Per Bothner1-0/+11
1992-02-27Initial revisionJohn Gilmore1-0/+286
1992-02-22* obstack.h: Add obstack_full_begin.John Gilmore1-4/+14
* bfd.h, obstack.h: Protolint.