Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-10-16 | * getopt.h (struct option): RMS decided we should do it the other way. | John Gilmore | 2 | -10/+21 | |
1992-10-16 | use the provided enum for has_arg | K. Richard Pixley | 2 | -15/+25 | |
1992-10-16 | casts for ultrix compiler | K. Richard Pixley | 1 | -0/+7 | |
1992-10-15 | Update after comment changes. | John Gilmore | 2 | -3/+14 | |
1992-10-08 | Now a bfd knows whether underscores are normally prepended | Steve Chamberlain | 2 | -1/+8 | |
to symbols in its file format. | |||||
1992-09-27 | Keep adobe.h, needed to compile bfd/aout-adobe.c | Fred Fish | 1 | -1/+5 | |
1992-09-09 | Wed Sep 9 11:25:28 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+32 | |
* m68k.h: merged Motorola and MIT syntax. | |||||
1992-09-03 | Regenerated from bfd-in.h. | Per Bothner | 1 | -3/+2 | |
1992-09-03 | * bfd.h (struct reloc_howto_struct): size needs to be signed if | Stu Grossman | 2 | -1/+11 | |
it's going to hold negative values. | |||||
1992-08-31 | * demangle.h: New file, moved from ../gdb. Made independent | Per Bothner | 1 | -1/+8 | |
of gdb. Allow demangling style option to be passed as a parameter to cplus_demangle(), but using the current_demangling_style global as the default. | |||||
1992-08-29 | * obstack.h: Merge comment change from current FSF version. | Fred Fish | 1 | -0/+4 | |
1992-08-28 | Forgot to add we32k.h. | Brendan Kehoe | 1 | -0/+1 | |
1992-08-28 | Last file for preliminary support of the we32k (AT&T 3b2 family). | Brendan Kehoe | 1 | -0/+312 | |
1992-08-27 | Add preliminary support for the we32k (AT&T 3b2). | Brendan Kehoe | 3 | -0/+20 | |
1992-08-26 | m68k.h (m68ec030): Defined as alias for 68030. | Ken Raeburn | 1 | -1779/+16 | |
(m68k_opcodes): New type characters "3" for 68030 MMU regs and "t" for immediate 0-7 added. Set up some opcodes (ptest, bkpt) to use them. Tightened description of "fmovex" to distinguish it from some "pmove" encodings. Added "pmove" for 68030 MMU regs, cleaned up descriptions that claimed versions were available for chips not supporting them. Added "pmovefd". sparc.h: Fixed up some comments. | |||||
1992-08-25 | * internal.h: added #define for STYP_LIT, removed from a29k and | Steve Chamberlain | 1 | -1/+0 | |
h8300. | |||||
1992-08-25 | Regenerated after Z8000 addition | Steve Chamberlain | 1 | -0/+4 | |
1992-08-25 | Support for the Z8000 | Steve Chamberlain | 4 | -5/+237 | |
1992-08-17 | * bfd.h: Regenerated after page/segment size changes. | Ken Raeburn | 1 | -4/+2 | |
1992-08-15 | Add aout/adobe.h. | John Gilmore | 1 | -0/+297 | |
1992-08-14 | * m68k.h: Merged in patches (mostly m68040-specific) from | Per Bothner | 2 | -144/+135 | |
Colin Smith <colin@wrs.com>. | |||||
1992-08-14 | * m68k.h: Merged m68kmri.h and m68k.h (using the former as a | Per Bothner | 3 | -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 in | Steve Chamberlain | 2 | -1108/+1154 | |
all missing .s | |||||
1992-08-11 | moved sparc opcode table to bfd | Ken Raeburn | 1 | -0/+2 | |
1992-08-11 | * i386.h (i386_optab): Add fildq, fistpq aliases used by gcc. | Ken Raeburn | 1 | -0/+9 | |
1992-08-01 | * obstack.h: Merge changes from current FSF version. | Fred Fish | 1 | -0/+22 | |
1992-08-01 | * dwarf.h: Replace with current version from gcc distribution. | Fred Fish | 2 | -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-01 | fix for PRs 1360 and 1370 -- new v8 patterns for save,inc,dec | Ken Raeburn | 1 | -179/+237 | |
1992-07-23 | HP stuff. | David Henkel-Wallace | 1 | -0/+1 | |
1992-07-17 | fix bra.s stuff | Steve Chamberlain | 1 | -22/+10 | |
1992-07-16 | More support for relaxing | Steve Chamberlain | 1 | -11/+11 | |
1992-07-04 | Regen after bfd/syms.c change: BSF_FILE. | John Gilmore | 1 | -2/+7 | |
1992-06-29 | * obstack.h: Convert bcopy() use to memcpy(), which is more | Fred Fish | 1 | -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 Fish | 1 | -105/+124 | |
so that the Lucid C compiler can digest this as well... | |||||
1992-06-27 | Use tabs to indent comments, so they line up. | John Gilmore | 1 | -1/+1 | |
1992-06-27 | * i386.h: Add setc, setnc, addr16, data16, repz, repnz aliases. | John Gilmore | 2 | -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-22 | Lint Updates | Steve Chamberlain | 1 | -5/+2 | |
1992-06-20 | HPPA BS | Stu Grossman | 2 | -1/+6 | |
1992-06-19 | HPPA merge. | Stu Grossman | 1 | -0/+7 | |
1992-06-19 | * bfd.h: HPPA merge. | Stu Grossman | 2 | -1/+9 | |
1992-06-17 | gratuitous white space changes merged from other prep releases | K. Richard Pixley | 1 | -0/+11 | |
1992-06-16 | Changes reflecting recent changes in BFD library sources. | Ken Raeburn | 1 | -3/+7 | |
1992-06-11 | Add N_OBJ and N_OPT from Solaris-2. | John Gilmore | 2 | -0/+254 | |
1992-06-11 | Regen'd from bfd.c after removing elf_core_tdata_struct. | John Gilmore | 1 | -2/+1 | |
1992-06-10 | * i386.h: a.out magic numbers from | Steve Chamberlain | 1 | -0/+6 | |
mohring@informatik.tu-muenchen.de | |||||
1992-06-09 | Use unsigned chars for fields in object files. | John Gilmore | 2 | -83/+93 | |
1992-05-26 | Checkpoint | Steve Chamberlain | 1 | -55/+88 | |
1992-05-26 | Header file changes corresponding to BFD library changes just checked in. | Ken Raeburn | 1 | -21/+68 | |
1992-05-19 | merged changes from grep-1.6 (alpha) | K. Richard Pixley | 2 | -22/+152 | |
1992-05-05 | Bump to version 1.97. | Per Bothner | 1 | -1/+1 | |