aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
1991-11-20put back powersysK. Richard Pixley1-2/+2
1991-11-20add ispellK. Richard Pixley1-1/+1
1991-11-20Re-work previous change.Per Bothner2-4/+16
1991-11-20add staging stuffK. Richard Pixley1-0/+32
1991-11-20link as.new only if there is something to link toK. Richard Pixley1-3/+5
1991-11-20Some cleanups of N_TXTADDR and N_TXTOFF.Per Bothner2-16/+25
1991-11-20Ignore names invented by helpful compilers for anonymous structs, unions,Fred Fish2-2/+9
and enums.
1991-11-19#include "sysdep.h"Stu Grossman1-0/+2
1991-11-19Integrate new readline from Brian Fox.Stu Grossman1-6/+11
1991-11-19* history.c: #include "sysdep.h".Stu Grossman2-2/+5
1991-11-19Fix bug where script was referencing host_arch instead of host_cpu.Stu Grossman1-1/+7
1991-11-19Change SYSV to USG to match current usage in source. Add USGr4 to listFred Fish3-2/+12
of defines to check for to use <dirent.h> style directory access.
1991-11-19Add defines so that parsers produced by SVR4 versions of yacc can coexistFred Fish4-74/+106
in the same executable without collision (c-exp.y, m2-exp.y). Add forward delaration of function returning pointer to shut up compiler warnings about conversion of int to pointer (symtab.h).
1991-11-19* readline.c (filename_completion_function): use struct direntStu Grossman2-1/+6
instead of struct direct.
1991-11-19Forgot about vi_mode.c...Stu Grossman1-4/+4
1991-11-19Remove tdesc stuff and prettify.John Gilmore2-31/+18
1991-11-19Integrate new readline from Brian Fox.Stu Grossman9-1010/+2480
1991-11-19New readline stuff.Stu Grossman1-5/+7
1991-11-19Initial revisionStu Grossman1-0/+35