platform/upstream/binutils.git
31 years ago * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
Jim Kingdon [Wed, 23 Jun 1993 20:06:07 +0000 (20:06 +0000)]
* stabs.texinfo (Negative Type Numbers): Minor character cleanups.

31 years ago * Makefile.in: Define VERSION (for cd ..; make taz).
Per Bothner [Wed, 23 Jun 1993 20:01:29 +0000 (20:01 +0000)]
* Makefile.in:  Define VERSION (for cd ..; make taz).
* Makefile.in:  Set to version 2.3.91.
* Makefile.in (diststuff):  Needed for distributions.
* Makefile (dts):  Rip out.  Subsumed by stuff in ../Makefile.in.

31 years ago * config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name
Jim Kingdon [Wed, 23 Jun 1993 19:44:05 +0000 (19:44 +0000)]
* config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name
of gdb-sh.

31 years ago * dbxread.c (copy_pending): Change name and function of begi argument
Jim Kingdon [Wed, 23 Jun 1993 19:20:49 +0000 (19:20 +0000)]
* dbxread.c (copy_pending): Change name and function of begi argument
to endi, since that is what the caller needs.

31 years ago * hosts/riscos.h: New file.
Jim Kingdon [Wed, 23 Jun 1993 18:38:41 +0000 (18:38 +0000)]
* hosts/riscos.h: New file.

31 years ago * configure.in: Add comment.
Jim Kingdon [Wed, 23 Jun 1993 18:01:36 +0000 (18:01 +0000)]
* configure.in: Add comment.

31 years ago * Makefile.in (TAGFILES): Don't include YYFILES.
Jim Kingdon [Wed, 23 Jun 1993 15:54:34 +0000 (15:54 +0000)]
* Makefile.in (TAGFILES): Don't include YYFILES.

* Makefile.in (HFILES): Include monitor.h.

* Makefile.in: Include text that used to be in alldeps.mak.
Remove config/mips/{bigmips.mh,xm-bigmips} from it.
* Makefile.in, configure.in: Remove all traces of alldeps.mak.

31 years ago * main.c (main): Print help message on stdout not stderr
Jim Kingdon [Wed, 23 Jun 1993 05:56:42 +0000 (05:56 +0000)]
* main.c (main): Print help message on stdout not stderr
per standards.texi.
New option --version per standards.texi.
In help message, show long options with "--" not "-".
Don't try to print help message or version until after we have
called initialize_all_files.

31 years agolike mh-sysv4, except with Unixware X definitions
David D. Zuhn [Tue, 22 Jun 1993 23:43:34 +0000 (23:43 +0000)]
like mh-sysv4, except with Unixware X definitions

31 years ago * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.
Jim Kingdon [Tue, 22 Jun 1993 23:35:35 +0000 (23:35 +0000)]
* solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.
(solib_add): Call special_symbol_handling once, not once per library.

31 years ago * aoutx.h (howto_table_ext): Comment the field names.
David MacKenzie [Tue, 22 Jun 1993 21:57:24 +0000 (21:57 +0000)]
* aoutx.h (howto_table_ext): Comment the field names.
* reloc.c (bfd_perform_relocation): Fix max and min values.

31 years agoelfcode.h:bfd_section_from_shdr change
Ken Raeburn [Tue, 22 Jun 1993 21:42:31 +0000 (21:42 +0000)]
elfcode.h:bfd_section_from_shdr change

31 years ago * hosts/std-host.h: Return value of puts and fputs is int not void.
Jim Kingdon [Tue, 22 Jun 1993 21:40:17 +0000 (21:40 +0000)]
* hosts/std-host.h: Return value of puts and fputs is int not void.

31 years agoSigh. Null pointer return might be right in some cases; don't abort.
Ken Raeburn [Tue, 22 Jun 1993 21:39:40 +0000 (21:39 +0000)]
Sigh.  Null pointer return might be right in some cases; don't abort.

