Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitions | John Gilmore | 1992-02-21 | 13 | -90/+192 |
| | | | | | | | | into solib.h. * sparc-pinsn.c, sparc-tdep.c, standalonec, sun3-xdep.c, sun386-xdep.c, symm-xdep.c, target.c, ultra3-xdep.c, utils.c, value.h: Prototypes for static functions; lint. * gdbtypes.h: Empty file to ease transition. | ||||
* | * xm-amix.h, xm-i386v4.h, xm-stratus.h: Define NORETURN to avoid | John Gilmore | 1992-02-21 | 4 | -13/+32 |
| | | | | | complaints about volatile functions. * xm-sysv4.h (HAVE_MMAP): Define. | ||||
* | * core.c, exec.c, solib.c: Rename target_ops sections => | John Gilmore | 1992-02-21 | 5 | -119/+139 |
| | | | | | | to_sections, etc. * infcmd.c, inflow.c, infptrace.c, infrun.c, main.c, target.c, target.h: target_kill takes no args. | ||||
* | * core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c, | John Gilmore | 1992-02-21 | 13 | -98/+158 |
| | | | | | | | remote-hms.c, remote-mm.c, remote-nindy.c, remote-vx.c, remote.c, target.c, target.h, valarith.c, valops.c, value.h, xcoffexec.c: Remove to_call_function and target_call_function, since it always calls the same thing (call_function_by_hand). | ||||
* | * core.c, exec.c, infrun.c, inftarg.c, language.c, remote.c, | John Gilmore | 1992-02-21 | 4 | -66/+137 |
| | | | | signame.c, sparc-xdep.c: Prototypes for all static functions. Lint. | ||||
* | * environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h, | John Gilmore | 1992-02-21 | 11 | -212/+370 |
| | | | | | | | inferior.h, language.h, signame.h, target.h, terminal.h, tm-68k.h, tm-i386v.h, tm-sparc.h, tm-sun386.h, tm-symmetry.h, xm-i386v.h, xm-sparc.h: Prototypes for all external functions. Lint. | ||||
* | * defs.h: Include ansidecl.h and PARAMS macro. Use PARAMS | John Gilmore | 1992-02-20 | 8 | -89/+126 |
| | | | | | | | | | | | | to make prototypes for all functions declared here. * cplus-dem.c: Avoid declaring xmalloc and xrealloc. * c-exp.y: Rename SIGNED, OR, and AND to avoid conflict. * environ.c: Include <stdio.h> before defs.h. Minor cleanup. * ieee-float.h: Use PARAMS for prototypes; make some params const. * ieee-float.c, valarith.c: Include <stdio.h>. Lint. b*=>mem*. * m2-exp.y: Remove unused CONST; Rename OR and AND. * utils.c: Avoid declaring malloc and realloc. Lint. (request_quit): Accept signal-number parameter. | ||||
* | * coffread.c (decode_base_type): Pass long, not union. | John Gilmore | 1992-02-20 | 2 | -8/+12 |
| | | | | Fix by Eric Valette, ev@chorus.fr. | ||||
* | Add code to handle TAG_pointer_type DIE's (DWARF Information Entries) | Fred Fish | 1992-02-17 | 2 | -0/+54 |
| | | | | | that are produced by the i486/SVR4 MetaWare compiler, but not by the AT&T or GCC compilers. | ||||
* | When creating user defined types for subroutine and array types, check | Fred Fish | 1992-02-17 | 2 | -8/+48 |
| | | | | | first to see if a partial type already exists due to a forward reference, and if so, bash it to fit. | ||||
* | Fix missing user-font lines in introductory example (spotted by J Irwin, | Roland Pesch | 1992-02-16 | 1 | -2/+2 |
| | | | | WRS). | ||||
* | Fix code in elf_symtab_read which attempts to read the standard ELF | Fred Fish | 1992-02-14 | 2 | -8/+16 |
| | | | | | | | | | | | | | | symbol table and add symbol information to the misc function vector. This allows minimum functionality with non -g compiled code, and is vital for use with shared libraries (non of which are currently compiled with -g). Note to anyone doing any SVR4/gdb work. This bug was introduced into gdb just prior to the gdb 4.4 release, thus any versions currently in the field will have broken shared library support since no symbol information at all will be available for the shared library. This fix, along with one about to go into bfd's elf.c should fix that problem. | ||||
* | * xm-vaxbsd.h: Close off comment. | Stu Grossman | 1992-02-13 | 2 | -1/+5 |
| | |||||
* | terminated unterminated comment | Heinz G. Seidl | 1992-02-13 | 1 | -1/+1 |
| | |||||
* | Define NEED_POSIX_SETPGID for all SVR4 hosts. | Fred Fish | 1992-02-13 | 2 | -0/+12 |
| | |||||
* | Added mh-apollo68v and mt-os68k as files-to-keep. | Sean Eric Fagan | 1992-02-11 | 1 | -0/+2 |
| | |||||
* | Added a68v-xdep.c os68k-xdep.c, tm-os68k.h, and xm-apollo68v.h as files- | Sean Eric Fagan | 1992-02-11 | 1 | -0/+4 |
| | | | | to-keep. | ||||
* | all: Don't include <sys/file.h> if NO_SYS_FILE is defined. On the Apollo, | Sean Eric Fagan | 1992-02-11 | 1 | -0/+2 |
| | | | | | | | this file does not exist, and not including it hasn't seemed to cause problems. main.c: Use the proper enum's in the options structure initialization; the Apollo compiler chokes on this. | ||||
* | Makefile.in: Removed some '#''s that caused an extraneous include of | Sean Eric Fagan | 1992-02-10 | 1 | -0/+8 |
| | | | | | | the host/site/target files. configure.in: Added support for hosting on an Apollo Series 400, and targeting on an OS/68k machine. | ||||
* | Added support for hosting on an Apollo Series 400 (under System V emulation), | Sean Eric Fagan | 1992-02-10 | 2 | -0/+11 |
| | | | | and targeted towards an OS/68000 system. | ||||
* | Added support for hosting on an Apollo Series 400 processor (under | Sean Eric Fagan | 1992-02-10 | 4 | -0/+405 |
| | | | | System V emulation), and targeted towards an OS/68000 system. | ||||
* | In configure{.in} {host|target}_makefile_frag should name a file | K. Richard Pixley | 1992-02-08 | 1 | -2/+2 |
| | | | | | relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified. | ||||
* | Add xm-vaxbsd.h and xm-vaxult.h to .Sanitize. Add mh-vaxbsd and mh-vaxult, | Stu Grossman | 1992-02-07 | 2 | -1/+4 |
| | | | | remove mh-vax from config/.Sanitize. | ||||
* | * buildsym.c (read_struct_type): Avoid double-bump of parse ptr | John Gilmore | 1992-02-07 | 2 | -3/+9 |
| | | | | in the op$::OPERATOR. case. From Steven McCanne, <mccanne@horse.ee.lbl.gov>. | ||||
* | * exec.c (set_section_name): Pass arg to exec_files_info; | John Gilmore | 1992-02-07 | 1 | -0/+5 |
| | | | | only call it if interactive. From Francis Kauth <fk@tv.tv.tek.com>. | ||||
* | Add ${srcdir} for makefile_frags. | Michael Tiemann | 1992-02-07 | 1 | -2/+2 |
| | |||||
* | * main.c (print_gdb_version): Copyright msg: only this year. | John Gilmore | 1992-02-07 | 1 | -0/+5 |
| | | | | (cd_command): Avoid changing current_directory on error. | ||||
* | * mipsread.c (parse_partial_symbols): Handle dependencies | Per Bothner | 1992-02-06 | 1 | -0/+9 |
| | | | | | | | | between partial symbol tables (when not doing stabs-in-ecoff). (This used to be handled by parse_fdr, but parse_fdr was incompatible with handling stabs-in-ecoff, so the code was re-written to not use parse_fdr. Unfortunately, the logic to handle dependencies was overlooked.) | ||||
* | * coffread.c (read_enum_type): Use the size of a target int when | Steve Chamberlain | 1992-02-06 | 5 | -173/+773 |
| | | | | | | | | | | | describing enum. * defs.h: added new #define for TARGET_PTR_BIT, defaults to size of target int. * h8300-tdep.c, remote-hms.c, tm-h8300.h: too many changes to count * symtab.c (lookup_reference_type, lookup_ptr_type): use TARGET_PTR_BIT to determine size of a pointer * values.c (unpack_long): when unpacking a REF or a PTR don't assume the size of the type. | ||||
* | * mipsread.c (parse_symbol): Avoid clobbering enum pointer when | John Gilmore | 1992-02-06 | 2 | -10/+17 |
| | | | | | looking at its members. Improve guess between struct and union, only assuming union if multiple members have offsets of zero. | ||||
* | Mips-specific bug-fix (for stabs-in-ecoff), and style fix. See ChangeLog. | Per Bothner | 1992-02-05 | 3 | -9/+55 |
| | |||||
* | * xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult, | Stu Grossman | 1992-02-01 | 6 | -9/+39 |
| | | | | | config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen into BSD and Ultrix. | ||||
* | Call malloc, not xmalloc, when we check the result and recover from errors. | John Gilmore | 1992-02-01 | 1 | -0/+4 |
| | |||||
* | VERSION should have been 4.4.1, not 4.5... | Stu Grossman | 1992-02-01 | 1 | -1/+1 |
| | |||||
* | * Makefile.in: Increment version to 4.5. | Stu Grossman | 1992-02-01 | 2 | -1/+15 |
| | | | | * main.c (print_gdb_version): Update copyright notice. | ||||
* | * xm-vax.h: #ifndef ultrix around #include of endian.h and | Stu Grossman | 1992-02-01 | 2 | -0/+7 |
| | | | | limits.h (sigh). | ||||
* | Avoid references to files that aren't assigned to FSF. | John Gilmore | 1992-02-01 | 1 | -1/+3 |
| | |||||
* | Typo of my own | John Gilmore | 1992-02-01 | 1 | -1/+1 |
| | |||||
* | threecol.tex no longer exists. | Stu Grossman | 1992-02-01 | 1 | -2/+4 |
| | |||||
* | Update WHATS.NEW for gdb-4.4 release. | John Gilmore | 1992-02-01 | 2 | -35/+38 |
| | |||||
* | A typo and a thinko. | John Gilmore | 1992-02-01 | 1 | -2/+2 |
| | |||||
* | Update for gdb-4.4 release. | John Gilmore | 1992-02-01 | 1 | -170/+168 |
| | |||||
* | foo | Stu Grossman | 1992-02-01 | 1 | -7/+32 |
| | |||||
* | Distribute lpsrc.sed, remove rc-*. | Stu Grossman | 1992-02-01 | 1 | -4/+5 |
| | |||||
* | Update comments to make it clear that the copyright status is UNCLEAR. | John Gilmore | 1992-02-01 | 3 | -7/+8 |
| | |||||
* | Comment changes. | John Gilmore | 1992-02-01 | 2 | -3/+3 |
| | |||||
* | Remove references to i860 files whose copyrights have not been assigned | John Gilmore | 1992-02-01 | 1 | -8/+4 |
| | | | | to FSF yet. | ||||
* | Remove i860 files, which do not have clear copyright assignments. | John Gilmore | 1992-01-31 | 1 | -3/+0 |
| | |||||
* | Half-updated version for Stu to work on. | John Gilmore | 1992-01-31 | 1 | -0/+35 |
| | |||||
* | Remove some entries that were already recorded on Dec 11th. | John Gilmore | 1992-01-31 | 1 | -10/+1 |
| |