deliverable/binutils-gdb.git
28 years ago Support for building bfd and opcodes as shared libraries, based on
Ian Lance Taylor [Mon, 5 Feb 1996 21:32:01 +0000 (21:32 +0000)] 
Support for building bfd and opcodes as shared libraries, based on
patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Set OPCODES and BFD to search directories.
Substitute OPCODES_DEP and BFDDEP.  On SunOS, set HLDFLAGS.
* configure: Rebuild.
* Makefile.in (LDFLAGS, HLDFLAGS): New variables.
(LIBDEPS): New variable.
(as.new0: Depend upon $(LIBDEPS) rather than $(LIBS).  Use
$(HLDFLAGS) in link.
(check): Set LD_LIBRARY_PATH in the environment.

28 years ago Support for building bfd and opcodes as shared libraries, based on
Ian Lance Taylor [Mon, 5 Feb 1996 21:28:15 +0000 (21:28 +0000)] 
Support for building bfd and opcodes as shared libraries, based on
patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in (HLDFLAGS): New substitution.
* configure: Rebuild.
* configure.host: Set HLDFLAGS on SunOS.
* Makefile.in (HLDFLAGS): New variable.
(BFDDEP): New variable.
(BFDLIB): Change to -L../bfd -lbfd.
($(LD_PROG)): Depend upon $(BFDDEP) rathern than $(BFDLIB).  Use
$(HLDFLAGS) in link.
(check): Set LD_LIBRARY_PATH in the environment.

28 years ago Support for building as a shared library, based on patches from
Ian Lance Taylor [Mon, 5 Feb 1996 21:17:52 +0000 (21:17 +0000)] 
Support for building as a shared library, based on patches from
Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
SHLIB_CFLAGS, COMMON_SHLIB, SHLINK.
* configure: Rebuild.
* Makefile.in (ALLLIBS): New variable.
(PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
(COMMON_SHLIB, SHLINK): New variables.
(.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
(STAGESTUFF): Remove variable.
(all): Depend upon $(ALLLIBS) rather than $(TARGETLIB).
(stamp-piclist, piclist): New targets.
($(SHLIB), $(SHLINK)): New targets.
($(OFILES)): Depend upon stamp-picdir.
(disassemble.o): Build twice if PICFLAG is set.
(MOSTLYCLEAN): Add pic/*.o.
(clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist.
(distclean): Remove pic and stamp-picdir.
(install): Install shared libraries.
(stamp-picdir): New target.

28 years ago Support for building as a shared library, based on patches from
Ian Lance Taylor [Mon, 5 Feb 1996 21:14:14 +0000 (21:14 +0000)] 
Support for building as a shared library, based on patches from
Alan Modra <alan@spri.levels.unisa.edu.au>:
* configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
* configure: Rebuild.
* configure.host: If --enable-shared, adjust shared library stuff
based on the host.  If the host is SunOS, and the linker supports
-rpath, set HLDFLAGS to use it.
* Makefile.in (ALLLIBS): New variable.
(PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
(COMMON_SHLIB, SHLINK): New variables.
(.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
(STAGESTUFF): Remove variable.
(all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
$(TARGETLIB).
(stamp-ofiles): New target, like old ofiles target, but build
using a temporary file and move-if-change, and touch stamp-ofiles
when done.
(ofiles): Just depend upon stamp-ofiles.
(stamp-piclist, piclist): New targets.
($(SHLIB), $(SHLINK)): New targets.
(targets.o, archures.o): Build twice if PICFLAG is set.
(do_mostlyclean): Remove pic/*.o.
(do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
stamp-piclist.
(do_distclean): Remove pic and stamp-picdir.
(install): Install shared libraries.
($(OFILES)): Depend upon stamp-picdir.
(stamp-picdir): New target.

28 years ago * language.c (set_language_command): Use languages table when
Tom Tromey [Mon, 5 Feb 1996 20:50:26 +0000 (20:50 +0000)] 
* language.c (set_language_command): Use languages table when
printing available languages.

28 years ago * libcoff-in.h: Add comment reminding people that libcoff.h is a
Ian Lance Taylor [Mon, 5 Feb 1996 16:11:08 +0000 (16:11 +0000)] 
* libcoff-in.h: Add comment reminding people that libcoff.h is a
generated file.
* libcoff.h: Rebuild.

28 years ago * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
Ian Lance Taylor [Mon, 5 Feb 1996 15:48:59 +0000 (15:48 +0000)] 
* elf32-mips.c (mips_elf_create_dynamic_sections): Clear
ELF_LINK_NON_ELF flag.
(mips_elf_create_got_section): Likewise.

* elf.c: Revert last change, since it breaks dynamic linking.
* elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
field.
* elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
* elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
(elfNN_bed): Don't initialize want_hdr_in_seg field.

28 years ago * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
Ian Lance Taylor [Mon, 5 Feb 1996 15:47:53 +0000 (15:47 +0000)] 
* elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
flavour of a section with no owner.

28 years ago * coffcode.h: Move today's libcoff.h change into coffcode.h.
Ian Lance Taylor [Sun, 4 Feb 1996 04:01:36 +0000 (04:01 +0000)] 
* coffcode.h: Move today's libcoff.h change into coffcode.h.

28 years ago * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args back into
Fred Fish [Sat, 3 Feb 1996 23:47:12 +0000 (23:47 +0000)] 
* libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args back into
one line.  Some compilers (sunos 4.1.3 for example) won't accept args
split across more than one line.

28 years ago * command.c (add_cmd): Add missing initialization for enums member.
Fred Fish [Sat, 3 Feb 1996 19:39:34 +0000 (19:39 +0000)] 
* command.c (add_cmd):  Add missing initialization for enums member.
Reorder members to match structure declaration to make it easier to
tell when one is missing.

28 years ago * exec.c (exec_file_command): Fix problem reported by Hans Verkuil
Fred Fish [Sat, 3 Feb 1996 18:06:12 +0000 (18:06 +0000)] 
* exec.c (exec_file_command): Fix problem reported by Hans Verkuil
(hans@wyst.hobby.nl) where filename in malloc'd memory is referenced
after being freed.

28 years agoWinsup needs libiberty
Michael Meissner [Sat, 3 Feb 1996 15:46:00 +0000 (15:46 +0000)] 
Winsup needs libiberty

28 years ago * dwarfread.c (read_func_scope): Avoid GDB core dumps if
Peter Schauer [Sat, 3 Feb 1996 11:32:34 +0000 (11:32 +0000)] 
* dwarfread.c (read_func_scope):  Avoid GDB core dumps if
AT_name tag is missing.

* procfs.c (procfs_stopped_by_watchpoint):  Fix logic when
FLTWATCH and FLTKWATCH are defined.

* remote.c (remote_read_bytes):  Advance memaddr for transfers,
return number of bytes transferred for partial reads.

* top.c (init_signals):  Reset SIGTRAP to SIG_DFL.

28 years agoMove .sdata2/.sbss2 into read-only section
Michael Meissner [Sat, 3 Feb 1996 00:31:03 +0000 (00:31 +0000)] 
Move .sdata2/.sbss2 into read-only section

28 years agoFix typo
Michael Meissner [Fri, 2 Feb 1996 23:01:14 +0000 (23:01 +0000)] 
Fix typo

28 years ago * configure: Regenerate.
Ian Lance Taylor [Fri, 2 Feb 1996 21:50:53 +0000 (21:50 +0000)] 
* configure: Regenerate.

28 years ago Spell off correctly.
Steve Chamberlain [Fri, 2 Feb 1996 21:43:15 +0000 (21:43 +0000)] 
Spell off correctly.

28 years ago * win32-nat.c (mappings): Add ppc registers.
Steve Chamberlain [Fri, 2 Feb 1996 21:42:12 +0000 (21:42 +0000)] 
* win32-nat.c (mappings): Add ppc registers.
(child_resume): Turn of step for ppc.

28 years ago * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
Steve Chamberlain [Fri, 2 Feb 1996 19:45:14 +0000 (19:45 +0000)] 
* aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
* configure: Regenerate.

28 years ago * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
Jeff Law [Fri, 2 Feb 1996 19:14:40 +0000 (19:14 +0000)] 
    * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
        try to do arithmetic on a void *, cast it to a unsigned char * first.
Some solaris compilers don't like void * arithmetic.

28 years agoFri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
Ian Lance Taylor [Fri, 2 Feb 1996 19:10:33 +0000 (19:10 +0000)] 
Fri Feb  2 14:09:25 1996  Alan Modra  <alan@spri.levels.unisa.edu.au>

* Makefile.in (INSTALL_XFORM): Remove -e.

28 years ago * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
Ian Lance Taylor [Fri, 2 Feb 1996 17:46:05 +0000 (17:46 +0000)] 
* write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
than comparing S_GET_SEGMENT to undefined_section.
(write_object_file): Skip symbols which were equated to an
undefined or common symbol.
* symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
S_IS_COMMON rather than comparing S_GET_SEGMENT to
undefined_section.
(S_GET_VALUE): Likewise.  Avoid recursion problems if S_IS_DEFINED
or S_IS_COMMON call S_GET_VALUE.
* config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
* config/obj-aout.c (obj_emit_relocations): If a reloc is equated
to an undefined or common symbol, convert the reloc to be against
the target symbol.
(obj_crawl_symbol_chain): Skip symbols which were equated to an
undefined or common symbol.
* config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
* config/obj-bout.c (obj_emit_relocations): If a reloc is equated
to an undefined or common symbol, convert the reloc to be against
the target symbol.
(obj_crawl_symbol_chain): Skip symbols which were equated to an
undefined or common symbol.
* config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
S_IS_COMMON rather than comparing S_GET_SEGMENT to
undefined_section.
(yank_symbols): Skip symbols which were equated to an undefined or
common symbol.

28 years ago * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
Jeff Law [Fri, 2 Feb 1996 17:20:54 +0000 (17:20 +0000)] 
    * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
        Load libgloss.exp.

28 years ago * gdb.disasm/hppa.exp: Compile directly into an executable, use
Jeff Law [Fri, 2 Feb 1996 03:22:45 +0000 (03:22 +0000)] 
    * gdb.disasm/hppa.exp: Compile directly into an executable, use
        the executable, not the .o to run the tests from.

Remove a useless step and avoid loading a .o into a target board
(loads into address zero which causes all kinds of problems).

28 years agoChanges to configure.in so that -gm-magic targets won't build libgloss
Geoffrey Noer [Fri, 2 Feb 1996 01:07:16 +0000 (01:07 +0000)] 
Changes to configure.in so that -gm-magic targets won't build libgloss
anymore.

28 years ago * mpw-mh-mpw (CC_MWC68K): Add options similar to those used
Stan Shebs [Thu, 1 Feb 1996 23:25:52 +0000 (23:25 +0000)] 
* mpw-mh-mpw (CC_MWC68K): Add options similar to those used
in CC_MWCPPC, and -mc68020 -model far.
(AR_MWLINK68K): Add -xm library.
(AR_AR): Define.
(CC_LD_MWLINK68K): Remove -d.
(EXTRALIBS_MWC68K): Define.

28 years ago * elf-bfd.h (ELF_LINK_NON_ELF): Define.
Ian Lance Taylor [Thu, 1 Feb 1996 23:15:23 +0000 (23:15 +0000)] 
* elf-bfd.h (ELF_LINK_NON_ELF): Define.
* elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
ELF_LINK_NON_ELF.
* elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
flag for a newly defined symbol.
(NAME(bfd_elf,record_link_assignment)): Likewise.
(elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
set the DEF or REF_REGULAR flags correctly.

28 years ago * configure: Regenerate with autoconf 2.7.
Steve Chamberlain [Thu, 1 Feb 1996 21:39:44 +0000 (21:39 +0000)] 
* configure: Regenerate with autoconf 2.7.

28 years ago * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
Ian Lance Taylor [Thu, 1 Feb 1996 21:34:29 +0000 (21:34 +0000)] 
* Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
(libbfd.h, libcoff.h): Corresponding change.

28 years ago * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
Ian Lance Taylor [Thu, 1 Feb 1996 21:24:15 +0000 (21:24 +0000)] 
* config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
* config/obj-bout.h (S_IS_LOCAL): Likewise.

28 years ago * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
Ian Lance Taylor [Thu, 1 Feb 1996 21:05:52 +0000 (21:05 +0000)] 
* elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
a PLT32 reloc as dynamic.
(elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
is not referenced by a dynamic object, and we are not making a
shared object, then don't make a PLT entry.  If we do make a PLT
entry, make sure the symbol has been recorded as dynamic.

28 years ago * emulparams/elf_i386.sh (TEXT_START_ADDR): Change to 0x8048000,
Ian Lance Taylor [Thu, 1 Feb 1996 21:02:03 +0000 (21:02 +0000)] 
* emulparams/elf_i386.sh (TEXT_START_ADDR): Change to 0x8048000,
for SVR4 compatibility.
PR 8794.

28 years ago * mpw-configure (extralibs_name, rez_name): Set correctly
Stan Shebs [Thu, 1 Feb 1996 20:42:27 +0000 (20:42 +0000)] 
* mpw-configure (extralibs_name, rez_name): Set correctly
for MWC68K compiler.

* mpw-README: Add more info on the necessary build tools.

28 years ago * configure.in: Make sure we only add m68k-parse.o to
Ian Lance Taylor [Thu, 1 Feb 1996 20:36:23 +0000 (20:36 +0000)] 
* configure.in: Make sure we only add m68k-parse.o to
${extra_objects} once, no matter how many m68k targets have been
enabled.
* configure: Rebuild.

28 years ago * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
Steve Chamberlain [Thu, 1 Feb 1996 18:39:00 +0000 (18:39 +0000)] 
* config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
xm-cygwin32.h): New.
* config/i386/(*win32*): Becomes *cygwin32*.
* configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
(powerpcle-*-cygwin32): New.
* configure: Regenerate.
* win32-nat.c  (child_create_inferior): Call CreateProcess
with the right program arg.

28 years ago * configure.in, config.sub: Recognize cygwin32.
Steve Chamberlain [Thu, 1 Feb 1996 18:23:56 +0000 (18:23 +0000)] 
* configure.in, config.sub: Recognize cygwin32.

28 years ago * configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
Steve Chamberlain [Thu, 1 Feb 1996 18:08:36 +0000 (18:08 +0000)] 
* configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
(powerpc*-*-cygwin32): New.
* configure: Regenerated.

28 years ago * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
Jeff Law [Thu, 1 Feb 1996 18:03:01 +0000 (18:03 +0000)] 
    * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.

28 years ago * ldexp.c (exp_fold_tree): Correct handling of ABSOLUTE.
Ian Lance Taylor [Thu, 1 Feb 1996 15:52:04 +0000 (15:52 +0000)] 
* ldexp.c (exp_fold_tree): Correct handling of ABSOLUTE.
PR 8909.

28 years ago * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
Fred Fish [Thu, 1 Feb 1996 04:15:53 +0000 (04:15 +0000)] 
* serial.c: Change fputc/fputs/fprintf to _unfiltered forms.

28 years agoName change
Stan Shebs [Thu, 1 Feb 1996 03:26:15 +0000 (03:26 +0000)] 
Name change

28 years ago * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
Stan Shebs [Thu, 1 Feb 1996 02:59:15 +0000 (02:59 +0000)] 
* config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
here from config/i386/xm-i386mach.h, fix name.
* config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
* config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
here from config/i386/xm-ptx4.h.
* config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
* config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
* config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
more housekeeping

28 years ago * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
Stan Shebs [Thu, 1 Feb 1996 02:47:32 +0000 (02:47 +0000)] 
* config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.

* config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Move to here
from config/sparc/xm-nbsd.h.
* config/sparc/nm-sun4os4 (CHILD_PREPARE_TO_STORE): Ditto, from
config/sparc/xm-sparc.h.
* config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
(PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
* config/sparc/sun4sol2.mh (NAT_FILE): Update.
* config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
housekeeping

28 years ago * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
Steve Chamberlain [Thu, 1 Feb 1996 02:42:51 +0000 (02:42 +0000)] 
* configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
* configure: Rebuild.

28 years ago * configure.tgt (i[345]86-*-cygwin32, powerpcle-*-cygwin32): New.
Steve Chamberlain [Thu, 1 Feb 1996 01:43:42 +0000 (01:43 +0000)] 
* configure.tgt (i[345]86-*-cygwin32, powerpcle-*-cygwin32): New.
* emultempl/pe.em (definfo init): Make the default stack reserve
of a PPC larger.

28 years ago * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
Steve Chamberlain [Thu, 1 Feb 1996 01:26:15 +0000 (01:26 +0000)] 
* coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
* config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
(powerpcle-*-cygwin32): New.
* peicode.h (add_data_entry): Get address from vma.

28 years ago * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
Jeff Law [Thu, 1 Feb 1996 00:40:59 +0000 (00:40 +0000)] 
    * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
        floating point correctly.
        (STORE_RETURN_VALUE): Likewise.
        * config/pa/tm-pro.h (SOFT_FLOAT): define.
Fixes minor testsuite failures for pro targets.

28 years ago * config/obj-coff.h (S_IS_LOCAL): Check for \001 as well as \002.
Ian Lance Taylor [Wed, 31 Jan 1996 22:40:55 +0000 (22:40 +0000)] 
* config/obj-coff.h (S_IS_LOCAL): Check for \001 as well as \002.

28 years agoIf _SDA_BASE_ has already been created as an undefined symbol, treat like it has...
Michael Meissner [Wed, 31 Jan 1996 22:13:09 +0000 (22:13 +0000)] 
If _SDA_BASE_ has already been created as an undefined symbol, treat like it has never been created

28 years ago * gdb.base/break.exp: Don't test for program exit or exit status
Jeff Law [Wed, 31 Jan 1996 21:44:24 +0000 (21:44 +0000)] 
    * gdb.base/break.exp: Don't test for program exit or exit status
        if $noresults if nonzero.
        * gdb.base/langs.exp: Likewise.
        * gdb.base/watchpoint.exp: Likewise.
For proelf targets were we can't even tell if a process exits.

28 years ago * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
Jeff Law [Wed, 31 Jan 1996 21:24:38 +0000 (21:24 +0000)] 
    * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
        * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
        trying to compile the testcase.

28 years ago * elflink.h (elf_bfd_final_link): Don't output initial dummy
Ian Lance Taylor [Wed, 31 Jan 1996 21:22:02 +0000 (21:22 +0000)] 
* elflink.h (elf_bfd_final_link): Don't output initial dummy
symbol or section symbols if stripping all symbols and this is not
a relocateable link.  Don't output the symbol string table if
there are no symbols.
(elf_link_flush_output_syms): Don't do anything if there are no
symbols to flush.

28 years ago * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
Fred Fish [Wed, 31 Jan 1996 20:35:51 +0000 (20:35 +0000)] 
* config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
Define to what should be reasonable values.  However, apparently
a bug in linux mmap prevents mapped symbol tables from working.

28 years agoWed Jan 31 14:34:23 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 31 Jan 1996 19:36:20 +0000 (19:36 +0000)] 
Wed Jan 31 14:34:23 1996  Richard Henderson  <rth@tamu.edu>

* configure.tgt (m68*-apple-aux*): New target.
* emulparams/m68kaux.sh: New file.
* scripttempl/m68kaux.sc: New file.
* Makefile.in (ALL_EMULATIONS): Add em68kaux.o.
(em68kaux.c): New target.

28 years agoWed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 31 Jan 1996 19:31:29 +0000 (19:31 +0000)] 
Wed Jan 31 14:03:17 1996  Richard Henderson  <rth@tamu.edu>

* config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
* doc/c-m68k.texi: Document .extend and .ldouble.

28 years agoWed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 31 Jan 1996 19:18:19 +0000 (19:18 +0000)] 
Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>

* config.guess, config.sub: Recognize A/UX.

28 years agoWed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 31 Jan 1996 19:06:17 +0000 (19:06 +0000)] 
Wed Jan 31 14:03:17 1996  Richard Henderson  <rth@tamu.edu>

* configure.in (m68*-apple-aux*): New target.
* config/te-aux.h: New file.
* config/obj-coff.c (compare_external_relocs): New static function
if TE_AUX.
(do_relocs_for): Sort relocs if TE_AUX.
(fixup_segment): If TE_AUX, store common symbol value in segment.
* config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.

28 years ago * config.sub: Merge with gcc/config.sub.
Ian Lance Taylor [Wed, 31 Jan 1996 18:52:30 +0000 (18:52 +0000)] 
* config.sub: Merge with gcc/config.sub.

28 years agoWed Jan 31 13:22:03 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 31 Jan 1996 18:24:21 +0000 (18:24 +0000)] 
Wed Jan 31 13:22:03 1996  Richard Henderson  <rth@tamu.edu>

* Makefile.in (distclean): Remove $(DEMANGLER_PROG).1.

28 years agoWed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 31 Jan 1996 18:17:12 +0000 (18:17 +0000)] 
Wed Jan 31 12:55:49 1996  Richard Henderson  <rth@tamu.edu>

* coff-aux.c: New file.
* hosts/m68kaux.h: New file.
* config.bfd (m68*-apple-aux*): New target.
* configure.in (m68*-apple-aux*): New native host.
(m68kaux_coff_vec): New vector.
* configure: Rebuild.
* targets.c (m68kaux_coff_vec): Declare.
* coffcode.h (bfd_coff_backend_data): Add field
_bfd_coff_link_add_one_symbol.
(bfd_coff_link_add_one_symbol): Define.
(compare_arelent_ptr): New static function if TARG_AUX.
(coff_write_relocs): If TARG_AUX, sort the relocs.
(coff_write_object_contents): Set A/UX aouthdr magic number.
(coff_link_add_one_symbol): Define if not defined.
(bfd_coff_std_swap_table): Initialize new field.
* libcoff.h: Rebuild.
* cofflink.c (coff_link_add_symbols): Call
bfd_coff_link_add_one_symbol rather than
_bfd_generic_link_add_one_symbol.
* coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
* coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
* coff-mips.c (mips_ecoff_backend_data): Likewise.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add coff-aux.o.
(BFD32_BACKENDS_CFILES): Add coff-aux.c.

28 years agoWed Jan 31 13:11:54 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 31 Jan 1996 18:12:58 +0000 (18:12 +0000)] 
Wed Jan 31 13:11:54 1996  Richard Henderson  <rth@tamu.edu>

* aux.h: New file.
* internal.h, m68k.h: Protect against multiple inclusion.

28 years ago * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
Ian Lance Taylor [Wed, 31 Jan 1996 17:28:44 +0000 (17:28 +0000)] 
* config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
BSF_FUNCTION.
(s_cpload): Set BSF_OBJECT for _gp_disp symbol.
* read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
symbol.
* ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
(ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
an undefined symbol and the size of a function symbol.
* config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
for all common symbols.

28 years agoWed Jan 31 11:37:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Ian Lance Taylor [Wed, 31 Jan 1996 16:38:20 +0000 (16:38 +0000)] 
Wed Jan 31 11:37:46 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.

28 years ago * interp.c (LoadMemory): Enclose text following #endif in /* */.
Fred Fish [Wed, 31 Jan 1996 02:36:07 +0000 (02:36 +0000)] 
* interp.c (LoadMemory): Enclose text following #endif in /* */.
* support.h: Remove superfluous "1" from #if.
* support.h (CHECKSIM): Remove stray 'a' at end of line.

28 years ago * defs.h (errno.h>: Move #include closer to head of file to solve
Fred Fish [Wed, 31 Jan 1996 02:31:02 +0000 (02:31 +0000)] 
* defs.h (errno.h>:  Move #include closer to head of file to solve
obscure problem with systems that declare perror with const arg, in
  both errno.h and stdio.h, and const is defined away by intervening
  local include.

28 years ago From Jon Reeves <reeves@zk3.dec.com>:
Fred Fish [Tue, 30 Jan 1996 22:47:23 +0000 (22:47 +0000)] 
From Jon Reeves <reeves@zk3.dec.com>:
* i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
(mem_fault_routine): Fix misplaced volatile type qualifier in decl.

28 years ago * dis-buf.c: Include "sysdep.h" before "dis-asm.h".
Ian Lance Taylor [Tue, 30 Jan 1996 19:09:20 +0000 (19:09 +0000)] 
* dis-buf.c: Include "sysdep.h" before "dis-asm.h".

28 years ago * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
Ian Lance Taylor [Tue, 30 Jan 1996 18:49:10 +0000 (18:49 +0000)] 
* Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
$(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
(maintainer-clean): Warn about deleting special files.
(bfd-in2.h, libbfd.h, libcoff.h): New targets.

28 years ago * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Ignore
Ian Lance Taylor [Tue, 30 Jan 1996 18:19:28 +0000 (18:19 +0000)] 
* emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Ignore
-bnoentry, since the right thing tends to happen anyhow.

28 years ago * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
Ian Lance Taylor [Tue, 30 Jan 1996 18:18:17 +0000 (18:18 +0000)] 
* elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
warning symbols correctly.
* elf32-i386.c (elf_i386_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-mips.c (mips_elf_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.

28 years ago* config/tc-i960.c (parse_memop): In MRI mode, don't use implicit scaling of
Ken Raeburn [Tue, 30 Jan 1996 18:12:41 +0000 (18:12 +0000)] 
* config/tc-i960.c (parse_memop): In MRI mode, don't use implicit scaling of
index.

* expr.c (operand): Accept 0x hex constants in MRI mode if not on m68k.

(PR 8836)

28 years ago * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
Ian Lance Taylor [Tue, 30 Jan 1996 17:09:29 +0000 (17:09 +0000)] 
* syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
warnings.

28 years agoEnclose gdbtk stuff inside gdb sanitization lines. Regenerate configure.
Fred Fish [Tue, 30 Jan 1996 03:10:17 +0000 (03:10 +0000)] 
Enclose gdbtk stuff inside gdb sanitization lines.  Regenerate configure.

28 years ago * Makefile.in (diststuff): Make all-doc; diststuff target does not
Fred Fish [Tue, 30 Jan 1996 03:08:52 +0000 (03:08 +0000)] 
* Makefile.in (diststuff): Make all-doc; diststuff target does not
exist in doc/Makefile.in.

28 years ago * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
Stan Shebs [Tue, 30 Jan 1996 02:51:56 +0000 (02:51 +0000)] 
* config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.

28 years ago From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
Ian Lance Taylor [Tue, 30 Jan 1996 00:01:44 +0000 (00:01 +0000)] 
From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
* ecoff.c (struct extsym_info): Define.
(_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
to ecoff_link_write_external.
(ecoff_link_write_external): Accept a struct extsym_info pointer.
Strip symbols when appropriate.

28 years ago Based on patches from H J Lu <hjl@zoom.com>:
Ian Lance Taylor [Mon, 29 Jan 1996 22:39:21 +0000 (22:39 +0000)] 
Based on patches from H J Lu <hjl@zoom.com>:
* objcopy.c (remove_leading_char): New static variable.
(OPTION_REMOVE_LEADING_CHAR): Define.
(copy_usage): Mention --remove-leading-char.
(filter_symbols): If remove_leading_char, and the first character
of a global symbol matches the symbol leading char of the BFD,
remove the first character.
(copy_object): Filter the symbols if remove_leading_char is set.
(copy_main): Handle --remove-leading-char.
* binutils.texi, objcopy.1: Document --remove-leading-char.

28 years ago * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
Ian Lance Taylor [Mon, 29 Jan 1996 22:11:12 +0000 (22:11 +0000)] 
* config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
of object.  From Ronald F. Guilmette <rfg@monkeys.com>.

28 years agoupdate copyright
Ian Lance Taylor [Mon, 29 Jan 1996 22:09:49 +0000 (22:09 +0000)] 
update copyright

28 years ago Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
Ian Lance Taylor [Mon, 29 Jan 1996 22:04:32 +0000 (22:04 +0000)] 
Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
* syms.c (BSF_OBJECT): Define.
(bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
* bfd-in2.h: Rebuild.
* elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
STT_OBJECT symbol.
* elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
is set.

28 years ago * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
Ian Lance Taylor [Mon, 29 Jan 1996 20:01:29 +0000 (20:01 +0000)] 
* elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
copying relocs into a shared object, treat a defined global symbol
as a local symbol.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-mips.c (mips_elf_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.

28 years agoFixed exported names, removed a bad define
Kim Knuttila [Mon, 29 Jan 1996 19:31:34 +0000 (19:31 +0000)] 
Fixed exported names, removed a bad define

28 years agomh-i386win32 is gone
Ken Raeburn [Mon, 29 Jan 1996 19:30:16 +0000 (19:30 +0000)] 
mh-i386win32 is gone

28 years ago * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
Ian Lance Taylor [Mon, 29 Jan 1996 18:09:20 +0000 (18:09 +0000)] 
* elflink.h (elf_link_add_object_symbols): Only set weakdef to a
real defined symbol, not to a weak defined symbol.

28 years ago* i386.h: Fix waiting forms of finit, fstenv, fsave, fstsw, fstcw, and fclex.
Ken Raeburn [Mon, 29 Jan 1996 17:45:18 +0000 (17:45 +0000)] 
* i386.h: Fix waiting forms of finit, fstenv, fsave, fstsw, fstcw, and fclex.

28 years agoRemoved a ppc hack from cofflink, promoted some types to libcoff-in.h
Kim Knuttila [Mon, 29 Jan 1996 17:44:41 +0000 (17:44 +0000)] 
Removed a ppc hack from cofflink, promoted some types to libcoff-in.h

28 years ago * ld.texinfo, ld.1: Document -export-dynamic.
Ian Lance Taylor [Mon, 29 Jan 1996 17:29:51 +0000 (17:29 +0000)] 
* ld.texinfo, ld.1: Document -export-dynamic.

28 years ago * ecoff.c (localsym_t): Add addend field.
Ian Lance Taylor [Mon, 29 Jan 1996 17:25:26 +0000 (17:25 +0000)] 
* ecoff.c (localsym_t): Add addend field.
(add_ecoff_symbol): Add addend argument.  Change all callers.
(coff_sym_value): Make static.
(coff_sym_addend): New static variable.
(ecoff_directive_def): Initialize coff_sym_addend.
(ecoff_directive_val): Accept symbol + constant.
(ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
(ecoff_build_symbols): Include the addend in the symbol value.

28 years ago * ch-valprint.c (calculate_array_length): New function to determine
Wilfried Moser [Mon, 29 Jan 1996 08:17:22 +0000 (08:17 +0000)] 
    * ch-valprint.c (calculate_array_length): New function to determine
        the length of an array type (see comment).
        (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
        array type is zero, call calculate_array_length.

        * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): They values
        may not be sorted. Scan all entries and set the real lower and

28 years ago * builtins.ch, builtins.exp: Enhance test case.
Wilfried Moser [Mon, 29 Jan 1996 08:09:04 +0000 (08:09 +0000)] 
    * builtins.ch, builtins.exp: Enhance test case.

        * extstruct.ch, extstruct-grt.ch, extstruct.exp: New test case.

28 years ago * config/xm-linux.h: Move include of solib.h and #define of
Fred Fish [Sun, 28 Jan 1996 22:52:53 +0000 (22:52 +0000)] 
* config/xm-linux.h: Move include of solib.h and #define of
SVR4_SHARED_LIBS from here ...
* config/nm-linux.h: ...to here.

28 years ago * gas/arc/warn.exp: Delete libs arg in call to dg-runtest.
David Edelsohn [Sat, 27 Jan 1996 21:30:10 +0000 (21:30 +0000)] 
* gas/arc/warn.exp: Delete libs arg in call to dg-runtest.

28 years agoFix up warning on SunOS
Michael Meissner [Sat, 27 Jan 1996 20:44:54 +0000 (20:44 +0000)] 
Fix up warning on SunOS

28 years ago * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
Fred Fish [Sat, 27 Jan 1996 18:51:09 +0000 (18:51 +0000)] 
* configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
Also check for gregset_t and fpregset_t types.
* configure: Regenerate.
* core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
  is defined.
(fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
  and HAVE_FPREGSET_T are defined.  These changes allow systems
  like linux that are migrating to /proc support to use a single
  configuration for both new and old versions.

* config/i386/linux.mt: Note that this is now for both a.out and
ELF systems.
* config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
i386v4-nat.o
* config/i386/tm-linux.h (tm-sysv4.h): Include.
* config/i386/xm-linux.h (solib.h): Include
(SVR4_SHARED_LIBS): Define.
* i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
(supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
(supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T defined.

28 years agoIgnore overflow on toc relocs
Kim Knuttila [Sat, 27 Jan 1996 00:31:16 +0000 (00:31 +0000)] 
Ignore overflow on toc relocs

28 years ago * ld-undefined/undefined.exp: ELF targets should now pass the
Ian Lance Taylor [Fri, 26 Jan 1996 23:43:29 +0000 (23:43 +0000)] 
* ld-undefined/undefined.exp: ELF targets should now pass the
undefined line test.

28 years ago * syms.c: Include "bfdlink.h".
Ian Lance Taylor [Fri, 26 Jan 1996 23:42:58 +0000 (23:42 +0000)] 
* syms.c: Include "bfdlink.h".
(struct stab_find_info): Define.
(_bfd_stab_section_find_nearest_line): New function.
* libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
* libbfd.h: Rebuild.
* elf-bfd.h (struct elf_obj_tdata): Add line_info field.
* elf.c (_bfd_elf_find_nearest_line): Try calling
_bfd_stab_section_find_nearest_line before searching the ELF
symbol table.  Find the closest STT_FUNC symbol, not the last one.
* libcoff-in.h (coff_data_type): Add line_info field.
* libcoff.h: Rebuild.
* coffgen.c (coff_find_nearest_line): Try calling
_bfd_stab_section_find_nearest_line before searching the COFF
symbol table.
* Makefile.in: Rebuild dependencies.

28 years ago * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
Stan Shebs [Fri, 26 Jan 1996 21:53:03 +0000 (21:53 +0000)] 
* config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
* config/i386/xm-sun386.h: Ditto.
* config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.

28 years ago * gas/hppa/unsorted/unsorted.exp: Update for objdump changes.
Jeff Law [Fri, 26 Jan 1996 21:26:28 +0000 (21:26 +0000)] 
    * gas/hppa/unsorted/unsorted.exp: Update for objdump changes.

This page took 0.04104 seconds and 4 git commands to generate.