Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-07-15 | Fixed a few bugs, added 29k coff support. | Steve Chamberlain | 3 | -57/+86 | |
1991-07-15 | Initial revision | Steve Chamberlain | 10 | -0/+1576 | |
1991-07-15 | *** empty log message *** | Steve Chamberlain | 10 | -47/+83 | |
1991-07-15 | * aoutf1.h archive.c bfd.c coffcode.h core.c ecoff.c ieee.c | Steve Chamberlain | 7 | -158/+292 | |
bfd.texinfo oasys.c opncls.c reloc.c srec.c: More documentation on lint fixes. * amdcoff.c bfd.texinfo Makefile.in : Folded in changes for amd 29k coff by David Wood (wood@lab.ultra.nyu.edu). | |||||
1991-07-14 | * findvar.c (find_var_value): Handle &function better. | John Gilmore | 5 | -36/+79 | |
* TODO: Document work needed on &fn and &array. * printcmd.c (print_address_symbolic): New arg is the prefix to print if a name is printed. (print_address_demangle): Honor "set print address" now. Use new arg above to improve spacing of output. * valprint.c (val_print): When printing function pointers, print symbolic form too. * breakpoint.c (breakpoint_1): Use new print_address_symbolic. | |||||
1991-07-10 | Ifdef out bogus `relocation overflow' tests. | Jim Wilson | 1 | -2/+18 | |
1991-07-10 | Add movgeu and movlu insns. Add `,a' for the fbcc insns. | Jim Wilson | 1 | -0/+12 | |
1991-07-10 | more v9 fixes. This time %hhi() and %hlo(). | K. Richard Pixley | 1 | -8/+38 | |
1991-07-10 | More v9 fixes. | K. Richard Pixley | 2 | -2/+4 | |
1991-07-09 | Working out v9 bugs. | K. Richard Pixley | 1 | -0/+4 | |
1991-07-09 | Avoid "statement not reached" error. | John Gilmore | 1 | -1/+3 | |
1991-07-09 | * core.c (memory_error): Reword error msg to mislead less. | John Gilmore | 4 | -37/+67 | |
* mips-pinsn.c (print_insn_arg 'd'): Print $ with reg name. * mipsread.c (read_mips_symtab, read_the_mips_symtab, parse_partial_symbols): Use newer BFD internals (external_filehdr and external_aouthdr), byte-swap the fields that we care about before using them, and make the file header data local to read_the_mips_symtab rather than global. | |||||
1991-07-09 | Once more, this time with sane opcodes. | K. Richard Pixley | 1 | -10/+10 | |
1991-07-09 | upgrade from v9 delta doc 2.02 to delta 2.1. | K. Richard Pixley | 1 | -22/+39 | |
1991-07-09 | Give external_aouthdr struct a name. This lets its type be shown | John Gilmore | 1 | -1/+1 | |
more reasonably by gdb. | |||||
1991-07-07 | *** empty log message *** | John Gilmore | 1 | -0/+3 | |
1991-07-07 | Bugfix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991 17:33:45 +0200, | John Gilmore | 1 | -2/+2 | |
fixing opcodes movmw, movmd. | |||||
1991-07-06 | Added core.c prototypes to bfd.h | Steve Chamberlain | 1 | -2/+5 | |
1991-07-06 | Add declarations for bfd_coff_swap_aux_in, swap_sym_in, swap_lineno_in, | John Gilmore | 1 | -0/+20 | |
bfd_core_file_failing_command, failing_signal, matches_executable_p. Apparently these were lost in Steve's documentation merge. | |||||
1991-07-06 | Use set_tdata to set the ieee tdata field, avoiding casting left of | John Gilmore | 1 | -2/+2 | |
assignment. | |||||
1991-07-06 | * main.c (command_line_input): Flush stdout and stderr | John Gilmore | 1 | -0/+7 | |
before every call to readline. This reportedly fixes a bug that comes up in Sys V running emacs-gdb and/or xxgdb, when stdin/out are pipes or sockets. | |||||
1991-07-06 | Fix bug in configure when iterating targets. | John Gilmore | 1 | -14/+10 | |
Depend on alldeps.mak, not ${srcdir}/alldeps.mak, so it can be found in either spot. | |||||
1991-07-06 | Add comment about commented-out bfd_release calls. | John Gilmore | 1 | -2/+5 | |
1991-07-05 | Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com) | John Gilmore | 5 | -34/+79 | |
* configure.in, Makefile.in: Avoid rebuilding "depend" as much. Avoid declaring Makefile dependencies, because GNU Make stupidly tries to update it if we do. * coffread.c: Revise for minor changes to bfd internal coff indexes. * configure: If -template= is given a relative path, make it absolute before recurring in subdirectories. | |||||
1991-07-04 | Add gdb, rearrange the things that gdb needs so they get built first. | John Gilmore | 1 | -1/+1 | |
1991-07-04 | * Add dec3100 as equivalent to littlemips. Indicate in all host & | John Gilmore | 42 | -42/+49 | |
target config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up. | |||||
1991-07-04 | Initial revision | John Gilmore | 2 | -0/+6 | |
1991-07-04 | Add dec3100 as equivalent to littlemips. | John Gilmore | 36 | -36/+36 | |
Indicate in all host config files that they are for the host. When the lines get copied into the Makefile, this makes it more obvious what's up. | |||||
1991-07-04 | Modified fctnl proto | Steve Chamberlain | 1 | -1/+1 | |
1991-07-04 | *** empty log message *** | Steve Chamberlain | 2 | -581/+1235 | |
1991-07-04 | Now full of documentation. Yum Yum. | Steve Chamberlain | 15 | -2508/+4204 | |
1991-07-04 | Initial revision | Steve Chamberlain | 3 | -0/+1230 | |
1991-07-04 | Make gdb work with configure. Only thing that doesn't work is the -list | John Gilmore | 4 | -117/+162 | |
option (as far as I know). | |||||
1991-06-25 | Clean up some more _GENERIC___ contexts. | Roland Pesch | 1 | -178/+237 | |
(Also attest to editor more modestly...) | |||||
1991-06-25 | * sparc-opcode.h (trap opcodes): Avoid leading spaces or | John Gilmore | 2 | -21/+55 | |
tabs, which end up in the disassembler output inadvertently. | |||||
1991-06-20 | Changes to use yacc and/or bison in place. | K. Richard Pixley | 1 | -3/+11 | |
1991-06-20 | Changes for v9 gas. | K. Richard Pixley | 1 | -24/+138 | |
1991-06-20 | Changes for v9. | K. Richard Pixley | 2 | -29/+34 | |
1991-06-18 | Added prms. | K. Richard Pixley | 1 | -1/+1 | |
1991-06-16 | v9 checkpoint. | K. Richard Pixley | 1 | -182/+831 | |
1991-06-14 | *** empty log message *** | Steve Chamberlain | 2 | -10/+10 | |
1991-06-14 | Initial revision | Steve Chamberlain | 1 | -0/+1 | |
1991-06-14 | *** empty log message *** | Steve Chamberlain | 1 | -1/+5 | |
1991-06-14 | Initial revision | Steve Chamberlain | 1 | -0/+4 | |
1991-06-14 | *** empty log message *** | Steve Chamberlain | 2 | -3/+10 | |
1991-06-14 | Now works and self hosts | Steve Chamberlain | 1 | -2/+9 | |
1991-06-14 | Made it better | Steve Chamberlain | 1 | -1/+12 | |
1991-06-14 | bfd.h: added alignment field | Steve Chamberlain | 6 | -1236/+153 | |
oasys.h: increased limit *coff internal stuff factored into internallcoff.h | |||||
1991-06-14 | Initial revision | Steve Chamberlain | 1 | -0/+330 | |
1991-06-14 | Cleaned up map file printing. | Steve Chamberlain | 3 | -39/+45 | |
Added support for bcs linkage Added NOLOAD, DESCT, COPY and OVERLAY keyword (though they don't do anything yet) |