deliverable/binutils-gdb.git
27 years agostart-sanitize-d10v
Martin Hunt [Thu, 18 Jul 1996 00:41:43 +0000 (00:41 +0000)] 
start-sanitize-d10v
        Wed Jul 17 14:45:12 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
        * dis-asm.h: (print_insn_d10v): Declare.
end-sanitize-d10v

27 years agostart-sanitize-d10v
Martin Hunt [Thu, 18 Jul 1996 00:40:48 +0000 (00:40 +0000)] 
start-sanitize-d10v
        Wed Jul 17 14:46:38 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
        * d10v.h: New file.
end-sanitize-d10v

27 years agostart-sanitize-d10v
Martin Hunt [Thu, 18 Jul 1996 00:39:03 +0000 (00:39 +0000)] 
start-sanitize-d10v
        Wed Jul 17 14:25:13 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
        * config/tc-d10v.c: New file.
        * config/tc-d10v.h: New file.
        * configure (d10v-*-elf): New target.
        * configure.in (d10v-*-elf): New target.
end-sanitize-d10v

27 years agoPay attention to return code
Kim Knuttila [Thu, 18 Jul 1996 00:04:58 +0000 (00:04 +0000)] 
Pay attention to return code

27 years agoRemoved bogus printf
Kim Knuttila [Wed, 17 Jul 1996 18:10:20 +0000 (18:10 +0000)] 
Removed bogus printf

27 years agoStrip prefix '.'s from name
Kim Knuttila [Wed, 17 Jul 1996 17:55:38 +0000 (17:55 +0000)] 
Strip prefix '.'s from name

27 years agoWed Jul 17 10:12:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
J.T. Conklin [Wed, 17 Jul 1996 17:18:13 +0000 (17:18 +0000)] 
Wed Jul 17 10:12:05 1996  J.T. Conklin  <jtc@rtl.cygnus.com>

        * m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating
        to bcc, trapfl, subxl, and wddata discovered by Andreas Schwab.

27 years ago * mon960-rom.c: Shorten the mon960_inits string to a single
Mark Alexander [Wed, 17 Jul 1996 14:00:46 +0000 (14:00 +0000)] 
* mon960-rom.c: Shorten the mon960_inits string to a single
carriage return; this prevents a hang on connecting immediately
after powerup, when MON960 is attempting autobaud detection.

27 years agoremove sanitization accidentally inserted in last commit
Ian Lance Taylor [Wed, 17 Jul 1996 13:28:31 +0000 (13:28 +0000)] 
remove sanitization accidentally inserted in last commit

27 years ago * a29k-tdep.c (get_saved_register): Allow PC to be modified
Mark Alexander [Wed, 17 Jul 1996 06:52:31 +0000 (06:52 +0000)] 
* a29k-tdep.c (get_saved_register): Allow PC to be modified
when innermost frame is selected, but not in outer frames.
PR 9012

27 years ago * archures.c bfd-in2.h: Add bfd_mach_i386_i386 and
Stu Grossman [Wed, 17 Jul 1996 06:51:21 +0000 (06:51 +0000)] 
* archures.c bfd-in2.h:  Add bfd_mach_i386_i386 and
bfd_mach_i386_i8086 machine types.

27 years ago * command.c (do_setshow_command): Don't segfault when showing
Stu Grossman [Wed, 17 Jul 1996 06:41:25 +0000 (06:41 +0000)] 
* command.c (do_setshow_command):  Don't segfault when showing
var_string and var_string_noescape vars that are NULL.

From the fsf:
* solib.c (solib_absolute_prefix, solib_search_path): New variables.
(_initialize_solib): Add set/show commands for those variables.
(solib_map_sections): Implement searching using them.

27 years agoChanges from the FSF for Hurd thread support.
Stu Grossman [Wed, 17 Jul 1996 06:03:26 +0000 (06:03 +0000)] 
Changes from the FSF for Hurd thread support.

27 years agooops!
Stu Grossman [Tue, 16 Jul 1996 00:03:38 +0000 (00:03 +0000)] 
oops!

27 years ago * i386-dis.c (print_insn_i8086): New routine to disassemble using
Stu Grossman [Tue, 16 Jul 1996 00:01:50 +0000 (00:01 +0000)] 
* i386-dis.c (print_insn_i8086):  New routine to disassemble using
the 8086 instruction set.
* i386-dis.c:  General cleanups.  Make most things static.  Add
prototypes.  Get rid of static variables aflags and dflags.  Pass
them as args (to almost everything).

