aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1992-02-26Keep a.out.gnu.h, not a.out.h (which no longer exists).Michael Tiemann1-2/+5
1992-02-26If we're going to keep gnulib, we might as well keep libgcc.Michael Tiemann1-0/+1
1992-02-26Don't clobber newlib.Michael Tiemann1-0/+1
1992-02-26 * expr.c: If an expression is single comma, then return withSteve Chamberlain2-1/+6
SEG_ABSENT rather than an error - since the sparc front end does really strange things with things like fbge,a
1992-02-26changed prms to send_prHeinz G. Seidl2-2/+2
1992-02-25Fix one overlooked instance of "+" option prefix in configure appendix.Roland Pesch1-1/+1
1992-02-25 * as.h: include bfd.h if using many sectionsSteve Chamberlain2-4/+16
* expr.c: LOCAL_LABELS_FB had been changed to lower case - so local labels didn't work. * listing.c (list_symbol_table): don't core dump when there's no symbol there. * write.c, write.h: call fix_new with the right number of args on the H8. * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make errors nicer
1992-02-25mkdir $(infodir) on install-info.K. Richard Pixley2-15/+28
1992-02-24Don't remove underlinesSteve Chamberlain1-1/+21
1992-02-24Keep Makefile.in and configure.in. Don't keep Makefile.Michael Tiemann1-2/+6
1992-02-23Add gdbtypes.c gdbtypes.h minsyms.c mmap-alloc.c mmap-sbrk.c objfiles.cFred Fish1-0/+9
solib.h state.c and state.h
1992-02-22 * app.c: MRI compatibility - allow single quote to start a string.Steve Chamberlain11-2885/+3231
* as.c: fix typo recently introduced. * as.h : Don't include aout/reloc.h - it's not right for COFF! * expr.c: Much rewriting, to accomodate MRI syntax for expressions. Also easier to read now. * listing.c: Put back defuns * read.c: modified to accept MRI syntax, put back listing pseudo ops so that an assembler built with NO_LISTING ignores list ops rather than pukes. * write.c, write.h: fixs - only keep a reloc type in a fix if the target machine is a SPARC or a 29K. * config/obj-aout.c: added s_sect pseudo op * config/obj-coffbfd.c: lints, set the filehdr flags right and fill in the timestamp. * config/obj-coffbfd.h: Since we don't include aout/reloc.h anymore, define all the relocs which the tc-<x> bit will use so we can translate from them to the coff types. * config/tc-a29k.c: reloc_type isn't ane enum any more * config/tc-m68k.c: Added NO_RELOC definition. Now compiles for sparc aout, 68k aout (MRI and MIT syntax), 29k coff. So far works as replacement for sparc and 68k /bin/as.
1992-02-22Made less things defined by default, now builds on sun3 and sun4.Steve Chamberlain1-27/+52