31 years agoMore get_word/put_word changes.
Ken Raeburn [Tue, 22 Jun 1993 21:38:10 +0000 (21:38 +0000)]
More get_word/put_word changes.

(bfd_section_from_shdr, case SHT_PROGBITS): If section already exists, still
use its address to fill in the rawdata slot.
(section_from_elf_index): Abort if section pointer is null.

31 years ago * stabs.texinfo: Express disapproval of 'D' symbol descriptor
Jim Kingdon [Tue, 22 Jun 1993 21:37:32 +0000 (21:37 +0000)]
* stabs.texinfo: Express disapproval of 'D' symbol descriptor
politely rather than rudely.

31 years ago * procfs.c (procfs_resume): Don't pass a SIGTSTP whose action
Jim Kingdon [Tue, 22 Jun 1993 19:48:52 +0000 (19:48 +0000)]
* procfs.c (procfs_resume): Don't pass a SIGTSTP whose action
is SIG_DFL.

* procfs.c (procfs_resume): Skip the unnecessary PRSVADDR on all
systems, not just Solaris.

31 years ago * ldlex.l, ldgram.y: Support new -oformat option.
David MacKenzie [Tue, 22 Jun 1993 17:41:28 +0000 (17:41 +0000)]
* ldlex.l, ldgram.y: Support new -oformat option.
Remove attempt at supporting script fragments on the command line.
* ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
* mri.c (mri_format), ldgram.y: Change callers.
* ldlang.h: Change prototype.

31 years ago * stabsread.c: Include <ctype.h>.
Jim Kingdon [Tue, 22 Jun 1993 08:20:18 +0000 (08:20 +0000)]
* stabsread.c: Include <ctype.h>.

31 years ago * fork-child.c (fork_inferior): Quote exec_file so it can contain
Jim Kingdon [Tue, 22 Jun 1993 04:27:00 +0000 (04:27 +0000)]
* fork-child.c (fork_inferior): Quote exec_file so it can contain
funky characters.

31 years agofix include path again
Ken Raeburn [Tue, 22 Jun 1993 03:42:59 +0000 (03:42 +0000)]
fix include path again

31 years agoLots o' changes.
Ken Raeburn [Tue, 22 Jun 1993 03:24:48 +0000 (03:24 +0000)]
Lots o' changes.
Mostly ELF changes, or misc cleanup.

31 years agoregenerated
Ken Raeburn [Tue, 22 Jun 1993 03:22:54 +0000 (03:22 +0000)]
regenerated

31 years agoUse new size-independent elf internal data structures.
Ken Raeburn [Tue, 22 Jun 1993 03:21:12 +0000 (03:21 +0000)]
Use new size-independent elf internal data structures.
(put_word, get_word): Define as appropriate for architecture word size.
Structure swapping functions changed to use them as appropriate.
(bfd_add_to_strtab): Now static.
(sym_is_global): New function.
(elf_map_symbols): Call it.  Now returns void.  Removed unused local variable.
(bfd_section_from_shdr): Mark string tables other than for section and symbol
names as normal sections having contents.
(fix_up_strtabs): New function; fixes up ELF header fields for stab sections
with string tables associated.
(elf_write_object_contents): Map fix_up_strtabs over all BFD sections.
Reordered condition tests for symbol flags; default to local-object value
instead of global-object.
(elf_symbol_from_bfd_symbol): Hid conditionally-used variable inside condition
test.
(elf_print_symbol): Use fprintf_vma.
(elf_idx_of_sym, bfd_shdr_from_section): Unused functions commented out.

31 years agoUse new size-independent elf internal data structures.
Ken Raeburn [Tue, 22 Jun 1993 03:07:39 +0000 (03:07 +0000)]
Use new size-independent elf internal data structures.

31 years agoUse new size-independent versions of elf internal data structures.
Ken Raeburn [Tue, 22 Jun 1993 03:06:29 +0000 (03:06 +0000)]
Use new size-independent versions of elf internal data structures.

