aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-03-08This is the second batch of makefile changes. Libg++ makefiles wereK. Richard Pixley10-286/+189
checked in earlier. These are Makefiles relevant to the progressive release currently in progress. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets.
1992-03-08include ansidecl.hK. Richard Pixley1-0/+1
1992-03-08added menu triggersK. Richard Pixley1-0/+8
1992-03-07 * coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on ↵Steve Chamberlain1-0/+8
little endian 960 code. * archive.c (compute_and_write_armap): indirect symbols should go into the archive header too.
1992-03-07*** empty log message ***Steve Chamberlain1-1/+6
1992-03-07Lint removal, extra prototypes.Steve Chamberlain5-15/+29
Recopied cplus-dem from gdb, makes more things come out right.
1992-03-07 * chew.c: now has -w switch turn on warningsSteve Chamberlain1-1/+6
1992-03-06Fix punctuation error in node Disabling, spotted by gnu.Roland Pesch2-2/+2
1992-03-06Remove (or comment out) local-formatting commands accidentally checked in.Roland Pesch2-6/+4
(Fix for info-making problems spotted by Rich.)
1992-03-06 * ldmain.c (Q_enter_file_symbols): now aliases work againSteve Chamberlain2-24/+43
1992-03-06Now use EXFUN rather than PROTO, so that things using ansidecl.h andSteve Chamberlain12-114/+114
not bfd.h can use them
1992-03-06Routines for currently-unsupported architectures. findcall() just returnsSean Eric Fagan2-0/+61
in dummy.c, and dummy.h mostly contains copyright. (These were originally the hp300 files from the UCBerkeley net2 tape.)
1992-03-06For currently-unsupported machines. Causes a null-routine to be calledSean Eric Fagan1-0/+1
for some of the subroutine tracing stuff.
1992-03-06Fixed a typo in an if statement -- gcc caught it ('=' vs. '==').Sean Eric Fagan1-3/+2
1992-03-06Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof'sSean Eric Fagan2-33/+31
on both the sparc (SunOS) and Mach386 systems, more or less. (The differences are at least partially due to what I think might be bugs in the native gprof.)
1992-03-06Fixed some serious bugs in the configuration of gprof. It now works withSean Eric Fagan2-7/+10
the latest bfd and company.
1992-03-06this file will be needed as long as we use a tool that we do not distribute (m4)K. Richard Pixley1-0/+4989
1992-03-06this file will be needed as long as we use a tool that we don't support (m4)K. Richard Pixley1-0/+8438
1992-03-06* mips-tdep.c (heuristic_proc_start): Avoid long delaysJohn Gilmore1-1/+2
for remote MIPS by limiting heuristic to 200 byte search. (heuristic_proc_desc): Byte-swapping. (mips_print_register): Cope with failure of read_relative_register_raw_bytes. Byte-swap integers for printing. * mips-pinsn.c (print_insn): Byte-swap instruction.
1992-03-06* remote.c (): Add newline to initial +.John Gilmore1-0/+1
(remote_resume): Mention how to cope with signals. (remote_interrupt): Add debug msg. (remote-wait): Implement new 'T' reply, which includes status, PC, and FP all in a single short message. (putpkt): Add further debugging of packet acks. * Makefile.in (VERSION): Roll to 4.4.5.
1992-03-06* mipsread.c (fixup_symtab): Also swap RFD's.John Gilmore1-0/+8
(parse_partial_symbols): Avoid bug on unknown symbol types.
1992-03-06Remove sym.h and symconst.h from 'depend'.John Gilmore1-1/+1
1992-03-06Add rule for coff-msym.John Gilmore1-1/+5
1992-03-06* ecoff.c: Move to ../bfd/coff-msym.c.John Gilmore3-10/+15
* config/mt-*mips: Remove ecoff.o from the configuration.
1992-03-06Add relative file descriptors.John Gilmore1-0/+6
1992-03-06Add swapping of RFD's.John Gilmore1-0/+17
1992-03-06* ecoff.c: Move to ../bfd/coff-msym.c.John Gilmore2-2/+2
* config/mt-*mips: Remove ecoff.o from the configuration.
1992-03-06* coff-msym.c: Move this file from gdb/ecoff.c. ItJohn Gilmore1-0/+25
handles byte-swapping for ECOFF (MIPS symbol) files.
1992-03-06Initial revisionJohn Gilmore1-0/+358
1992-03-06Keep ecoff-ext.h.Stu Grossman1-0/+1
1992-03-05Add gdbtest to list of directories to preserve.Fred Fish1-0/+1
1992-03-05* config.sub configure.in config/.Sanitize config/mh-irix4Stu Grossman1-0/+8
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x. Actually, just pick up a couple of files that I forgot.
1992-03-05* config.sub configure.in config/.Sanitize config/mh-irix4Stu Grossman15-8/+238
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
1992-03-04 * defs.h, utils.c: xrealloc takes PTR as first arg.Fred Fish5-15/+69
* defs.h: Reword confusing comment about ANSI prototypes. * defs.h: Some minor whitespace changes. * infrun.c (wait_for_inferior): Compare int tmp to int 0, not NULL, which can be (void *). * tm-amix.h, tm-i386v4.h: Add defines for setjmp/longjmp handling. * tm-i386v.h (SP_ARG0): Define * xm-sysv4.h: Back out of change for missing prototypes. * i386-tdep.c (get_longjmp_target): Add function.
1992-03-04H8/300 config, startup doc, and related mods.Roland Pesch6-106/+246
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann84-476/+990
* All GDB files that #include defs.h: Removed stdio.h. (defs.h): #include stdio.h. This has been tested by building GDBs for all targets hosted on Sun4. None of the build problems were related to stdio.h inclusion. (n.b. many configurations don't build for other reasons.)
1992-03-03removed gnulibK. Richard Pixley1-1/+0
1992-03-03 * printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, useSteve Chamberlain1-3/+12
it before printing out the hex shape of an address.
1992-03-03 * gdbtypes.c (lookup_pointer_type): initialize the TYPE_LENGTH ofSteve Chamberlain5-76/+118
a ptype to reflect the setting of TARGET_PTR_BIT. Set the TYPE_FLAGS of a ptype to TYPE_FLAG_UNSIGNED. * tm-h8300.h, h8300-tdep.c, remote-hms.c: personal checkpoint * printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, use it before printing out the hex shape of an address.
1992-03-02Check in ChangeLog entries for the recent massive changes for prototypes,Fred Fish1-86/+342
objfile changes, etc.
1992-03-02Modifed to care about semi colons again, newlines are ignored - sorrySteve Chamberlain9-91/+82
Per.
1992-03-02 * rs6000-xdep.c (frame_initial_stack_address): MovePer Bothner2-41/+60
code to set frame->cache_fsr into new separate function frame_get_cacahe_fsr. This allows fixing a fatal error. * xcoffexec.c: Turn previously suppressed error message back on, after cleaning up BFD.
1992-03-02New file: rs6000-core.c.Per Bothner1-1/+5
1992-03-02More changes, mostly from IBM for rs6000. (See ChangeLog.)Per Bothner9-95/+374
1992-03-01xm-sysv4.h: Provide definitions/prototypes for host environmentFred Fish2-0/+67
functions for which no definitions or prototypes are provided in any currently included gdb or host environment header files. For SVR4, this currently includes malloc and realloc, which cannot be portably prototyped in any gdb include file.
1992-03-01Make the declarations of fix_new consistent under __STDC__. It mightMichael Tiemann2-7/+14
be better to #define NEED_FX_R_TYPE in TC_A29K and TC_SPARC instead of having this complicated conditional, but that's not my call.
1992-03-01Forgot these two from previous check-in of rs6000 stuff.Per Bothner1-1/+0
1992-03-01More changes, mostly from IBM, for the rs6000. See ChangeLog.Per Bothner7-38/+144
1992-02-29 * Makefile.in (strerror.o): Add rule so that broken Sun make canMichael Tiemann1-0/+5
work in subdirs.
1992-02-29Mostly rs6000 changes from IBM.Per Bothner12-406/+1222