aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-06-24Minor cleanup for better smallbook formatting w/default FSF style.Roland Pesch1-2/+2
1992-06-24(1) removed three-part table of config name components from InstallingRoland Pesch1-101/+14
appendix (too hard to maintain, esp w/recent versions of config.sub). Also corrected xref to this section accordingly. (2) updated sample output from config.sub to match latest variation of that script (3) minor editing to gnu contrib text on set/show remotedebug
1992-06-23Fix patch fragment for ncr3000.mh to find the file in the config dir.Fred Fish1-1/+1
1992-06-23Add patch to Makefile.in to default the demangling style to ARM/Lucid insteadFred Fish1-16/+26
of gcc style. Remove the mipsread.c patch fragment that added #include <strings.h>. It is unnecessary, and causes compile failures on NCR/SVR4.
1992-06-23Minor edits to new GNU material on special commands for AMD29K registerRoland Pesch1-10/+15
stack limit.
1992-06-23Add Linux hook.Per Bothner1-0/+1
1992-06-23New file for Linux.Per Bothner2-0/+5
1992-06-23Add tm-linux.h and xm-linux.h.Per Bothner1-0/+2
1992-06-23Add linux.mh and linux.mt.Per Bothner1-0/+2
1992-06-23Call setsid() when establishing new controlling terminal.Stu Grossman1-0/+1
1992-06-23Add i386linux.h.Per Bothner1-0/+1
1992-06-23Per, guess what you forgot to do...Stu Grossman1-0/+1
Hint: Add i386linux.c to bfd/.Sanitize...
1992-06-23Fixup patch for .Sanitize to not remove cadillac.c.Stu Grossman1-6/+16
1992-06-23Oops, retract last patch... Belongs in cadillac-patches.Stu Grossman1-1/+0
1992-06-23Fixup patch for ncr3000.h -> config/ncr3000.hStu Grossman1-0/+1
1992-06-23Add patch for .Sanitize file.Stu Grossman1-0/+16
1992-06-23Create new patch file to convert normal (mundane) GDB into SUPER-ENERGIZE GDB!Stu Grossman1-0/+946
1992-06-23* Centralize all Cadillac interface defs into defs.h.Stu Grossman1-27/+40
* Use prototypes for all interface routines (fix bugs found as a result of doing so). * Make full_filename more robust in the face of null dirname/filenames. * Get pty at startup instead of at child creation time. Put GDB descriptors 0, 1 and 2 on it so that we can see the output of shell commands. * Get rid of prompt(), use print_prompt() instead. Fixes loads of stupid prompting problems.
1992-06-23 * command.c (add_abbrev_prefix_cmd): Fix misspelling in comment.Fred Fish4-9/+25
* dwarfread.c (enum_type): Fix misspelling in comment. * valprint.c (val_print_fields, cplus_val_print): Minor adjustment to printing of C++ class structures to more closely match format for printing C structures, with and without setting pretty print.
1992-06-23Add install-newlibSteve Chamberlain1-2/+2
1992-06-23 * configure: fix various problems with propogatingSteve Chamberlain3-19/+36
makefile_target_frag in subdirs. * configure.in: config libgcc if its there
1992-06-23 * i386linux.c, hosts/i386linux.h, config/i386-linux.mt:Per Bothner2-0/+8
New files, for Linux (a free Unix clone for 386 machines). * Makefile.in, configure.in, targets.c: Update accordingly.
1992-06-23 * infrun.c (wait_for_inferior): Don't test for SIGEMTPer Bothner5-38/+100
(which is not a Posix signal) if it isn't defined. * tm-linux.h, xm-linux.h, config/linux.m[ht], configure.in: New port to Linux (a free Unix clone for 386 machines).
1992-06-23New port to Linux (a free Unix clone for 386 machines).Per Bothner2-0/+11
1992-06-22Lint UpdatesSteve Chamberlain1-5/+2
1992-06-22Lint stuff which didn't make it last timeSteve Chamberlain2-3/+3
1992-06-22Fri Jun 19 20:23:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain4-21/+21
Lints for bfd_reloc_code_type->bfd_reloc_code_real_type, and correct calling of howto special functions and fixes from Raeburn for gas<>bfdness * archures.c: nuke bfd_reloc_code_type * bout.c, cpu-h8300.c, coff-i960.c, coff-m88k.c: special function lint * coffcode.h (styp_to_sec_flags): STYP_INFO is marked as SEC_NEVER_LOAD, various other bfdgas newness * reloc.c->libbfd.h: change protype of bfd_default_reloc_type_lookup * targets.c: change jump table vector to above
1992-06-21(find_source_lines): Handle large st_size fields.John Gilmore2-39/+54
1992-06-21COFF changes for dealing better with EPI 29K C compiler output.John Gilmore5-181/+493
* coffread.c (record_minimal_symbol): Pass the minsym type to it. Callers changed. (coff_end_symtab): Sort blocks if needed. Complain if misordered. (read_coff_symtab): Move patch_opaque_types call from coff_symfile_read. Restrict it to symtabs from this objfile. (process_coff_symbol: C_TPDEF): Don't put ordinary foward references on opaque type chain; just let coff_lookup_type handle 'em. (decode_type): Complain about tagndx values on non-struct/union/enum types, which the EPI compiler tends to produce. * symtab.c (list_symbols): Make minimal symbol variable-finding work. * tm-68k.h (FIX_CALL_DUMMY): Avoid alignment and byte order dependency. * elfread.c (elf_symfile_read): Update bfd_elf_find_section usage to match new prototype. Include libbfd.h to get prototype.
1992-06-21Typo.John Gilmore1-1/+1
1992-06-20* gdb.texinfo: document `set remotedebug' and `set rstack_high_address'.John Gilmore2-0/+31
1992-06-20 * infcmd.c (jump_command): Use cleanups to avoid memory leaks.Fred Fish3-44/+156
* stack.c (return_command): Use cleanups to avoid memory leaks.
1992-06-20* remote-adapt.c, remote-eb.c, remote-mm.c: Lint. FixJohn Gilmore5-15/+35
INT_REGNUM to INTE_REGNUM. * tm-29k.h (SDB_REG_TO_REGNUM): Add for EPI 29K C compiler.
1992-06-20* elf.c (bfd_elf_find_section): Mark as INTERNAL_FUNCTION soJohn Gilmore3-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-20HPPA BSStu Grossman7-2/+27
1992-06-19* sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.Stu Grossman2-0/+5
1992-06-19HPPA merge.Stu Grossman5-0/+24
1992-06-19* bfd.h: HPPA merge.Stu Grossman2-1/+9
1992-06-19* configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c,Stu Grossman16-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 externStu Grossman4-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-19HPPA merge.Stu Grossman2-0/+117
1992-06-19* Makefile.in, archures.c, configure.in, cpu-hppa.c, hppa.c, libhppa.h,Stu Grossman7-6/+699
targets.c: HPPA merge.
1992-06-19* config.sub: HPPA merge.Stu Grossman1-0/+4
1992-06-19* remote.c (getpkt): Error if input exceeds buffer size.John Gilmore6-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-19Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)John Gilmore2-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 Gilmore2-2/+8
* config/solaris2.mh: Kludge around Sun compiler bug.
1992-06-19 * valprint.c (type_print_1): Plug memory leak. Print allFred Fish3-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-181) Better fix for section "Readline Killing Commands": delete entireRoland Pesch1-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-18Delete dangling "There is a" at end of first paragraph under "ReadlineRoland Pesch1-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 -rSteve Chamberlain4-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