Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-11-12 | Remove internal gdb definition of fixed arg count concat() function and | Fred Fish | 18 | -35/+35 | |
convert to use of variable arg count concat() in libiberty. | |||||
1991-11-12 | First cut | Steve Chamberlain | 2 | -0/+603 | |
1991-11-12 | Initial revision | Steve Chamberlain | 2 | -0/+12 | |
1991-11-12 | Added harris systems | Steve Chamberlain | 1 | -1/+7 | |
1991-11-12 | rs6000 alone means rs6000-ibm-aix | John Gilmore | 1 | -4/+4 | |
1991-11-12 | * Makefile.in: Add xcoffread.c, xcoffexec.c. | John Gilmore | 2 | -0/+28 | |
* xcoffread.c: New file for handling AIX mangled-coff files. * xconfig/rs6000, tconfig/rs6000: New files. * buildsym.c: Add hooks for xcoffread.c. | |||||
1991-11-12 | * rs6000-pinsn.c, rs6000-tdep.c, rs6000-xdep.c, tm-rs6000.h, | John Gilmore | 6 | -0/+3176 | |
xm-rs6000.h: New files. * xcoffexec.c: New file for handling AIX shared libraries. | |||||
1991-11-12 | Initial revision | John Gilmore | 2 | -0/+44 | |
1991-11-12 | New file. | John Gilmore | 1 | -0/+1506 | |
1991-11-12 | Just use #undef, not #define foo foo | John Gilmore | 2 | -5/+5 | |
1991-11-12 | add texinfo; mkdir foo/info; echo when mkdir'ing | K. Richard Pixley | 1 | -1/+3 | |
1991-11-12 | add texinfo | K. Richard Pixley | 1 | -1/+1 | |
1991-11-12 | Allways use -O2 | Steve Chamberlain | 1 | -1/+3 | |
1991-11-12 | Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 3 | -12/+19 | |
* Makefile.in: Use the MINUS_G no-debug convention * readline.c: (many_places) move all the declarations of rindex to only one place, to reduce the number of warnings it makes. | |||||
1991-11-12 | allow +foo bar options. stolen from texinfo configure | K. Richard Pixley | 1 | -78/+131 | |
1991-11-12 | Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 3 | -5/+13 | |
* Makefile.in: standardize on MINUS_G to disable debugging * coff-m88k.c: create coff armaps instead of bsd ones. * opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits when calling chmod. | |||||
1991-11-12 | uses __inline for now for gcc | Steve Chamberlain | 1 | -2/+3 | |
1991-11-12 | Remove coredep.o from XDEPFILES. The fetch_core_registers() function is | Fred Fish | 1 | -1/+1 | |
now found in procfs.c for hosts with /proc support. | |||||
1991-11-12 | Minor rewording of message containing name of program that generated a | Fred Fish | 4 | -19/+75 | |
core file (core.c), permanently remove the register_addr() stub (elfread.c), move a misplaced #endif (procfs.c), and add fetch_core_registers func for core file support (procfs.c). | |||||
1991-11-12 | Additions to support ELF formatted core files. | Fred Fish | 1 | -0/+6 | |
1991-11-12 | Add support for ELF note sections, which are used in ELF core files to | Fred Fish | 3 | -0/+24 | |
hold copies of various /proc structures at the time of the core dump. | |||||
1991-11-12 | * ldmisc.c, ldmisc.h: Re-write info() to take a filename | Per Bothner | 2 | -1/+10 | |
parameter, a format, and an arg pointer, and rename it to vfinfo(). Write info() in terms of new vfinfo(). New einfo() is the same as info(), except it writes to stderr. * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c, ldmisc.c: Replace "error" calls to info() by new einfo(). | |||||
1991-11-12 | * aoutx.h (NAME(aout,find_nearest_line)): Handle the case | Per Bothner | 2 | -6/+70 | |
of two N_SO stabs, one for directory, and one for filename. * bfd-in.h (print_vma): Factor out duplicate definition. Exit a little more gracefully when malloc returns NULL. * libbfd.c: New function bfd_xmalloc (malloc wrapper). * opncls.c, syms.c, bout.c, aoutx.h: Replace malloc by bfd_xmalloc. * libbfd.h: Rre-generated due to libbfd.c update. | |||||
1991-11-11 | Added tc-sparc.c | Steve Chamberlain | 1 | -1/+5 | |
1991-11-11 | Added MINUS_G flag, now debugging can be turned off | Steve Chamberlain | 1 | -1/+2 | |
1991-11-11 | * ldlex.l ldgram.y: made -V option do same as -v | Steve Chamberlain | 2 | -4/+17 | |
* Makefile.in: Added $(MINUS_G) flag so debugging can be turned off | |||||
1991-11-11 | Added the $(MINUS_G) flag so that debugging can be turned off | Steve Chamberlain | 1 | -1/+2 | |
1991-11-11 | add GCCVERBOSE flag for debugging | K. Richard Pixley | 1 | -2/+7 | |
1991-11-09 | Remove leftover call to do_cleanups() which resulted from a previous change. | Fred Fish | 2 | -3/+3 | |
Was being called with a random pointer. | |||||
1991-11-09 | Document use of elf_big_vec as DEFAULT_VECTOR. | Fred Fish | 1 | -0/+2 | |
1991-11-09 | Don't try to create a bfd section for the first ELF section header table | Fred Fish | 2 | -3/+9 | |
entry, since it is just a placeholder with no name. | |||||
1991-11-09 | Re-enable compilation of register_addr() stub whenever it is not supplied | Fred Fish | 2 | -3/+12 | |
by coredep.c, since it is referenced by fetch_core_registers(). This is still a temporary kludge. | |||||
1991-11-09 | correct a comment | K. Richard Pixley | 1 | -3/+12 | |
1991-11-09 | thin out directories actually created | K. Richard Pixley | 1 | -11/+2 | |
1991-11-09 | Modernize, add sysdep-*.h files | John Gilmore | 1 | -22/+2 | |
1991-11-09 | * configure.in: Make a link for sysdep.h. Specify commontargets. | John Gilmore | 3 | -12/+24 | |
* sysdep-norm.h: The usual alloca declarations. * sysdep-aix.h: What AIX 3.1 on RS/6000 needs for alloca. * history.c, readline.c: Use sysdep.h. | |||||
1991-11-09 | Initial revision | John Gilmore | 2 | -0/+14 | |
1991-11-09 | Remove Rs/6000 changes (patch_block_stabs) so it will link without. | John Gilmore | 1 | -12/+0 | |
1991-11-09 | * coff-rs6000.c, config/mh-rs6000: Make it work on archive and | John Gilmore | 1 | -4/+13 | |
core files, when compiling native. * hosts/h-rs6000.h: Define FASCIST_FDOPEN for bfd_fdopenr. | |||||
1991-11-09 | Define FASCIST_FDOPEN. | John Gilmore | 1 | -0/+3 | |
1991-11-09 | More changes for objfiles. | John Gilmore | 1 | -1/+8 | |
1991-11-09 | Add tracking of object files (that contain symbols) to gdb. | John Gilmore | 8 | -229/+443 | |
This includes a "struct objfile" that owns symtabs and psymtabs that were read in from that binary file. See ChangeLog. | |||||
1991-11-09 | Lint and some rs/6000 port. | John Gilmore | 6 | -183/+128 | |
1991-11-09 | Now runs write_armap, even when listing contents. | Steve Chamberlain | 1 | -21/+11 | |
1991-11-09 | Fixed bug printing 29050 instructions. | Steve Chamberlain | 1 | -3/+4 | |
1991-11-08 | Format improvements, mostly for @smallbook (including reformatted table | Roland Pesch | 1 | -137/+132 | |
of config options). | |||||
1991-11-08 | Remove spurious echo | Steve Chamberlain | 1 | -1/+0 | |
1991-11-08 | Put .comments into .data section, otherwise 88k can't exec the image. | Steve Chamberlain | 1 | -0/+1 | |
1991-11-08 | * Makefile.in: link with libiberty after libreadline, since | Steve Chamberlain | 2 | -1/+3 | |
readline might want something in libiberty. | |||||
1991-11-08 | Only has -DSYSV now | Steve Chamberlain | 1 | -3/+0 | |