27 years ago * dis-asm.h: Get rid of decls for print_insn_i8086,
Stu Grossman [Mon, 15 Jul 1996 23:59:26 +0000 (23:59 +0000)] 
* dis-asm.h:  Get rid of decls for print_insn_i8086,
print_insn_sparc64 and print_insn_sparclite.
* (INIT_DISASSEMBLE_INFO):  Split into two pieces.  One,
INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian,
mach, and arch.

27 years ago * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
David Edelsohn [Mon, 15 Jul 1996 23:57:36 +0000 (23:57 +0000)] 
* win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
cygwin32_conv_to_posix_path.
(child_create_inferior): unix_path_to_dos_path renamed to
cygwin32_conv_to_win32_path.  Rewrite code to translate PATH.

27 years ago * defs.h printcmd.c: Create global disassemble_info structure
Stu Grossman [Mon, 15 Jul 1996 23:54:39 +0000 (23:54 +0000)] 
* defs.h printcmd.c:  Create global disassemble_info structure
tm_print_insn_info.
* gdbtk.c (gdb_disassemble):  Setup di.mach from
tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
* i386-tdep.c (set_assembly_language_command):  set
tm_print_insn_info.mach to the appropriate value for 386 or 8086
disassembly.
* printcmd.c (print_insn):  Move init of disassembler_info to
_initialize_printcmd.  Set endian for disassembler here.
* sparc-tdep.c:  Set tm_print_insn_info.mach as appropriate to
select sparc/sparclite.
* config/sparc/{tm-sparc.h tm-sparclite.h}:  Get rid of
TM_PRINT_INSN.  Set TM_PRINT_INSN_MACH to
bfd_mach_sparc/bfd_mach_sparc_sparclite.

27 years ago * bfd-in2.h: Add bfd_mach_i386_i386 and bfd_mach_i386_i8086
Stu Grossman [Mon, 15 Jul 1996 23:41:21 +0000 (23:41 +0000)] 
* bfd-in2.h:  Add bfd_mach_i386_i386 and bfd_mach_i386_i8086
machine types.

27 years ago * config.guess (HP 9000/811): Recognize this as a PA1.1
Jeff Law [Mon, 15 Jul 1996 17:52:39 +0000 (17:52 +0000)] 
    * config.guess (HP 9000/811): Recognize this as a PA1.1
        machine.

27 years agoMon Jul 15 11:49:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Ian Lance Taylor [Mon, 15 Jul 1996 15:58:00 +0000 (15:58 +0000)] 
Mon Jul 15 11:49:49 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Round
  the value of __start_SECNAME to the alignment required by the
  section to be placed.

27 years agoCheck in an entry that somehow got missed long ago.
Fred Fish [Sat, 13 Jul 1996 14:55:30 +0000 (14:55 +0000)] 
Check in an entry that somehow got missed long ago.

28 years ago * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
Fred Fish [Sat, 13 Jul 1996 05:34:40 +0000 (05:34 +0000)] 
* hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
than xmalloc/xrealloc.

28 years ago * mmap-sup.c (mmalloc_findbase): Change to not require /dev/zero
Fred Fish [Sat, 13 Jul 1996 05:24:44 +0000 (05:24 +0000)] 
* mmap-sup.c (mmalloc_findbase): Change to not require /dev/zero
if MMAP_ANONYMOUS is available.

28 years agoFix thinko in previous patch
Fred Fish [Sat, 13 Jul 1996 04:50:40 +0000 (04:50 +0000)] 
Fix thinko in previous patch

28 years ago* Makefile.in (do-tar-gz): New target, split out from tail end of taz target.
Ken Raeburn [Sat, 13 Jul 1996 03:22:47 +0000 (03:22 +0000)] 
* Makefile.in (do-tar-gz): New target, split out from tail end of taz target.
Run each command separately, don't use pipes.
(taz): Use it.

28 years ago * objfiles.c (map_to_file): Error return from mmalloc_findbase is
Fred Fish [Sat, 13 Jul 1996 01:12:11 +0000 (01:12 +0000)] 
* objfiles.c (map_to_file): Error return from mmalloc_findbase is
a NULL pointer, not a -1.
Fix oops from a previous checkin.