31 years agoBefore casting a pointer into an integer field, verify that the field is
Ken Raeburn [Tue, 22 Jun 1993 03:00:43 +0000 (03:00 +0000)]
Before casting a pointer into an integer field, verify that the field is
wide enough to hold it.

31 years ago(srec_write_symbols): Use sprintf_vma, in case bfd_vma is too wide for
Ken Raeburn [Tue, 22 Jun 1993 02:58:25 +0000 (02:58 +0000)]
(srec_write_symbols): Use sprintf_vma, in case bfd_vma is too wide for
printf to handle.

31 years agoDon't define int64 stuff here.
Ken Raeburn [Tue, 22 Jun 1993 02:56:29 +0000 (02:56 +0000)]
Don't define int64 stuff here.

31 years ago * Makefile.in (INCLUDE_CFLAGS): Add BFD_INCLUDES for now, since
Fred Fish [Tue, 22 Jun 1993 00:05:40 +0000 (00:05 +0000)]
* Makefile.in (INCLUDE_CFLAGS):  Add BFD_INCLUDES for now, since
bfd.h is included by target.h, which most of gdb includes.
* depend:  Hand remove BFD_INCLUDES from ${CC} lines, now that
it's in INCLUDE_CFLAGS.

31 years agovarious revisions to new files
Jim Kingdon [Mon, 21 Jun 1993 23:47:51 +0000 (23:47 +0000)]
various revisions to new files

