aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-11-22LintJohn Gilmore4-47/+63
1991-11-22Roll new files into various lists.John Gilmore2-11/+14
1991-11-22Add glob to SUBDIRS and GDB_SUPPORT_DIRS.John Gilmore1-2/+5
Remove texinfo from configdirs in GDB releases' configure.in file, since it won't have any config scripts.
1991-11-22stab.def: Remove the GNU extended type codes (e.g. N_SETT).Per Bothner4-57/+34
aoutx.h: Put back the N_HEADER_IN_TEXT(x) that John removed, but use his heuristic as its default definition. bfd.H; Re-generated.
1991-11-22 Moved bfd_stab_name() and bfd_stab_names[]Per Bothner6-31/+34
from syms.c to new file stab-syms.c. Renamed to aout_stab_name() and aout_stab_names[]. Also, since GNU extended type codes such as N_SETT are no longer in ../include/stab.def, include them manually.
1991-11-22Initial revisionPer Bothner1-0/+59
1991-11-22Roll VERSION to 4.2.90.John Gilmore2-2/+4
1991-11-22*** empty log message ***Stu Grossman1-0/+2
1991-11-22* Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.John Gilmore2-14/+14
Clean up makefile a bit in general.
1991-11-22Initialize the c++ specific portion of the type structure for union typesFred Fish2-14/+24
as well as struct types, since gdb attempts to reference that portion for both types. Was getting core dumps due to NULL pointer dereferencing.
1991-11-22* configure.in, config/mh-svr4: Make SVR4 work.Stu Grossman1-0/+4
1991-11-22* main.c: Use getcwd rather than getwd.John Gilmore8-68/+9
* standalone.c: Fake getcwd rather than getwd. * xm-*.h: Remove fake values of MAXPATHLEN.
1991-11-22Add inc-hist.texiJohn Gilmore1-0/+1
1991-11-22Initial revisionStu Grossman1-0/+155
1991-11-22hsuser.texinfo -> inc-hist.texi.Stu Grossman1-2/+2
1991-11-22Refer to new locations for readline doc.Stu Grossman1-4/+4
1991-11-21Rename REAMME.configure to DOC.configureJohn Gilmore1-1/+1
1991-11-21Change hm-* to mh-*.Stu Grossman1-4/+4
1991-11-21Add glob subdir.Stu Grossman1-1/+1
1991-11-21Fixup dirent<->direct stuff.Stu Grossman2-0/+12
1991-11-21Initial revisionStu Grossman4-0/+45
1991-11-21* readline.c: Move config stuff to sysdep.h, use typedef direntStu Grossman1-0/+6
consistently, remove refs to d_namlen (& D_NAMLEN) to improve portability. Also, update copyright notice. readline.h: remove config stuff that I added erroneously in the first place.
1991-11-21* emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,Stu Grossman1-0/+5
vi_mode.c: move config stuff to sysdep.h, update copyright notices.
1991-11-21Add a bunch of config files to .Sanitize, add some config stuff to Makefile.inStu Grossman3-5/+17
and configure.in. Fix compilation of ../glob/tilde.o in Makefile.
1991-11-21Add /* */ to #if 0'd thing to help ANSI.John Gilmore2-2/+4
1991-11-21Remove more refs to removed files.John Gilmore3-5/+3
1991-11-21* exec.c (exec_files_info): If `verbose' is set, show file offset as well.John Gilmore1-0/+3
1991-11-21* aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitionsJohn Gilmore3-55/+113
that should handle all uses. LOGICAL_ versions deleted. Eliminate N_HEADER_IN_TEXT, using a_entry to determine which kind of zmagic a.out file we are looking at. * coff-rs6000.h: Typo.
1991-11-21* libaout.h (WORK_OUT_FILE_POSITIONS): One more try at thisJohn Gilmore3-14/+115
rather complicated seeming problem. Eliminate LOGICAL_ versions, just make N_XXX work by excluding the header from the text segment. * aoutx.h: Fix comments to match.
1991-11-21Update for new files and changed include files.John Gilmore1-11/+284
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore93-1285/+757
* param-no-tm.h: Change users to define TM_FILE_OVERRIDE instead. * param.h, param-no-tm.h: Removed. * Update copyrights in all changed files. * dbxread.c, dwarfread.c, inflow.c, infrun.c, m2-exp.y, putenv.c, solib.c, symtab.h, tm-umax.h, valprint.c: Lint. * tm-convex.h, tm-hp300hpux.h, tm-merlin.h, tm-sparc.h, xm-merlin.h: Avoid host include files in target descriptions. * getpagesize.h: Removed, libiberty copes now.
1991-11-21Update checked-in copy for convenience. (FSF releases build their own.)John Gilmore1-87/+112
1991-11-21temporary mid-attempt at fixincludes during three-stageK. Richard Pixley1-24/+39
1991-11-21Add mh-scoJohn Gilmore1-36/+1
1991-11-21.Sanitize:Steve Chamberlain2-1/+2
Include mh-delta88 mh-delta88: Remove gratuitous greeting
1991-11-21Bring in HP a.out remnants from GDB. Eliminate obsolete a.out.gnu.h.John Gilmore2-5/+9
1991-11-21Remove rudimentary HP a.out support from GDB, move to ../include.John Gilmore1-0/+3
1991-11-21Cashier <a.out.gnu.h>John Gilmore3-4/+36
1991-11-21More *config stuffJohn Gilmore1-3/+4
1991-11-21tconfig and xconfig => configJohn Gilmore1-31/+36
1991-11-21echo echo echoJohn Gilmore1-3/+4
1991-11-21xconfig, tconfig ==> configJohn Gilmore1-13/+11
1991-11-21Add rs/6000, merge xconfig and tconfig into config.John Gilmore1-54/+93
1991-11-21tconfig&xconfig => configJohn Gilmore1-2/+1
1991-11-21Makefile fragments for various hosts and targets now come fromJohn Gilmore2-7/+11
gdb/config/mh-* and gdb/config/mt-*. This is for consistency with other config setups.
1991-11-21For configure-able doc dir.John Gilmore1-6/+8
1991-11-21Clean up rs6000 opcode stuff.John Gilmore4-25/+260
1991-11-21Remove echo.John Gilmore1-44/+0
1991-11-21Avoid duplicate echo.John Gilmore1-3/+4
1991-11-20Recognize obsolete form of AT_element_list attribute still used by AT&TFred Fish2-4/+37
compilers on one platform, and possibly more.