28 years agoRecognize and handle -K PIC
Michael Meissner [Sat, 13 Jul 1996 00:54:55 +0000 (00:54 +0000)] 
Recognize and handle -K PIC

28 years ago * mpw-configure: Look for g-mpw-make.sed in config/mpw.
Stan Shebs [Fri, 12 Jul 1996 19:11:22 +0000 (19:11 +0000)] 
* mpw-configure: Look for g-mpw-make.sed in config/mpw.
* mpw-build.in: No builds should depend on building byacc or flex,
they are assumed to be installed already.

28 years agoalways keep mpw subdir
Stan Shebs [Fri, 12 Jul 1996 19:05:17 +0000 (19:05 +0000)] 
always keep mpw subdir

28 years ago * gdb.texinfo: Document `set assembly-language'.
Stu Grossman [Fri, 12 Jul 1996 18:11:24 +0000 (18:11 +0000)] 
* gdb.texinfo:  Document `set assembly-language'.

28 years ago * dis-asm.h (print_insn_i8086): Declare.
Stu Grossman [Fri, 12 Jul 1996 17:20:17 +0000 (17:20 +0000)] 
* dis-asm.h (print_insn_i8086):  Declare.

28 years ago * i386-tdep.c (set_assembly_language_command): New routine to
Stu Grossman [Fri, 12 Jul 1996 17:18:53 +0000 (17:18 +0000)] 
* i386-tdep.c (set_assembly_language_command):  New routine to
select between i386 and i8086 instruction sets for disassembly.
New command `set assembly-language {i386 i8086}'.

28 years ago * i386-dis.c (print_insn_i8086): New routine to disassemble using
Stu Grossman [Fri, 12 Jul 1996 17:15:38 +0000 (17:15 +0000)] 
* i386-dis.c (print_insn_i8086):  New routine to disassemble using
the 8086 instruction set.
* i386-dis.c:  General cleanups.  Make most things static.  Add
prototypes.  Get rid of static variables aflags and dflags.  Pass
them as args (to almost everything).

28 years agoSet r environment variable that CC_FOR_TARGET needs in CONFIGURE_TARGET_MODULES
Michael Meissner [Fri, 12 Jul 1996 13:54:37 +0000 (13:54 +0000)] 
Set r environment variable that CC_FOR_TARGET needs in CONFIGURE_TARGET_MODULES

28 years ago * monitor.c (monitor_write_memory, monitor_read_memory_single):
Mark Alexander [Fri, 12 Jul 1996 04:18:13 +0000 (04:18 +0000)] 
* monitor.c (monitor_write_memory, monitor_read_memory_single):
Disable use of "long long" memory read/write commands; can't
use them because we hold the values to read/write in an int
variable, and because strtoul fails on values that exceed the
size of a long.  This fixes breakpoint problems on MON960.

28 years ago * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
Fred Fish [Fri, 12 Jul 1996 00:19:15 +0000 (00:19 +0000)] 
* config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
* config/pa/xm-hppah.h (HAVE_MMAP): Ditto.

28 years agoCheck whether $(TARGET_SUBDIR)/$${dir} exists before trying to output --print-multi...
Michael Meissner [Thu, 11 Jul 1996 23:28:28 +0000 (23:28 +0000)] 
Check whether $(TARGET_SUBDIR)/$${dir} exists before trying to output --print-multi-lib there

28 years ago * remote.texi: Update list of stubs in the GDB distribution.
Stan Shebs [Thu, 11 Jul 1996 20:53:41 +0000 (20:53 +0000)] 
* remote.texi: Update list of stubs in the GDB distribution.
Humoring JT :-)

28 years ago * h8300-dis.c (bfd_h8_disassemble): Handle macregs in ldmac insns.
Jeff Law [Thu, 11 Jul 1996 19:06:21 +0000 (19:06 +0000)] 
    * h8300-dis.c (bfd_h8_disassemble): Handle macregs in ldmac insns.
More HMSE.

28 years ago * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l".
Jeff Law [Thu, 11 Jul 1996 18:59:57 +0000 (18:59 +0000)] 
    * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l".
More disassembler fixes.  HMSE.

28 years ago * h8300-dis.c (bfd_h8_disassemble): "abs" is implicitly two
Jeff Law [Thu, 11 Jul 1996 18:46:41 +0000 (18:46 +0000)] 
    * h8300-dis.c (bfd_h8_disassemble): "abs" is implicitly two
        if the next arg is marked with SRC_IN_DST.  Gross.
Gross hack so that shift-by-two insns are disassembled correctly.

28 years ago * h8300-dis.c (bfd_h8_disassemble): Print "exr" when
Jeff Law [Thu, 11 Jul 1996 18:30:02 +0000 (18:30 +0000)] 
    * h8300-dis.c (bfd_h8_disassemble): Print "exr" when
        we're looking for and find EXR.
So we disassemble andc/orc/xorc with exr correctly.

28 years ago * h8300-dis.c (bfd_h8_disassemble): We don't have a match
Jeff Law [Thu, 11 Jul 1996 18:24:59 +0000 (18:24 +0000)] 
    * h8300-dis.c (bfd_h8_disassemble): We don't have a match
        if we're looking for KBIT and we don't find it.
So we don't disassemble "inc" instructions as "adds" instructions.

28 years ago * h8300.h (band, bclr): Force high bit of immediate nibble to zero.
Jeff Law [Thu, 11 Jul 1996 18:10:13 +0000 (18:10 +0000)] 
    * h8300.h (band, bclr): Force high bit of immediate nibble to zero.
So we don't disassemble "biand" as "band".

28 years ago * h8300-dis.c (bfd_h8_disassemble): Mask off unwanted bits
Jeff Law [Thu, 11 Jul 1996 18:07:31 +0000 (18:07 +0000)] 
   * h8300-dis.c (bfd_h8_disassemble): Mask off unwanted bits
       for L_3 and L_2.
So we only get values in the right range for L_3 (0..7) and L_2 (0..3).

28 years ago * h8300-dis.c (bfd_h8_disassemble): Don't set plen for
Jeff Law [Thu, 11 Jul 1996 17:58:43 +0000 (17:58 +0000)] 
    * h8300-dis.c (bfd_h8_disassemble): Don't set plen for
        3bit immediate operands.
So we disassemble bXXX #IMM,@ADDRESS insns correctly.

28 years agoAutomagically reconfigure target directories whenever the multilib options change
Michael Meissner [Thu, 11 Jul 1996 14:17:12 +0000 (14:17 +0000)] 
Automagically reconfigure target directories whenever the multilib options change

28 years ago * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
Fred Fish [Thu, 11 Jul 1996 07:41:51 +0000 (07:41 +0000)] 
* Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
and MMALLOC_CHECK macros, and add comment indicating how host dependent
makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
to use it but to not do heap corruption checking.
* gdbserver/Makefile.in: Ditto.
* utils.c (init_malloc): Replace warning() use with direct call of
fprintf_unfiltered, since current_target has not yet been set and thus
  we cannot use warning().  If we try to use mmcheck and it fails,
suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
  defined.  Other small mmalloc related cleanups.
* config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
* config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.

* config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
* config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
Remove obsolete defines.

* config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
* config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
* config/rs6000/rs6000.mh (MMALLOC_DISABLE):
* config/rs6000/aix4.mh (MMALLOC_DISABLE):
* config/powerpc/aix4.mh (MMALLOC_DISABLE):
* config/powerpc/aix.mh (MMALLOC_DISABLE):
* config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
* config/mips/mipsm3.mh (MMALLOC_DISABLE):
* config/mips/decstation.mh (MMALLOC_DISABLE):
* config/m88k/cxux.mh (MMALLOC_DISABLE):
* config/i386/i386mk.mh (MMALLOC_DISABLE):
* config/i386/i386m3.mh (MMALLOC_DISABLE):
* config/i386/i386gnu.mh (MMALLOC_DISABLE):
Use MMALLOC_CFLAGS instead.

28 years ago * detach.c (mmalloc_detach): Fix bug in computation of negative
Fred Fish [Thu, 11 Jul 1996 07:36:27 +0000 (07:36 +0000)] 
* detach.c (mmalloc_detach): Fix bug in computation of negative
brk value.
* mmcheck.c (mmcheckf): Renamed from mmcheck and new FORCE argument
added.  Replaced hack that always allowed checking routines to be
  installed and enforce restriction that they have to be installed
prior to allocating any memory on the used heap or the FORCE argument
has to be non-NULL.
(mmcheck): New function that calls mmcheckf with FORCE set to zero,
for backwards compatibility.
* mmalloc.c (malloc): Store result in local variable before
returning it.  Makes debugging much easier at negligible cost.
* mmalloc.h (mmcheckf): Declare.
* attach.c (reuse): Call mmcheckf rather than mmcheck.
* mmap-sup.c (__mmalloc_mmap_morecore): Improve to allow mmap
to select a base mapping address if none is otherwise given.
(mmalloc_findbase): New function that user can call to find
an available mapping address of a given size.

28 years ago * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
David Edelsohn [Thu, 11 Jul 1996 01:58:46 +0000 (01:58 +0000)] 
* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
CLEAN_MODULES): Add bash.
(all-bash): New target.

28 years ago * stabs.c (stab_demangle_fund_type): Return a void * for a
Ian Lance Taylor [Wed, 10 Jul 1996 17:35:33 +0000 (17:35 +0000)] 
* stabs.c (stab_demangle_fund_type): Return a void * for a
template, rather than simply aborting.

28 years agoWed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 10 Jul 1996 16:51:06 +0000 (16:51 +0000)] 
Wed Jul 10 12:39:08 1996  Richard Henderson  <rth@tamu.edu>

* config/tc-alpha.c (alpha_align): Change fill parameter
to a pointer.  Take NULL as 0 or nop depending on section.  Change
all callers.
(s_alpha_align): Rename local variables.

* doc/as.texinfo (.align): Document action of omitted
fill parameter.

28 years ago * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
Ian Lance Taylor [Wed, 10 Jul 1996 16:44:45 +0000 (16:44 +0000)] 
* ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
and _FINI sections.

28 years agoWed Jul 10 11:18:21 1996 Richard Henderson <rth@tamu.edu>
Ian Lance Taylor [Wed, 10 Jul 1996 15:26:50 +0000 (15:26 +0000)] 
Wed Jul 10 11:18:21 1996  Richard Henderson  <rth@tamu.edu>

* coffcode.h (coff_set_section_contents): A/UX does not require
special handling of the _LIB section.

28 years ago * h8300-tdep.c: Remove some outdated comments.
Jeff Law [Wed, 10 Jul 1996 04:44:23 +0000 (04:44 +0000)] 
    * h8300-tdep.c: Remove some outdated comments.
        (h8300_skip_prologue): Rework to be more correct for the H8/300H.
        Handle stm.l insns for the H8/S.
        (examine_prologue): Likewise.
HMSE stuff.

28 years ago * app.c (do_scrub_chars): Remove not_cpp_line local variable.
Ian Lance Taylor [Wed, 10 Jul 1996 04:30:27 +0000 (04:30 +0000)] 
* app.c (do_scrub_chars): Remove not_cpp_line local variable.
Instead, check state when '#' comment is seen.
PR 10073.

28 years ago * config/tc-ppc.c (md_apply_fix3): Give a useful error message
Ian Lance Taylor [Wed, 10 Jul 1996 04:26:38 +0000 (04:26 +0000)] 
* config/tc-ppc.c (md_apply_fix3): Give a useful error message
when an unsupported PC relative reloc is seen, rather than calling
abort.
PR 10073.

28 years ago * compile.c (sim_resume): Fix all rotate-by-2-bits insns.
Jeff Law [Wed, 10 Jul 1996 04:15:17 +0000 (04:15 +0000)] 
    * compile.c (sim_resume): Fix all rotate-by-2-bits insns.

28 years ago * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
Raymond Jou [Wed, 10 Jul 1996 00:05:46 +0000 (00:05 +0000)] 
* ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.

28 years ago * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
Jeff Law [Tue, 9 Jul 1996 21:53:47 +0000 (21:53 +0000)] 
    * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
        value for R_RELBYTE.
Something -Wall caught.

        * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
        array if one was allocated.
Something I ran into today.

28 years agoForgot to commit .Sanitize after last checkin
Michael Meissner [Tue, 9 Jul 1996 17:43:08 +0000 (17:43 +0000)] 
Forgot to commit .Sanitize after last checkin

28 years ago From Kazumoto Kojima <kkojima@kk.info.kanagawa-u.ac.jp>:
Ian Lance Taylor [Tue, 9 Jul 1996 16:28:04 +0000 (16:28 +0000)] 
From Kazumoto Kojima <kkojima@kk.info.kanagawa-u.ac.jp>:
* elf32-mips.c (struct mips_elf_link_hash_table): Add new fields
use_rld_obj_head and rld_value.
(mips_elf_link_hash_table_create): Initialize new fields.
(mips_elf_add_symbol_hook): Mark __rld_obj_head symbol as
dynamic.
(mips_elf_create_dynamic_sections): Create .rld_map section.  If
__rld_obj_head symbol not seen, create an __rld_map symbol.
(mips_elf_size_dynamic_sections): Make space in .rld_map section.
Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
(mips_elf_finish_dynamic_symbol): Save value of __rld_map or
__rld_obj_head symbol.
(mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.

28 years ago * configure.tgt (mips*el-*-elf*): Use elf32elmip.
Ian Lance Taylor [Tue, 9 Jul 1996 16:13:56 +0000 (16:13 +0000)] 
* configure.tgt (mips*el-*-elf*): Use elf32elmip.
(mips*-*-elf*): Use elf32ebmip.
* emulparams/elf32bmip.sh (EMBEDDED): Don't define.
* emulparams/elf32lmip.sh (EMBEDDED): Don't define.
* emulparams/elf32elmip.sh: New file; copy of elf32lmip.sh with
EMBEDDED defined.
* emulparams/elf32ebmip.sh: New file; copy of elf32bmip.sh with
EMBEDDED defined.
* emulparams/elf32b4300.sh (EMBEDDED): Define.
* emulparams/elf32l4300.sh (EMBEDDED): Define.
* Makefile.in (ALL_EMULATIONS): Add eelf32ebmip.o eelf32elmip.o.
(eelf32ebmip.c, eelf32elmip.c): New targets.
Irix 5 is not an embedded system.

28 years ago * alpha-opc.c: Add new case of "mov". From Klaus Kaempf
Ian Lance Taylor [Tue, 9 Jul 1996 14:57:34 +0000 (14:57 +0000)] 
* alpha-opc.c: Add new case of "mov".  From Klaus Kaempf
<kkaempf@progis.ac-net.de>.

28 years ago * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
Jim Wilson [Tue, 9 Jul 1996 00:34:43 +0000 (00:34 +0000)] 
* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.

28 years agoAdd new config file for Irix 6.
Jim Wilson [Tue, 9 Jul 1996 00:32:21 +0000 (00:32 +0000)] 
Add new config file for Irix 6.

28 years agoMon Jul 8 15:15:37 1996 Jason Merrill <jason@yorick.cygnus.com>
Jason Merrill [Mon, 8 Jul 1996 23:41:08 +0000 (23:41 +0000)] 
Mon Jul  8 15:15:37 1996  Jason Merrill  <jason@yorick.cygnus.com>

* mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC.

For consistency with mh-sparcpic and libgcc.a; SunOS 4 apparently doesn't
allow mixing of pic and PIC.

28 years ago * elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.
Ian Lance Taylor [Mon, 8 Jul 1996 23:29:26 +0000 (23:29 +0000)] 
* elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.

28 years ago * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
Ian Lance Taylor [Mon, 8 Jul 1996 23:16:00 +0000 (23:16 +0000)] 
* config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
  OBJ_MAYBE_ELF.
(tc_gen_reloc): If fixup was changed to be PC relative, change
  reloc type accordingly.  Use name of reloc in error message.

28 years ago * as.h: Don't define const or volatile.
Ian Lance Taylor [Mon, 8 Jul 1996 21:57:07 +0000 (21:57 +0000)] 
* as.h: Don't define const or volatile.
* flonum.h: Don't define const.

28 years agoImprove SCO ELF comment
Ian Lance Taylor [Mon, 8 Jul 1996 21:43:26 +0000 (21:43 +0000)] 
Improve SCO ELF comment

28 years ago * elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, use
Ian Lance Taylor [Mon, 8 Jul 1996 21:38:59 +0000 (21:38 +0000)] 
* elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, use
ppc_elf_addr16_ha_reloc.
(ppc_elf_addr16_ha_reloc): New static function.
PR 10036.

28 years ago * coff-mips.c (struct mips_hi): Define.
Ian Lance Taylor [Mon, 8 Jul 1996 20:25:54 +0000 (20:25 +0000)] 
* coff-mips.c (struct mips_hi): Define.
(mips_refhi_list): New static variable.
  (mips_refhi_addr, mips_refhi_addend): Remove.
(mips_refhi_reloc): Maintain a list of unmatched REFHI relocs.
(mips_reflo_reloc): Process mips_refhi_list.
(mips_relhi_list): New static variable.
(mips_relhi_addr, mips_relhi_addend): Remove.
(mips_relhi_reloc): Maintain a list of unmatched RELHI relocs.
(mips_rello_reloc): Process mips_relhi_list.
(mips_relocate_section): Permit an arbitrary number of REFHI or
RELHI relocs before the associated REFLO or RELLO reloc.
PR 10050.

28 years ago * ar.c (open_inarch): Add file parameter. Change all callers. If
Ian Lance Taylor [Mon, 8 Jul 1996 19:34:09 +0000 (19:34 +0000)] 
* ar.c (open_inarch): Add file parameter.  Change all callers.  If
this is a newly created archive, set the target based on the
file.
* arsup.h (open_inarch): Update declaration.

28 years agoAt the request of Andreas Schwab:
Ian Lance Taylor [Mon, 8 Jul 1996 18:37:30 +0000 (18:37 +0000)] 
At the request of Andreas Schwab:
* gas/m68k/pcrel.d: Rename from schwab.d.
* gas/m68k/pcrel.s: Rename from schwab.s.

28 years agoMon Jul 8 14:23:26 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Ian Lance Taylor [Mon, 8 Jul 1996 18:25:53 +0000 (18:25 +0000)] 
Mon Jul  8 14:23:26 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* gas/m68k/schwab.d: Correct for ELF format.
* gas/m68k/all.exp: Run "schwab" test for all targets.

28 years ago * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
Ian Lance Taylor [Mon, 8 Jul 1996 18:15:15 +0000 (18:15 +0000)] 
* config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
if fx_pcrel is set.  Correct setting the addend case in the
OBJ_ELF case (from Andreas Schwab
<schwab@issan.informatik.uni-dortmund.de>).
(md_show_usage): Correct -mfc5200 to -m5200.

28 years ago * mon960-rom.c (mon960_open): Add floating point detection to
Mark Alexander [Mon, 8 Jul 1996 15:53:36 +0000 (15:53 +0000)] 
* mon960-rom.c (mon960_open): Add floating point detection to
prevent hang on non-FPU processors (PR 9775).
(mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
setting breakpoints and improve loading speed.

28 years ago(laying some groundwork for a fix for PR 8443)
Fred Fish [Mon, 8 Jul 1996 09:05:18 +0000 (09:05 +0000)] 
(laying some groundwork for a fix for PR 8443)

* coffread.c (record_minimal_symbol): Don't presave name string
on symbol_obstack before passing to prim_record_minimal_symbol.
It now handles saving the string itself.
* dbxread.c (read_dbx_dynamic_symtab): Ditto.
* mipsread.c (read_alphacoff_dynamic_symtab): Ditto.
* os9kread.c (record_minimal_symbol): Ditto.
* solib.c (solib_add_common_symbols): Ditto.

* coffread.c (coff_symtab_read): Don't presave name string on
symbol_obstack before passing to prim_record_minimal_symbol_and_info.
It now handles saving the string itself.
* dbxread.c (record_minimal_symbol): Ditto.
* elfread.c (record_minimal_symbol_and_info): Ditto.

* dstread.c (record_minimal_symbol): Remove static function that just
called prim_record_minimal_symbol with the same args (after change to
  prim_record_minimal_symbol to do it's own name string saves).
* nlmread.c (record_minimal_symbol): Ditto.
* somread.c (record_minimal_symbol): Ditto.

* hpread.c (hpread_read_enum_type): Save symbol name on symbol obstack.
(hpread_read_function_type): Ditto.
(hpread_process_one_debug_symbol): Ditto.
* mdebugread.c (parse_symbol): Ditto.
(new_symbol): Ditto.
* minsyms.c (prim_record_minimal_symbol_and_info): Ditto.

* coffread.c (process_coff_symbol): Use obsavestring to save
SYMBOL_NAME, rather than obstack_copy0.
* dstread.c (create_new_symbol): Ditto
* symfile.c (obconcat): Ditto.
* stabsread.c (patch_block_stabs): Ditto.
* xcoffread.c (SYMNAME_ALLOC): Ditto.

* symfile.c (obsavestring): Update comments
* solib.c (solib_add_common_symbols): Remove local var origname.

28 years agoAdd linux.mh and xm-linux.h.
Mark Alexander [Sun, 7 Jul 1996 04:19:55 +0000 (04:19 +0000)] 
Add linux.mh and xm-linux.h.

28 years ago * aout-target.h (MY(callback)): Set reloc_count fields.
Ian Lance Taylor [Fri, 5 Jul 1996 23:30:05 +0000 (23:30 +0000)] 
* aout-target.h (MY(callback)): Set reloc_count fields.

28 years agoNo longer need to sanitize away h8s stuff.
Jeff Law [Fri, 5 Jul 1996 19:05:26 +0000 (19:05 +0000)] 
No longer need to sanitize away h8s stuff.

28 years agoNo longer need to sanitize away h8s stuff.
Jeff Law [Fri, 5 Jul 1996 18:59:31 +0000 (18:59 +0000)] 
No longer need to sanitize away h8s stuff.

28 years agoNo longer sanitize away h8s stuff.
Jeff Law [Fri, 5 Jul 1996 18:54:28 +0000 (18:54 +0000)] 
No longer sanitize away h8s stuff.

28 years agoNo longer need to sanitize away h8s stuff.
Jeff Law [Fri, 5 Jul 1996 18:46:54 +0000 (18:46 +0000)] 
No longer need to sanitize away h8s stuff.

28 years agoNo longer need to sanitize away h8s.
Jeff Law [Fri, 5 Jul 1996 18:43:31 +0000 (18:43 +0000)] 
No longer need to sanitize away h8s.

28 years agoNo longer sanitize away h8s stuff
Jeff Law [Fri, 5 Jul 1996 18:39:32 +0000 (18:39 +0000)] 
No longer sanitize away h8s stuff

28 years agoNo longer need to sanitize away h8/s stuff.
Jeff Law [Fri, 5 Jul 1996 18:30:03 +0000 (18:30 +0000)] 
No longer need to sanitize away h8/s stuff.

28 years ago* doc/c-m68k.texi: Document -m5200 flag.
J.T. Conklin [Fri, 5 Jul 1996 17:47:22 +0000 (17:47 +0000)] 
* doc/c-m68k.texi: Document -m5200 flag.
* doc/as.texinfo: Likewise.

28 years ago* config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
J.T. Conklin [Fri, 5 Jul 1996 17:35:32 +0000 (17:35 +0000)] 
* config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
scale factor.

28 years ago * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib.
Ian Lance Taylor [Fri, 5 Jul 1996 15:50:04 +0000 (15:50 +0000)] 
* mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib.

28 years ago * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
Ian Lance Taylor [Fri, 5 Jul 1996 15:23:59 +0000 (15:23 +0000)] 
* symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
(S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.

28 years agofix screwed up sanitization
Ian Lance Taylor [Fri, 5 Jul 1996 15:19:30 +0000 (15:19 +0000)] 
fix screwed up sanitization

28 years agofix screwed up sanitization
Ian Lance Taylor [Fri, 5 Jul 1996 14:50:28 +0000 (14:50 +0000)] 
fix screwed up sanitization

28 years ago * rdcoff.c (parse_coff): Get address to pass to debug_end_function
Ian Lance Taylor [Thu, 4 Jul 1996 22:34:20 +0000 (22:34 +0000)] 
* rdcoff.c (parse_coff): Get address to pass to debug_end_function
from function size, not value of .ef symbol.  From Ning
Mosberger-Tang <ning@AZStarNet.com>.

28 years ago * sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
Ian Lance Taylor [Thu, 4 Jul 1996 22:25:50 +0000 (22:25 +0000)] 
* sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
sections unless this is a SunOS link.
PR 10039.

28 years ago * ldver.c (ldversion): Set version to cygnus-2.7.1.
Ian Lance Taylor [Thu, 4 Jul 1996 19:40:37 +0000 (19:40 +0000)] 
* ldver.c (ldversion): Set version to cygnus-2.7.1.

28 years ago * gprof.c (VERSION): Define as "2.7.1".
Ian Lance Taylor [Thu, 4 Jul 1996 19:39:24 +0000 (19:39 +0000)] 
* gprof.c (VERSION): Define as "2.7.1".

28 years ago * Makefile.in (VERSION): Set to cygnus-2.7.1.
Ian Lance Taylor [Thu, 4 Jul 1996 19:38:41 +0000 (19:38 +0000)] 
* Makefile.in (VERSION): Set to cygnus-2.7.1.

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