Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-06-20 | * elf.c (bfd_elf_find_section): Mark as INTERNAL_FUNCTION so | John Gilmore | 3 | -4/+27 | |
its prototype will be included in libbfd.h. Change result type to struct * (rather than equivalent typedef) so it can be used in the prototype, where they typedef won't be known. * libbfd.h: Updated version. | |||||
1992-06-20 | HPPA BS | Stu Grossman | 7 | -2/+27 | |
1992-06-19 | * sysdep-obsd.h: #include <sys/types.h> to make this more Kosher. | Stu Grossman | 2 | -0/+5 | |
1992-06-19 | HPPA merge. | Stu Grossman | 5 | -0/+24 | |
1992-06-19 | * bfd.h: HPPA merge. | Stu Grossman | 2 | -1/+9 | |
1992-06-19 | * configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c, | Stu Grossman | 16 | -8/+5959 | |
hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, munch, partial-stab.h, tm-hppabsd.h, tm-hppahpux.h, xm-hppabsd.h, xm-hppahpux.h: HPPA merge. | |||||
1992-06-19 | * Makefile.in (c-exp.tab.c, m2-exp.tab.c): Filter out bogus extern | Stu Grossman | 4 | -7/+31 | |
declarations of malloc/realloc/free that are inserted by some versions of yacc. * m2-exp.y: Prevent conflicts with TRUE and FALSE tokens by #undeffing them. * xm-rs6000.h: Declare malloc/realloc/free appropriately. Yet another decl of strdup (this really ought to come from libiberty.h!). | |||||
1992-06-19 | HPPA merge. | Stu Grossman | 2 | -0/+117 | |
1992-06-19 | * Makefile.in, archures.c, configure.in, cpu-hppa.c, hppa.c, libhppa.h, | Stu Grossman | 7 | -6/+699 | |
targets.c: HPPA merge. | |||||
1992-06-19 | * config.sub: HPPA merge. | Stu Grossman | 1 | -0/+4 | |
1992-06-19 | * remote.c (getpkt): Error if input exceeds buffer size. | John Gilmore | 6 | -39/+278 | |
(_initialize_remote): `set remotedebug' enables packet trace. * dbxread.c (process_one_symbol:N_FUN): GCC now produces relative N_SLINE's, etc, just like Sun cc on Solaris2. * am29k-tdep.c (read_register_stack, write_register_stack): Change RSTACK_HIGH_ADDR to rstack_high_address, a user-settable variable. Add `set' and `show' commands for it. * doc/gdb.texinfo: Document it. * eval.c: Avoid residue-by-zero when evaluating without side effects. (Bug and fix found by Pierre Willard.) * sparc-tdep.c: Clean up slightly for Solaris2. | |||||
1992-06-19 | Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com) | John Gilmore | 2 | -14/+30 | |
* config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true. Mon Jun 15 13:50:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * configure.in: use mh-sysv4 on solaris2 | |||||
1992-06-19 | * configure.in: Separate Solaris2 from SYSV4 on SPARC. | John Gilmore | 2 | -2/+8 | |
* config/solaris2.mh: Kludge around Sun compiler bug. | |||||
1992-06-19 | * valprint.c (type_print_1): Plug memory leak. Print all | Fred Fish | 3 | -15/+29 | |
C++ syms as demangled, not just functions. * buildsym.c (read_range_type): When we find a signed char type, do a lookup of signed char, not plain char. Plain char's still get looked up as plain char's elsewhere. | |||||
1992-06-18 | 1) Better fix for section "Readline Killing Commands": delete entire | Roland Pesch | 1 | -53/+49 | |
first paragraph. It looks like it's left over from previous nomenclature; term "cutting" introduced there is not used in rest of document. ("killing" is used instead, as in the section title and in the following paragraph.) 2) More consistent use of @key for things to type in; in a few cases not having it actually produced wrong doc on paper---notably "M--" comes out as "M" followed by emdash, if in the plain Roman body text... | |||||
1992-06-18 | Delete dangling "There is a" at end of first paragraph under "Readline | Roland Pesch | 1 | -1/+1 | |
Killing Commands". None of our saved versions has the rest of this sentence, whatever it may have been... | |||||
1992-06-18 | * h8300hms.em, h8300hms.sc-sh: do the right thing for -r | Steve Chamberlain | 4 | -20/+35 | |
* ldexp.c: lint * ldlang.c(open_output): set the target arch and machine as soon as we can. (lang_size_sections): use new macros for setting vma * ldwrite.c: lint | |||||
1992-06-18 | * xm-rs6000.h: Fix decls for malloc, realloc, and free. | Stu Grossman | 2 | -3/+5 | |
1992-06-17 | * tm-rs6000.h: Remove #include of inferior.h. Fixes many | Stu Grossman | 1 | -2/+0 | |
compilation errors. | |||||
1992-06-17 | * xm-rs6000.h: Add decl for strdup(). | Stu Grossman | 2 | -1/+4 | |
1992-06-17 | * xm-rs6000.h: Remove #include of inferior.h. Fixes many | Stu Grossman | 1 | -0/+3 | |
compilation errors. | |||||
1992-06-17 | * breakpoint.c (enable_command, disable_command): Without args, | Stu Grossman | 2 | -23/+44 | |
should only affect normal breakpoints and watchpoints. | |||||
1992-06-17 | * libaout.h (aout_backend_data): Change defs of two bitfields to | Stu Grossman | 1 | -0/+5 | |
be unsigned chars instead to get around rs6000 compiler problem. | |||||
1992-06-17 | * elf.c (bfd_section_from_shdr, elf_slurp_symbol_table): | Fred Fish | 2 | -3/+23 | |
Correct misconception that there can be only one symbol table. Only call elf_slurp_symbol_table on the full symbol table, not the dynamic one which is only a subset of the full one. (The bfd library was slurping in the first ELF symbol table it found and then ignoring any others. For dynamically linked executables, this happened to be the dynamic symbol table, which is a subset of the full symbol table and only contains the symbols that need to be used in dynamic linking.) | |||||
1992-06-17 | * m68k-pinsn.c (print_insn_arg): Make register be const. | Stu Grossman | 1 | -1/+1 | |
1992-06-17 | * xcoffexec.c: Remove ' from comment. | Stu Grossman | 3 | -1/+15 | |
* xm-sun3os4.h: Define MALLOC_INCOMPATIBLE to avoid conflicts with decls of malloc in c-exp.tab.c (as produced by yacc). There's got to be a better way to do this... | |||||
1992-06-17 | Don't align sections in I960 coff files. | Ken Raeburn | 2 | -1/+9 | |
(I know there's a GDB freeze on, but this only affects writing i960 coff files, and Steve needs it ASAP.) | |||||
1992-06-17 | * partial-stab.h: Convert single rindex use to strrchr. | Fred Fish | 2 | -1/+8 | |
* mipsread.c, dbxread.c: Remove troublesome inclusion of non- standard <strings.h> file, now that the only single use of rindex in the gdb source files is gone. | |||||
1992-06-17 | * mipsread.c: Undo ill effects from including <strings.h>, | Fred Fish | 2 | -2/+13 | |
which #defines index to be strchr. Unfortunately, index is a member of a symbol table structure that can't be changed. * mipsread.c: tm-mips.h includes coff/symconst.h and coff/sym.h, remove redundant #include's. | |||||
1992-06-17 | gratuitous white space changes merged from other prep releases | K. Richard Pixley | 1 | -0/+11 | |
1992-06-17 | Keep mh-solaris | Stu Grossman | 1 | -0/+1 | |
1992-06-17 | Add move-if-change to DEVO_SUPPORT_FILES. | Stu Grossman | 1 | -1/+1 | |
1992-06-16 | Add demangle.h to HFILES. | Stu Grossman | 1 | -2/+2 | |
1992-06-16 | Unscrew this file... (Been up too long I think...) | Stu Grossman | 1 | -1065/+641 | |
1992-06-16 | More cleanup in gdb packaging... | Stu Grossman | 1 | -20/+23 | |
1992-06-16 | Keep sun4sol2.m{th}. | Stu Grossman | 1 | -0/+2 | |
1992-06-16 | Keep tm-sun4sol2.h and xm-sun4sol2.h. | Stu Grossman | 1 | -0/+2 | |
1992-06-16 | More 29k crap to remove! | Stu Grossman | 1 | -1/+0 | |
1992-06-16 | One mo time... | Stu Grossman | 1 | -2/+2 | |
1992-06-16 | Fixup install.all target so that install-texinfo can be removed properly by GDB | Stu Grossman | 1 | -641/+1065 | |
packaging procedures. | |||||
1992-06-16 | Remove 29k/UDI stuff for now. For the time being, the original Makefile is | Stu Grossman | 1 | -34/+2 | |
called Makefile.in-29k-UDI. | |||||
1992-06-16 | Save Makefile with 29k stuff for later. | Stu Grossman | 1 | -0/+754 | |
1992-06-16 | Save scripts. | Stu Grossman | 1 | -0/+1 | |
1992-06-16 | Remove 29k/UDI for now. | Stu Grossman | 1 | -2/+0 | |
1992-06-16 | * mipsread.c: #include <strings.h> for rindex(). | Stu Grossman | 2 | -6/+13 | |
1992-06-16 | typo | K. Richard Pixley | 1 | -1/+1 | |
1992-06-16 | hitachi bug gix | Steve Chamberlain | 1 | -2/+2 | |
1992-06-16 | Bug fixes for Hitachi | Steve Chamberlain | 1 | -4/+4 | |
1992-06-16 | * xcoffexec.c (map_vmap): Turn comment into a real C comment. | Fred Fish | 2 | -3/+7 | |
1992-06-16 | Changes reflecting recent changes in BFD library sources. | Ken Raeburn | 1 | -3/+7 | |