aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1992-02-29 * aoutx.h (NAME(aout,print_symbol)): Don't printPer Bothner1-1/+0
symbol addresss for undefined symbols. * coff-rs6000.c: Various updates (due to target- independent changes). * libbfd.h: Ditto (tdata field is now a union). * hosts/h-sparc.h: Removed prototype for bogus function 'emset' (presumably should have been 'memset' - which is there).
1992-02-28 * wait.h (WIFSTOPPED): Add IBM rs6000-specific version.Per Bothner1-0/+11
1992-02-28* breakpoint.c (breakpoint_re_set_one): Don't reset breakpointStu Grossman2-11/+20
unless symbol table indicates that something has changed.
1992-02-28* remote.c: Make it work for embedded MIPS. Increase bufferJohn Gilmore4-78/+249
size, and use throughout. Round buffer size up if too many regs. Support baud rate setting and try for an 8-bit path. If interrupted while waiting for target, send a ^C down the wire. Avoid single-byte reads. * tm-mips.h: Add more embedded-system registers to REGISTER_NAMES and NUM_REGS. * mips-xdep.h: Avoid the embedded regs when on Unix.
1992-02-28Hard-code "@appendix" instead of "@chapter" at the beginning of each of these.Roland Pesch2-2/+2
This will eventually be supported with a trivial macro, but those aren't standard texinfo yet; in the meantime, I think GDB is the only manual we print that uses these---and it wants appendices.
1992-02-28* Phrasing of "disassemble" description improved (less wordy, avoids widow inRoland Pesch1-11/+9
small format) * typo in index entry type fixed * example of nonexistent configuration, in config appendix, slightly more far-fetched
1992-02-28Added disclaimer (requested by WRS) on how procedures described forRoland Pesch1-0/+4
connecting to VxWorks may change in future releases of VxWorks.
1992-02-28* mipsread.c: Byte-swap the symbol table structures, usingJohn Gilmore2-1/+4
routines from ecoff.c, to read a symbol table written in any of the four possible byte orders.
1992-02-27* config/mt-bigmips, config/mt-littlemips: Add ecoff.o.John Gilmore2-2/+2
1992-02-27* configure.in (mips-big-* target): Same as Sony News.John Gilmore3-0/+344
* config/mt-bigmips, config/mt-littlemips: Add ecoff.o. * ecoff.c: New file for symbol swapping routines.
1992-02-27Initial revisionJohn Gilmore1-0/+286
1992-02-27Don't core dump if no output section available for a symbolSteve Chamberlain2-3/+15
1992-02-27Dos File renamingSteve Chamberlain3-3/+1220
1992-02-27Fix cvs merge fuckup.Stu Grossman1-6/+0
1992-02-27* breakpoint.c (all_breakpoints_info, breakpoint_1): Add 'infoStu Grossman2-74/+133
all-breakpoints' command. * (get_number): Allow users to enter negative breakpoint numbers. * (breakpoint_1): Reformat display of 'info break' to show new fields. * (create_longjmp_breakpoint, breakpoint_re_set, breakpoint_re_set_one, enable/disable_longjmp_breakpoint), symfile.c (syms_from_objfile): Re-do insertion of longjmp breakpoints. Move all code into breakpoint_re_set, and call that instead of create_longjmp_breakpoint in symfile.c.
1992-02-27* aoutx.h (translate_from_native_sym_flags): when creating an alias symbol, ↵Steve Chamberlain2-355/+360
fill in the section as undefined, rather than leaving it blank
1992-02-27Why didn't it start emacsSteve Chamberlain3-1/+1384
1992-02-27* breakpoint.h (ALL_BREAKPOINTS_SAFE): Add.John Gilmore5-1005/+674
* breakpoint.c (breakpoint_re_set): Use ALL_BREAKPOINTS_SAFE. * symtab.c (find_pc_symtab): Handle having no objfiles. * infcmd.c: Fix comment. * objfiles.c (free_all_objfiles): Add. * symfile.h (ALL_OBJFILES, ALL_OBJFILES_SAFE): Add. * symfile.c (symbol_file_command): free all objfiles when specifying a new symbol file. (reread_symbols): Stat the file name, don't fstat the descriptor.
1992-02-27Update `dependency' files so that Make will build the right things atJohn Gilmore2-268/+327
the right times.
1992-02-27Remove running log from .Sanitize.John Gilmore1-44/+0
1992-02-27Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)Steve Chamberlain2-3/+33
* bfd.c: lint * coff-h8300.c: fix stupid reloc subtraction bug * coffcode.h (coff_swap_aux_out): only swap a tvndx by 2 bytes, since that's how wide it is. (coff_slurp_symbol_table): always zero out the symbol.flags and done_lineno fields.
1992-02-27H8 bitrot fixesSteve Chamberlain2-1/+9