31 years ago * config/i386/*aix*, i386aix-nat.c: New files.
Jim Kingdon [Mon, 21 Jun 1993 23:46:49 +0000 (23:46 +0000)]
* config/i386/*aix*, i386aix-nat.c: New files.
* configure.in: Use them.
* alldeps.mak: List them.
* coffread.c (decode_base_type): Deal with anonymous enum type.
* i387-tdep.c (print_387_status_word): Add comment re "top".
* i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func.
* dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*.  Define them if and
only if not defined by a header file.
* mipsread.c: Don't define L_SET or L_INCR.

31 years ago * .Sanitize (Things-to-keep): Add emulparams, emultempl, scripttempl.
David MacKenzie [Mon, 21 Jun 1993 23:40:21 +0000 (23:40 +0000)]
    * .Sanitize (Things-to-keep): Add emulparams, emultempl, scripttempl.

31 years agonew file
Jim Kingdon [Mon, 21 Jun 1993 23:39:59 +0000 (23:39 +0000)]
new file

31 years ago * config/i386/*aix*: New files.
Jim Kingdon [Mon, 21 Jun 1993 23:14:07 +0000 (23:14 +0000)]
* config/i386/*aix*: New files.
* alldeps.mak: List them.

31 years ago * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
Fred Fish [Mon, 21 Jun 1993 22:27:19 +0000 (22:27 +0000)]
* {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
Makefile.in (distclean, realclean):  Remove gdbme.c from list of
things to remove.

31 years ago * Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir.
Fred Fish [Mon, 21 Jun 1993 22:11:44 +0000 (22:11 +0000)]
* Makefile.in (BFD_INCLUDES):  Bfd.h is now back in bfd build dir.
* depend:  Hand updated to match.

31 years agoBfd.h is now back in BFD_OBJ_DIR, update by hand to match pending Rich's
Fred Fish [Mon, 21 Jun 1993 20:18:10 +0000 (20:18 +0000)]
Bfd.h is now back in BFD_OBJ_DIR, update by hand to match pending Rich's
changes...

31 years agodon't use dirname
David D. Zuhn [Mon, 21 Jun 1993 19:38:14 +0000 (19:38 +0000)]
don't use dirname

31 years agomake mips-sony-bsd work
Jim Kingdon [Mon, 21 Jun 1993 19:37:13 +0000 (19:37 +0000)]
make mips-sony-bsd work

31 years agoexpand on solib_add_common_symbols comment
Jim Kingdon [Mon, 21 Jun 1993 18:48:51 +0000 (18:48 +0000)]
expand on solib_add_common_symbols comment

31 years ago * snapshots.readme: Tell people to always report missing files.
Jim Kingdon [Mon, 21 Jun 1993 17:33:06 +0000 (17:33 +0000)]
* snapshots.readme: Tell people to always report missing files.

31 years agofix typo in name of elf32-generic.c
Jim Kingdon [Mon, 21 Jun 1993 17:27:37 +0000 (17:27 +0000)]
fix typo in name of elf32-generic.c

31 years agoAdd all the mt-* files as things to keep.
Fred Fish [Mon, 21 Jun 1993 16:39:46 +0000 (16:39 +0000)]
Add all the mt-* files as things to keep.

31 years agoAdd news.h to list of files to keep.
Fred Fish [Mon, 21 Jun 1993 16:34:36 +0000 (16:34 +0000)]
Add news.h to list of files to keep.

31 years agoAdd elf32-generic.c to list of files to keep.
Fred Fish [Mon, 21 Jun 1993 15:27:00 +0000 (15:27 +0000)]
Add elf32-generic.c to list of files to keep.

31 years agoLook in ../bfd, not ../include, for bfd.h.
Ken Raeburn [Mon, 21 Jun 1993 00:58:38 +0000 (00:58 +0000)]
Look in ../bfd, not ../include, for bfd.h.

31 years agoRecent changes, mostly ELF and bfd.h generation.
Ken Raeburn [Mon, 21 Jun 1993 00:54:46 +0000 (00:54 +0000)]
Recent changes, mostly ELF and bfd.h generation.

31 years ago* elfcode.h (bfd_add_to_strtab): Now static.
Ken Raeburn [Mon, 21 Jun 1993 00:53:45 +0000 (00:53 +0000)]
* elfcode.h (bfd_add_to_strtab): Now static.
(sym_is_global): New function.
(bfd_section_from_shdr): Makr stirng tables other than for section and symbol
names as normal sections having contents.
(fix_up_strtabs): New function; fixes up ELF header fields for stab sections
with string tables associated.
(elf_write_object_contents): Map fix_up_strtabs over all BFD sections.
Reordered condition tests for symbol flags; default to local-object value
instead of global-object.

* elfcode.h (new_section_hook): Define here.

31 years agoRegenerated after my changes to bfd-in.h.
Ken Raeburn [Mon, 21 Jun 1993 00:50:48 +0000 (00:50 +0000)]
Regenerated after my changes to bfd-in.h.

31 years agoRegenerated after Kingdon's changes to cache.c.
Ken Raeburn [Mon, 21 Jun 1993 00:50:12 +0000 (00:50 +0000)]
Regenerated after Kingdon's changes to cache.c.
(Declaration for bfd_cache_init is gone now.)

31 years agoNo longer use dummy new-section-hook.
Ken Raeburn [Mon, 21 Jun 1993 00:36:35 +0000 (00:36 +0000)]
No longer use dummy new-section-hook.

31 years agoGenerate bfd.h in current directory by grabbing 64-bit definition (if any)
Ken Raeburn [Mon, 21 Jun 1993 00:34:11 +0000 (00:34 +0000)]
Generate bfd.h in current directory by grabbing 64-bit definition (if any)
from sysdep.h (and nothing else) and inserting it into bfd-in2.h.
Remove ../include/bfd.h if found, in case it's left over from previous
versions of this code.

31 years agoChange insertion marker for new bfd.h generation scheme.
Ken Raeburn [Mon, 21 Jun 1993 00:30:11 +0000 (00:30 +0000)]
Change insertion marker for new bfd.h generation scheme.

31 years ago(INCLUDES): Look in ../bfd, not ../include, for bfd.h.
Ken Raeburn [Sun, 20 Jun 1993 22:25:46 +0000 (22:25 +0000)]
(INCLUDES): Look in ../bfd, not ../include, for bfd.h.

31 years agoSun Jun 20 02:34:04 1993 Ashley Saulsbury (ans@sics.se)
Ken Raeburn [Sun, 20 Jun 1993 21:56:23 +0000 (21:56 +0000)]
Sun Jun 20 02:34:04 1993  Ashley Saulsbury (ans@sics.se)

* m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly
specified, should have both S1 and S2 fields identical
If only finding the problem was as fast as fixing the bug !!!!

31 years ago * stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
Jim Kingdon [Sun, 20 Jun 1993 20:30:31 +0000 (20:30 +0000)]
* stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
(read_cpp_abbrev): Don't complain specially for $_.  Also return 0 if
we don't recognize the abbrev.

31 years ago * solib.c (solib_add_common_symbols): Add comment about performance.
Jim Kingdon [Sun, 20 Jun 1993 05:28:07 +0000 (05:28 +0000)]
* solib.c (solib_add_common_symbols): Add comment about performance.

31 years agoadded stabs-in-elf menu entry, reformatted menus with C-c C-u a (texinfo mode command)
David D. Zuhn [Sat, 19 Jun 1993 22:18:24 +0000 (22:18 +0000)]
added stabs-in-elf menu entry, reformatted menus with C-c C-u a (texinfo mode command)

31 years ago * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
Fred Fish [Sat, 19 Jun 1993 14:53:17 +0000 (14:53 +0000)]
* gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
test cases from bug reports.

31 years ago * reloc.c (bfd_perform_relocation): Check for overflow on
David MacKenzie [Sat, 19 Jun 1993 03:06:36 +0000 (03:06 +0000)]
* reloc.c (bfd_perform_relocation): Check for overflow on
pc-relative relocations if the howto asked for it.

31 years ago * stabs.texinfo: Document common blocks.
Jim Kingdon [Sat, 19 Jun 1993 00:45:34 +0000 (00:45 +0000)]
* stabs.texinfo: Document common blocks.

31 years ago * Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.
Jim Kingdon [Fri, 18 Jun 1993 23:02:56 +0000 (23:02 +0000)]
* Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.

31 years ago * config/riscos.m{h,t}: New files.
Jim Kingdon [Fri, 18 Jun 1993 22:47:06 +0000 (22:47 +0000)]
* config/riscos.m{h,t}: New files.
* configure.{host,in}: Use them.

31 years agonew files for riscos
Jim Kingdon [Fri, 18 Jun 1993 22:21:38 +0000 (22:21 +0000)]
new files for riscos

31 years ago * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.
Jim Kingdon [Fri, 18 Jun 1993 22:20:49 +0000 (22:20 +0000)]
* config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.

31 years ago * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.
Jim Kingdon [Fri, 18 Jun 1993 22:20:26 +0000 (22:20 +0000)]
* config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.
* configure.in (mips-*-sysv*): Use riscos for host, bigmips for target.

31 years agoLook in the right place for bfd.h
Steve Chamberlain [Fri, 18 Jun 1993 22:16:32 +0000 (22:16 +0000)]
Look in the right place for bfd.h

31 years ago * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
Jim Kingdon [Fri, 18 Jun 1993 21:49:24 +0000 (21:49 +0000)]
* config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
* config/mips/{bigmips.mh,xm-bigmips.h}: Remove.
* configure.in (mips-sony-*): Use news-mips for host.

31 years ago * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
Jim Kingdon [Fri, 18 Jun 1993 21:39:27 +0000 (21:39 +0000)]
* config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
* config/mips/{bigmips.mh,xm-bigmips.h}: Remove.
* configure.in (mips-sony-*): Use news-mips for host.

31 years ago * objdump.c (syms2): Removed unused variable.
Per Bothner [Fri, 18 Jun 1993 21:37:21 +0000 (21:37 +0000)]
* objdump.c (syms2):  Removed unused variable.
* objdump.c (remove_useless_symbols):  New function.
* objdump.c (comp):  Simplify.
* objdump.c (dis-assemble_data):  Make simpler and more
efficient how we filter out useless symbols:  Just filter
BEFORE the sort (using remove_useless_symbols).
* objdump.c (objdump_print_address):  Simplify.
Change output syntax to match gdb.

31 years agoMake it work in subdirs.
Steve Chamberlain [Fri, 18 Jun 1993 21:37:12 +0000 (21:37 +0000)]
Make it work in subdirs.

31 years agoNew file for configuring.
Steve Chamberlain [Fri, 18 Jun 1993 21:24:00 +0000 (21:24 +0000)]
New file for configuring.

31 years ago * m68k-dis.c (print_insn_arg): Change return value to byte count
Per Bothner [Fri, 18 Jun 1993 21:18:53 +0000 (21:18 +0000)]
* m68k-dis.c (print_insn_arg):  Change return value to byte count
or error code.
* m68k-dis.c:  Re-write to detect invalid operands before
printing anything, so we can handle this the same way we
handle invalid opcodes.

31 years agoLook in the right place for bfd.h.
Steve Chamberlain [Fri, 18 Jun 1993 21:08:36 +0000 (21:08 +0000)]
Look in the right place for bfd.h.

31 years agoLint.
Steve Chamberlain [Fri, 18 Jun 1993 20:53:58 +0000 (20:53 +0000)]
Lint.

31 years agocomment change. This is a mips file, not 88k.
K. Richard Pixley [Fri, 18 Jun 1993 19:56:00 +0000 (19:56 +0000)]
comment change.  This is a mips file, not 88k.

31 years agosingle-quote $program_transform_name
David D. Zuhn [Fri, 18 Jun 1993 19:25:38 +0000 (19:25 +0000)]
single-quote $program_transform_name

31 years agoAdd note about endianess of the stabs-in-elf stabs binary data.
Fred Fish [Fri, 18 Jun 1993 19:24:44 +0000 (19:24 +0000)]
Add note about endianess of the stabs-in-elf stabs binary data.

31 years ago * stabs.texinfo: Add some basic info about stabs-in-elf.
Fred Fish [Fri, 18 Jun 1993 19:15:45 +0000 (19:15 +0000)]
* stabs.texinfo:  Add some basic info about stabs-in-elf.
(this may require attention from a tex/texinfo wizard..)

31 years agochange program_transform_name quoting
David D. Zuhn [Fri, 18 Jun 1993 19:04:06 +0000 (19:04 +0000)]
change program_transform_name quoting

31 years ago * stabs.texinfo (Top): Minor cleanup.
Jim Kingdon [Fri, 18 Jun 1993 19:01:43 +0000 (19:01 +0000)]
* stabs.texinfo (Top): Minor cleanup.

31 years ago * cache.c (bfd_cache_init): Increment open_files and call close_one
Jim Kingdon [Fri, 18 Jun 1993 18:40:02 +0000 (18:40 +0000)]
* cache.c (bfd_cache_init): Increment open_files and call close_one
if necessary.
(bfd_open_file): Don't increment open_files here.

31 years ago * config/delta88.mh: Don't set CC.
Jim Kingdon [Fri, 18 Jun 1993 18:38:05 +0000 (18:38 +0000)]
* config/delta88.mh: Don't set CC.

31 years agoappend transformbasename to transformed name
David D. Zuhn [Fri, 18 Jun 1993 18:18:12 +0000 (18:18 +0000)]
append transformbasename to transformed name

31 years ago#if 0 out some more declarations which conflict with system headers
Jim Kingdon [Fri, 18 Jun 1993 18:15:58 +0000 (18:15 +0000)]
#if 0 out some more declarations which conflict with system headers

31 years ago * configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.
Jim Kingdon [Fri, 18 Jun 1993 18:14:26 +0000 (18:14 +0000)]
* configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.

31 years agonew file
Jim Kingdon [Fri, 18 Jun 1993 17:54:36 +0000 (17:54 +0000)]
new file

31 years ago * Makefile.in: Add elf32-{mips,m88k,generic}.
Jim Kingdon [Fri, 18 Jun 1993 17:45:41 +0000 (17:45 +0000)]
* Makefile.in: Add elf32-{mips,m88k,generic}.
elf32-{mips,m88k,generic}.c: New files.
targets.c (target_vector): Include bfd_elf32_{mips,m88k,generic}_vec.
elfcode.h (elf_object_p): Match elf32-generic for all machines which
don't match a different target.

31 years ago * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
Fred Fish [Fri, 18 Jun 1993 17:43:51 +0000 (17:43 +0000)]
* gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
* gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
  avoid spurious xfails.
* gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
* gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
* gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.

31 years ago * buildsym.h: Doc fix for processing_acc_compilation.
Jim Kingdon [Fri, 18 Jun 1993 17:40:50 +0000 (17:40 +0000)]
* buildsym.h: Doc fix for processing_acc_compilation.

31 years agomore install/program_transform_name fixes
David D. Zuhn [Fri, 18 Jun 1993 17:03:58 +0000 (17:03 +0000)]
more install/program_transform_name fixes

31 years agofix INSTALL_XFORM definition
David D. Zuhn [Fri, 18 Jun 1993 16:57:33 +0000 (16:57 +0000)]
fix INSTALL_XFORM definition

31 years ago * cache.c, bfd-in.h: New function bfd_make_cacheable.
Jim Kingdon [Fri, 18 Jun 1993 16:13:10 +0000 (16:13 +0000)]
* cache.c, bfd-in.h: New function bfd_make_cacheable.
opncls.c (bfd_fdopenr): Suggest it in the comment.
* cache.c (bfd_cache_init): Increment open_files.

31 years ago * Makefile.in: Add elf32-{mips,m88k}.
Jim Kingdon [Fri, 18 Jun 1993 16:07:34 +0000 (16:07 +0000)]
* Makefile.in: Add elf32-{mips,m88k}.
elf32-{mips,m88k}.c: New files.
targets.c (target_vector): Include bfd_elf32_{mips,m88k}_vec.

31 years agoEliminate "int8_type", "int16_type", "int32_type", and their
John Gilmore [Fri, 18 Jun 1993 10:29:14 +0000 (10:29 +0000)]
Eliminate "int8_type", "int16_type", "int32_type", and their
variants from the BFD universe.  Leave the 64-bit types for now,
since they are in flux.

* hosts/*.h:  Remove declarations of all these types.

31 years agoEliminate "int8_type", "int16_type", "int32_type", and their
John Gilmore [Fri, 18 Jun 1993 10:26:55 +0000 (10:26 +0000)]
Eliminate "int8_type", "int16_type", "int32_type", and their
variants from the BFD universe.  Leave the 64-bit types for now,
since they are in flux.

* aoutx.h, hp300hpux.c:  Eliminate needless (int32_type) casts.
* libaout.h (GET_SWORD):  Convert (int32_type) to (int).
* ieee.c:  Convert uint8e_type => unsigned char.
* oasys.c:  Extensive changes to eliminate obsolete types.
These depend on changes in ../include/oasys.h as well.

31 years ago* oasys.h: Eliminate "int8_type", "int16_type", "int32_type", and
John Gilmore [Fri, 18 Jun 1993 10:24:11 +0000 (10:24 +0000)]
* oasys.h:  Eliminate "int8_type", "int16_type", "int32_type", and
their variants.  These changes are coordinated with corresponding
changes in ../bfd/oasys.c.

31 years ago * printcmd.c (print_formatted): Don't use tab in wrap_here arg.
Jim Kingdon [Fri, 18 Jun 1993 03:12:22 +0000 (03:12 +0000)]
* printcmd.c (print_formatted): Don't use tab in wrap_here arg.

31 years ago * hosts/delta88.h: #if 0 out some declarations which conflict with
Jim Kingdon [Fri, 18 Jun 1993 03:12:04 +0000 (03:12 +0000)]
* hosts/delta88.h: #if 0 out some declarations which conflict with
system headers.