summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1992-03-0384-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.)
* removed gnulibK. Richard Pixley1992-03-031-1/+0
|
* * printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, useSteve Chamberlain1992-03-031-3/+12
| | | | it before printing out the hex shape of an address.
* * gdbtypes.c (lookup_pointer_type): initialize the TYPE_LENGTH ofSteve Chamberlain1992-03-035-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.
* Check in ChangeLog entries for the recent massive changes for prototypes,Fred Fish1992-03-021-86/+342
| | | | objfile changes, etc.
* Modifed to care about semi colons again, newlines are ignored - sorrySteve Chamberlain1992-03-029-91/+82
| | | | Per.
* * rs6000-xdep.c (frame_initial_stack_address): MovePer Bothner1992-03-022-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.
* New file: rs6000-core.c.Per Bothner1992-03-021-1/+5
|
* More changes, mostly from IBM for rs6000. (See ChangeLog.)Per Bothner1992-03-029-95/+374
|
* xm-sysv4.h: Provide definitions/prototypes for host environmentFred Fish1992-03-012-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.
* Make the declarations of fix_new consistent under __STDC__. It mightMichael Tiemann1992-03-012-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.
* Forgot these two from previous check-in of rs6000 stuff.Per Bothner1992-03-011-1/+0
|
* More changes, mostly from IBM, for the rs6000. See ChangeLog.Per Bothner1992-03-017-38/+144
|
* * Makefile.in (strerror.o): Add rule so that broken Sun make canMichael Tiemann1992-02-291-0/+5
| | | | work in subdirs.
* Mostly rs6000 changes from IBM.Per Bothner1992-02-2912-406/+1222
|
* * aoutx.h (NAME(aout,print_symbol)): Don't printPer Bothner1992-02-291-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).
* * wait.h (WIFSTOPPED): Add IBM rs6000-specific version.Per Bothner1992-02-281-0/+11
|
* * breakpoint.c (breakpoint_re_set_one): Don't reset breakpointStu Grossman1992-02-282-11/+20
| | | | unless symbol table indicates that something has changed.
* * remote.c: Make it work for embedded MIPS. Increase bufferJohn Gilmore1992-02-284-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.
* Hard-code "@appendix" instead of "@chapter" at the beginning of each of these.Roland Pesch1992-02-282-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.
* * Phrasing of "disassemble" description improved (less wordy, avoids widow inRoland Pesch1992-02-281-11/+9
| | | | | | | small format) * typo in index entry type fixed * example of nonexistent configuration, in config appendix, slightly more far-fetched
* Added disclaimer (requested by WRS) on how procedures described forRoland Pesch1992-02-281-0/+4
| | | | connecting to VxWorks may change in future releases of VxWorks.
* * mipsread.c: Byte-swap the symbol table structures, usingJohn Gilmore1992-02-282-1/+4
| | | | | routines from ecoff.c, to read a symbol table written in any of the four possible byte orders.
* * config/mt-bigmips, config/mt-littlemips: Add ecoff.o.John Gilmore1992-02-272-2/+2
|
* * configure.in (mips-big-* target): Same as Sony News.John Gilmore1992-02-273-0/+344
| | | | | * config/mt-bigmips, config/mt-littlemips: Add ecoff.o. * ecoff.c: New file for symbol swapping routines.
* Initial revisionJohn Gilmore1992-02-271-0/+286
|
* Don't core dump if no output section available for a symbolSteve Chamberlain1992-02-272-3/+15
|
* Dos File renamingSteve Chamberlain1992-02-273-3/+1220
|
* Fix cvs merge fuckup.Stu Grossman1992-02-271-6/+0
|
* * breakpoint.c (all_breakpoints_info, breakpoint_1): Add 'infoStu Grossman1992-02-272-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.
* * aoutx.h (translate_from_native_sym_flags): when creating an alias symbol, ↵Steve Chamberlain1992-02-272-355/+360
| | | | fill in the section as undefined, rather than leaving it blank
* Why didn't it start emacsSteve Chamberlain1992-02-273-1/+1384
|
* * breakpoint.h (ALL_BREAKPOINTS_SAFE): Add.John Gilmore1992-02-275-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.
* Update `dependency' files so that Make will build the right things atJohn Gilmore1992-02-272-268/+327
| | | | the right times.
* Remove running log from .Sanitize.John Gilmore1992-02-271-44/+0
|
* Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)Steve Chamberlain1992-02-272-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.
* H8 bitrot fixesSteve Chamberlain1992-02-272-1/+9
|
* Keep a.out.gnu.h, not a.out.h (which no longer exists).Michael Tiemann1992-02-261-2/+5
|
* If we're going to keep gnulib, we might as well keep libgcc.Michael Tiemann1992-02-261-0/+1
|
* Don't clobber newlib.Michael Tiemann1992-02-261-0/+1
|
* * expr.c: If an expression is single comma, then return withSteve Chamberlain1992-02-262-1/+6
| | | | | SEG_ABSENT rather than an error - since the sparc front end does really strange things with things like fbge,a
* changed prms to send_prHeinz G. Seidl1992-02-262-2/+2
|
* Fix one overlooked instance of "+" option prefix in configure appendix.Roland Pesch1992-02-251-1/+1
|
* * as.h: include bfd.h if using many sectionsSteve Chamberlain1992-02-252-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
* mkdir $(infodir) on install-info.K. Richard Pixley1992-02-252-15/+28
|
* Don't remove underlinesSteve Chamberlain1992-02-241-1/+21
|
* Keep Makefile.in and configure.in. Don't keep Makefile.Michael Tiemann1992-02-241-2/+6
|
* Add gdbtypes.c gdbtypes.h minsyms.c mmap-alloc.c mmap-sbrk.c objfiles.cFred Fish1992-02-231-0/+9
| | | | solib.h state.c and state.h
* * app.c: MRI compatibility - allow single quote to start a string.Steve Chamberlain1992-02-2211-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.
* Made less things defined by default, now builds on sun3 and sun4.Steve Chamberlain1992-02-221-27/+52
|
OpenPOWER on IntegriCloud