Commit Graph

1808 Commits

Author SHA1 Message Date
John Gilmore 400184f0fd Remove echo. 1991-11-21 02:04:02 +00:00
John Gilmore 9ba6d81f63 Avoid duplicate echo. 1991-11-21 01:56:17 +00:00
Fred Fish 768be6e12b Recognize obsolete form of AT_element_list attribute still used by AT&T
compilers on one platform, and possibly more.
1991-11-20 13:07:12 +00:00
K. Richard Pixley f7c88ce784 put back powersys 1991-11-20 07:59:39 +00:00
K. Richard Pixley 6d982b4e63 add ispell 1991-11-20 07:59:15 +00:00
Per Bothner 22ef104a6d Re-work previous change. 1991-11-20 06:01:41 +00:00
K. Richard Pixley 332523bfd3 add staging stuff 1991-11-20 03:49:05 +00:00
K. Richard Pixley 81f73963ae link as.new only if there is something to link to 1991-11-20 03:46:20 +00:00
Per Bothner 8a400a1892 Some cleanups of N_TXTADDR and N_TXTOFF. 1991-11-20 02:48:13 +00:00
Fred Fish 0db97eedc1 Ignore names invented by helpful compilers for anonymous structs, unions,
and enums.
1991-11-20 00:20:43 +00:00
Stu Grossman 44828c3918 #include "sysdep.h" 1991-11-19 23:39:01 +00:00
Stu Grossman b936814f58 Integrate new readline from Brian Fox. 1991-11-19 23:37:53 +00:00
Stu Grossman 6df61f7957 * history.c: #include "sysdep.h". 1991-11-19 23:05:55 +00:00
Stu Grossman b51d8b229d Fix bug where script was referencing host_arch instead of host_cpu. 1991-11-19 22:50:38 +00:00
Fred Fish f30114ea7b Change SYSV to USG to match current usage in source. Add USGr4 to list
of defines to check for to use <dirent.h> style directory access.
1991-11-19 18:54:38 +00:00
Fred Fish d018c8a6e1 Add defines so that parsers produced by SVR4 versions of yacc can coexist
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 15:59:55 +00:00
Stu Grossman 61af01bc70 * readline.c (filename_completion_function): use struct dirent
instead	of struct direct.
1991-11-19 08:02:35 +00:00
Stu Grossman 494ea0b286 Forgot about vi_mode.c... 1991-11-19 06:29:50 +00:00
John Gilmore b9fd133061 Remove tdesc stuff and prettify. 1991-11-19 06:15:22 +00:00
Stu Grossman 870ca25340 Integrate new readline from Brian Fox. 1991-11-19 05:59:18 +00:00
Stu Grossman c5bbc6ea41 New readline stuff. 1991-11-19 05:44:12 +00:00
Stu Grossman d65e3f60ba Initial revision 1991-11-19 05:34:43 +00:00
Stu Grossman 0d3dda0205 Remove doc. It's been moved to a subdir. 1991-11-19 05:32:02 +00:00
Stu Grossman 6d3cafaba8 Initial revision 1991-11-19 05:29:21 +00:00
Stu Grossman c617c67489 Add doc and examples. 1991-11-19 05:24:30 +00:00
Stu Grossman f7f4df6a36 Add glob 1991-11-19 05:23:19 +00:00
Fred Fish 5129100c03 More inclusion of defs.h to before param.h, ala other source files.
This is required to supply some typedefs used in files included via
param.h.
1991-11-19 05:22:32 +00:00
Stu Grossman be9485d5f5 Initial revision 1991-11-19 05:16:47 +00:00
Fred Fish b6666a5d67 Add generic m68k function prologue skipping support and expand the
skipping to include movem and fmovem.
1991-11-19 01:54:52 +00:00
John Gilmore 5e2569e653 Remove tdesc stuff. 1991-11-19 00:50:06 +00:00
John Gilmore db715c48de Rename tm-88k.h to tm-m88k.h 1991-11-19 00:47:14 +00:00
John Gilmore 1c86f18f53 Remove tdescs. 1991-11-19 00:45:03 +00:00
John Gilmore e140f1dab1 Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,
since it was always defined exactly the same in all of them.
1991-11-18 23:52:12 +00:00
Per Bothner d08a5233d9 Various improvements. 1991-11-18 20:06:48 +00:00
Fred Fish 1a18a1856b Supply missing third arg to instance of call to do_type(). 1991-11-18 18:18:30 +00:00
Fred Fish 2d6186f4fa Changes to match new DWARF draft 5 version of include/dwarf.h. 1991-11-18 08:07:43 +00:00
Fred Fish 25c56437cf Update dwarf.h to DWARF draft 5 version from gcc2. 1991-11-18 08:04:17 +00:00
Per Bothner 782d79636d * Makefile.in: Bump to version 1.92.
* version.c, Makefile.in:  Get version string from Makefile.
	* copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
	Make the same change that we earlier did for ar/ranlib:
	Generate two different binaries for strip and copy and use
	a global variable with different values to distinguish
	ostrip from copy.  (-1 means to use argv[0] to decide,
	so you can get the old behavior, but it is no longer the default).
	* copy.c (copy_file):  Set EXEC_P of output bfd if input is so.
	* copy.c (main):  If is_strip==-1, compare last 5 chars
	of argv[0], not the whole path.
	* copy.c (main): Return 0, not 1.
	* copy.c (setup_sections):  Fix due to change in bfd_make_section
	now failing if asked for a duplicate section.
	* strip.c, ostrip.c:  Removed obsolete files.
	* ar.c, not-ranlib.c, maybe-ranlib.c:
	Change encoding of is_ranlib variable to be consistent
	with is_strip for strip.copy (i.e -1 to means use argv[0]).
1991-11-18 08:04:14 +00:00
Per Bothner cf0cdb8751 Initial revision 1991-11-18 08:04:02 +00:00
Michael Tiemann 572acbbedc Make changes needed to handle code which uses ANSI-mangled names (and
new G++ 1.95 dbxout output).
1991-11-18 00:32:34 +00:00
Per Bothner a89f7423b4 * targets.c: Make the default target_vector contain
just &DEFAULT_VECTOR.  This makes executables a lot smaller.
	Old behavior can be gotten by defining ALL_TARGETS.
	* aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c:
	Factored out common code into new file aout-target.h.
	Saves a lot of duplicate code for a.out variants.
1991-11-17 21:38:05 +00:00
Sean Eric Fagan d671e293c3 Fixed a syntax error. 1991-11-16 07:24:23 +00:00
Sean Eric Fagan b260b2a000 Some COFF systems (SCO, for example) want a .comment section. Not necessary,
but useful.
1991-11-16 02:38:56 +00:00
Stu Grossman cd71911ed3 * mipsread.c (parse_partial_symbols): patch to keep DEC C
compiler from making gdb bomb out.  Thanks to Ed Santiago!
1991-11-16 02:00:50 +00:00
Roland Pesch c83497f545 .Sanitize: reflect someone's apocopation of binutils.texi[nfo] name
Makefile.in: improve texi2roff workarounds
1991-11-15 23:34:35 +00:00
David Henkel-Wallace 5805020985 ansi name abuse changes 1991-11-15 23:23:11 +00:00
David Henkel-Wallace 4c53d9ca84 ansi name abuse changes 1991-11-15 23:16:29 +00:00
Per Bothner e11b54be24 Don't grep directories, since that breaks on NFS-mounted file systems. 1991-11-15 21:11:08 +00:00
Per Bothner eb68a3e41c Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are
now automatically generated.
1991-11-15 21:09:49 +00:00
Per Bothner 1d2c557430 Updated from ../bfd make headsers 1991-11-15 21:07:41 +00:00