deliverable/binutils-gdb.git
30 years agoTweak v9 support to ready it for release.
Ken Raeburn [Wed, 15 Jun 1994 22:05:40 +0000 (22:05 +0000)] 
Tweak v9 support to ready it for release.

30 years agoComment fix.
Ian Lance Taylor [Wed, 15 Jun 1994 21:23:28 +0000 (21:23 +0000)] 
Comment fix.

30 years ago * lexsup.c (parse_args): Accept -static as a synonym for
Ian Lance Taylor [Wed, 15 Jun 1994 21:22:43 +0000 (21:22 +0000)] 
* lexsup.c (parse_args): Accept -static as a synonym for
-non_shared.

30 years ago * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.
Ian Lance Taylor [Wed, 15 Jun 1994 21:04:21 +0000 (21:04 +0000)] 
* ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.
* lexsup.c (parse_args): Ignore -qmagic for Linux compatibility.

30 years ago Let the user change the dynamic linker used by ELF code.
Ian Lance Taylor [Wed, 15 Jun 1994 20:46:43 +0000 (20:46 +0000)] 
Let the user change the dynamic linker used by ELF code.
* ld.h (args_type): Add new field interpreter.
* lexsup.c (parse_args): Add dynamic-linker to longopts, and
handle it.
* ldmain.c (main): Initialize command_line.interpreter to NULL.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Get
the ELF backend to return the .interp section.  If
command_line.interpreter is not NULL, set the contents of .interp
to it.
* ld.texinfo: Mention -dynamic-linker.

30 years ago * config/sun4sol2.mt (eelf32_sparc.c): Depend upon elf32.em, not
Ian Lance Taylor [Wed, 15 Jun 1994 20:44:54 +0000 (20:44 +0000)] 
* config/sun4sol2.mt (eelf32_sparc.c): Depend upon elf32.em, not
generic.em.

30 years ago * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptr
Ian Lance Taylor [Wed, 15 Jun 1994 19:58:59 +0000 (19:58 +0000)] 
* elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptr
argument, and set it to the .interp section.
* bfd-in.h (bfd_elf32_size_dynamic_sections): Update prototype.
(bfd_elf64_size_dynamic_sections): Likewise.
* bfd-in2.h: Rebuilt.

30 years ago * coff-sparc.c (SWAP_OUT_RELOC_EXTRA): Define to clear the r_spare
Ian Lance Taylor [Wed, 15 Jun 1994 19:54:15 +0000 (19:54 +0000)] 
* coff-sparc.c (SWAP_OUT_RELOC_EXTRA): Define to clear the r_spare
field of the reloc rather than letting it be garbage.

30 years ago * config/obj-coff.c (coff_frob_symbol): Use C_STAT for the .text
Ian Lance Taylor [Wed, 15 Jun 1994 19:51:21 +0000 (19:51 +0000)] 
* config/obj-coff.c (coff_frob_symbol): Use C_STAT for the .text
section symbol, not C_LABEL.

30 years agoWed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
Stan Shebs [Wed, 15 Jun 1994 19:49:41 +0000 (19:49 +0000)] 
Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)

* config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
Remove all CC, etc definitions.
* config/mt-hpux: New file.
* config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
(CFLAGS, LDFLAGS): Define.
* config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.

30 years agoWed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
Stan Shebs [Wed, 15 Jun 1994 19:31:19 +0000 (19:31 +0000)] 
Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)

* Makefile.in (site.exp): Don't insert host_os, etc.
(just-check): Just use RUNTEST with RUNTESTFLAGS only.
(distclean): Check existence of subdir.
* gdb.base/configure.in (hppa*-*-hpux*): Recognize.
* gdb.base/Makefile.in: General cleanup and simplification.
Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
to build executables. Use default rule to build .o files.
(EXPECT, RUNTEST, CC): Fix relative pathname.
(site.exp): Don't insert host_os, etc.
* gdb.base/signals.c (main): Don't call signal unless SIGALRM
and/or SIGUSR1 defined.
* gdb.base/watchpoint.c: Don't include stdio.h a second time.
* gdb.c++/Makefile.in: General cleanup and simplification.
Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
(CFLAGS): Remove.
(EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.

30 years ago * lexsup.c (parse_args): Sort out the option macros and change the
Ian Lance Taylor [Wed, 15 Jun 1994 17:55:46 +0000 (17:55 +0000)] 
* lexsup.c (parse_args): Sort out the option macros and change the
definitions to make it easier to add a new option.

30 years ago * archive.c (bfd_slurp_armap): Recognize __.SYMDEF/ as well as
Ian Lance Taylor [Wed, 15 Jun 1994 17:22:41 +0000 (17:22 +0000)] 
* archive.c (bfd_slurp_armap): Recognize __.SYMDEF/ as well as
__.SYMDEF; the former was used in old Linux archives.  From
jrs@world.std.com (Rick Sladkey).

30 years ago * i386linux.c (i386linux_write_object_contents): Define; like
Ian Lance Taylor [Wed, 15 Jun 1994 17:15:03 +0000 (17:15 +0000)] 
* i386linux.c (i386linux_write_object_contents): Define; like
MY(write_object_contents) in aout-target.h, but set MACHTYPE to
M_386.  From jrs@world.std.com (Rick Sladkey).
(MY_write_object_contents): Define.

30 years ago * config/tc-mips.c (mips_ip): Permit a modifier in 'o' case.
Ian Lance Taylor [Wed, 15 Jun 1994 17:00:04 +0000 (17:00 +0000)] 
* config/tc-mips.c (mips_ip): Permit a modifier in 'o' case.

30 years ago * config/tc-mips.c (mips_ip): Permit non constant expressions in
Ian Lance Taylor [Wed, 15 Jun 1994 16:49:51 +0000 (16:49 +0000)] 
* config/tc-mips.c (mips_ip): Permit non constant expressions in
'u' case: lets lui %hi(foo) work correctly.

30 years ago * scripttempl/aout.sc: Define __etext and __edata to go along with
Ian Lance Taylor [Wed, 15 Jun 1994 16:17:48 +0000 (16:17 +0000)] 
* scripttempl/aout.sc: Define __etext and __edata to go along with
_etext and _edata.

30 years ago * nm.c (long_options): Add --no-demangle to turn off --demangle,
Ian Lance Taylor [Wed, 15 Jun 1994 16:13:59 +0000 (16:13 +0000)] 
* nm.c (long_options): Add --no-demangle to turn off --demangle,
and --no-cplus for Linux compatibility.
(usage): Mention --no-demangle.
* binutils.texi: Document --no-demangle.

30 years ago * ldver.c (help): Mention -traditional-format.
Ian Lance Taylor [Wed, 15 Jun 1994 16:01:17 +0000 (16:01 +0000)] 
* ldver.c (help): Mention -traditional-format.

30 years ago * aoutx.h (translate_from_native_sym_flags): Treat N_SETV symbols
Ian Lance Taylor [Wed, 15 Jun 1994 15:29:44 +0000 (15:29 +0000)] 
* aoutx.h (translate_from_native_sym_flags): Treat N_SETV symbols
as N_DATA symbols.
(aout_link_add_symbols): Likewise.

30 years agoComment change.
Ian Lance Taylor [Wed, 15 Jun 1994 15:17:09 +0000 (15:17 +0000)] 
Comment change.

30 years agoInit current_directory.
Thomas Lord [Wed, 15 Jun 1994 08:04:44 +0000 (08:04 +0000)] 
Init current_directory.

30 years ago * ld.h (ld_config_type): Add new field traditional_format.
Ian Lance Taylor [Wed, 15 Jun 1994 06:01:45 +0000 (06:01 +0000)] 
* ld.h (ld_config_type): Add new field traditional_format.
* lexsup.c (parse_args): Add traditional_format to longopts, and
handle it.
* ldmain.c (main): Initialize config.traditional_format to false.
* ldlang.c (ldlang_open_output): Set BFD_TRADITIONAL_FORMAT in BFD
flags of output_bfd according to config.traditional_format.
* ld.texinfo: Document -traditional-format.

30 years ago * aoutx.h: Rewrite symbol duplicate elimination to use BFD hash
Ian Lance Taylor [Wed, 15 Jun 1994 05:48:14 +0000 (05:48 +0000)] 
* aoutx.h: Rewrite symbol duplicate elimination to use BFD hash
tables.
(struct stringtab_entry, struct stringtab_data): Remove.
(HASHMAXLEN, HASH_CHAR, hash, compare, log2, emit_strtab): Remove.
(struct strtab_hash_entry, struct strtab_hash): Define.
(strtab_hash_newfunc, strtab_hash_lookup): Define.
(stringtab_free, emit_stringtab): Define.
(stringtab_init, add_to_stringtab): Rewrite.
(NAME(aout,write_syms)): Use new stringtab code.
(struct aout_final_link_info, NAME(aout,final_link)): Likewise.
(aout_link_write_symbols, aout_link_write_other_symbol): Likewise.

30 years ago * bfd-in.h (BFD_TRADITIONAL_FORMAT): Define new BFD flag to
Ian Lance Taylor [Wed, 15 Jun 1994 05:46:46 +0000 (05:46 +0000)] 
* bfd-in.h (BFD_TRADITIONAL_FORMAT): Define new BFD flag to
request BFD to write object in the traditional format, whatever
that means for the particular backend.
* bfd-in2.h: Rebuilt.

30 years ago * ldctor.c (ldctor_add_entry): Add entries to a set in the order
Ian Lance Taylor [Wed, 15 Jun 1994 03:12:42 +0000 (03:12 +0000)] 
* ldctor.c (ldctor_add_entry): Add entries to a set in the order
they are encountered.

30 years agoCorrect copyright date and add usual blank lines in header.
Ian Lance Taylor [Wed, 15 Jun 1994 02:47:49 +0000 (02:47 +0000)] 
Correct copyright date and add usual blank lines in header.

30 years agoNew features. Less bugs.
Thomas Lord [Wed, 15 Jun 1994 00:28:50 +0000 (00:28 +0000)] 
New features. Less bugs.

30 years ago * result.ch, result.exp, Makefile.in: New test case.
Per Bothner [Tue, 14 Jun 1994 23:23:14 +0000 (23:23 +0000)] 
* result.ch, result.exp, Makefile.in:  New test case.
* pr-4975.ch, pr-4975-grt.ch, pr-4975.exp, Makefile.in:  Ditto.

30 years agoModified Files:
Kung Hsu [Tue, 14 Jun 1994 23:22:44 +0000 (23:22 +0000)] 
Modified Files:
breakpoint.c ChangeLog

        * breakpoint.c: annotate changes lost at merge, put back in.

30 years agoTue Jun 14 18:05:09 1994 Eric Youngdale (ericy@cais.cais.com)
Ian Lance Taylor [Tue, 14 Jun 1994 22:07:40 +0000 (22:07 +0000)] 
Tue Jun 14 18:05:09 1994  Eric Youngdale  (ericy@cais.cais.com)

* emulparams/i386linux.sh (TEXT_START_ADDR): Define as 0x1000.
(NONPAGED_TEXT_START_ADDR): Define as 0x20.

30 years ago * libaout.h (struct aoutdata): Add q_magic_format to subformat
Ian Lance Taylor [Tue, 14 Jun 1994 22:04:54 +0000 (22:04 +0000)] 
* libaout.h (struct aoutdata): Add q_magic_format to subformat
enum.
* aout-target.h (MY_bfd_copy_private_bfd_data): Define as function
if not already defined.  Copy subformat information.
(MY_text_includes_header): Define as 0 if not already defined.
(MY(backend_data)): Use MY_text_includes_header rather than 0.
(MY_final_link_callback): Rename from final_link_callback, and
define only if MY_final_link_callback is not already defined.
(MY_bfd_final_link): Rename use of final_link_callback to
MY_final_link_callback.
* aoutx.h (NAME(aout,some_aout_object_p)): Handle QMAGIC like
ZMAGIC, but set the subformat to q_magic_format.  Abort if the
magic number if not recognized.
(adjust_z_magic): Use QMAGIC if q_magic_format.
* i386linux.c (MY_text_includes_header): Define as 1.
(i386linux_bfd_final_link): New static function.
(MY_bfd_final_link): Define as i386linux_bfd_final_link.

* aoutx.h (translate_to_native_sym_flags): Check both section and
output_section against sections of abfd.

30 years agoFor PR 4865.
Ian Lance Taylor [Tue, 14 Jun 1994 17:06:08 +0000 (17:06 +0000)] 
For PR 4865.
* libecoff.h (struct ecoff_link_hash_entry): Change type of
written from boolean to char.  Add new field small.
* ecoff.c (ecoff_link_hash_newfunc): Initialize written to 0
rather than false.  Initialize small to 0.
(ecoff_link_add_externals): If ECOFF type is scSUndefined, set
small.  If small is set, and hash table type is common, force the
symbol into a section named SCOMMON and change the ECOFF type from
scCommon to scSCommon.
(ecoff_link_write_external): Set written to 1 rather than true.
* coff-mips.c (mips_relocate_section): Correct JMPADDR reloc
overflow check to consider section VMA of input file.

30 years agoMon Jun 13 17:28:50 1994 Stan Shebs (shebs@andros.cygnus.com)
Stan Shebs [Tue, 14 Jun 1994 00:47:06 +0000 (00:47 +0000)] 
Mon Jun 13 17:28:50 1994  Stan Shebs  (shebs@andros.cygnus.com)

* config/i386/i386sco.mh, i386sco4.mh (XDEPFILES): Remove
i387-tdep.o.

30 years ago * scripttempl/alpha.sc: Define _ftext, _etext and _fdata insted of
Ian Lance Taylor [Mon, 13 Jun 1994 22:34:46 +0000 (22:34 +0000)] 
* scripttempl/alpha.sc: Define _ftext, _etext and _fdata insted of
_FTEXT, _ETEXT and _FDATA.  Dont define _END.

30 years ago * ldfile.c (open_a): If this is not an archive, try to open it in
Ian Lance Taylor [Mon, 13 Jun 1994 21:35:27 +0000 (21:35 +0000)] 
* ldfile.c (open_a): If this is not an archive, try to open it in
the current directory before searching for it.

30 years ago * lexsup.c (parse_args): Treat -i as a synonym for -r.
Ian Lance Taylor [Mon, 13 Jun 1994 21:00:20 +0000 (21:00 +0000)] 
* lexsup.c (parse_args): Treat -i as a synonym for -r.

30 years ago * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
Ian Lance Taylor [Mon, 13 Jun 1994 20:25:28 +0000 (20:25 +0000)] 
* ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
BLOCK works in a section address as documented.

30 years ago * ldgram.y (YYDEBUG): Don't define.
Ian Lance Taylor [Mon, 13 Jun 1994 19:47:50 +0000 (19:47 +0000)] 
* ldgram.y (YYDEBUG): Don't define.

30 years agoModified Files:
Kung Hsu [Mon, 13 Jun 1994 19:31:01 +0000 (19:31 +0000)] 
Modified Files:
.Sanitize ChangeLog

        * .Sanitize: change name from sparclite-*.c to sparcl-*.c.

30 years ago * aoutf1.h (aout_32_sunos4_write_object_contents): Handle a
Ian Lance Taylor [Mon, 13 Jun 1994 18:25:12 +0000 (18:25 +0000)] 
* aoutf1.h (aout_32_sunos4_write_object_contents): Handle a
machine type of 68000.
* aoutx.h (NAME(aout,machine_type)): Add new argument unknown.
Set *unknown to true if machine type is really unknown, as opposed
to M_UNKNOWN for the 68000.
(NAME(aout,set_arch_mach)): Change NAME(aout,machine_type) call
accordingly.
* libaout.h (NAME(aout,machine_type)): Add new argument to
prototype.

30 years ago * config/obj-aout.c (obj_aout_frob_symbol): Warn about an attempt
Ian Lance Taylor [Mon, 13 Jun 1994 16:13:10 +0000 (16:13 +0000)] 
* config/obj-aout.c (obj_aout_frob_symbol): Warn about an attempt
to put a common symbol in a set.

30 years ago * som.c (EXEC_AUX_ID): Define based on availablity of HPUX_AUX_ID
Jeff Law [Mon, 13 Jun 1994 02:31:43 +0000 (02:31 +0000)] 
* som.c (EXEC_AUX_ID): Define based on availablity of HPUX_AUX_ID
or HIUX_AUX_ID.
(som_begin_writing): Use EXEC_AUX_ID instead of HPUX_AUX_ID.
(som_write_armap): Use CPU_PA_RISC1_0 as the magic number.  Note
som.c is careful to always define CPU_PA_RISC1_0.

30 years agoConditionalize on mips-idt-ecoff.
Stan Shebs [Sun, 12 Jun 1994 23:59:15 +0000 (23:59 +0000)] 
Conditionalize on mips-idt-ecoff.

30 years agoSun Jun 12 16:38:42 1994 Stan Shebs (shebs@andros.cygnus.com)
Stan Shebs [Sun, 12 Jun 1994 23:41:37 +0000 (23:41 +0000)] 
Sun Jun 12 16:38:42 1994  Stan Shebs  (shebs@andros.cygnus.com)

* mpw-make.in (C, CFLAGS): Removed definitions.
(ALL_CFLAGS): Define.
Set default rule to use {CC} instead of {C}.

30 years agoSun Jun 12 16:30:34 1994 Stan Shebs (shebs@andros.cygnus.com)
Stan Shebs [Sun, 12 Jun 1994 23:37:35 +0000 (23:37 +0000)] 
Sun Jun 12 16:30:34 1994  Stan Shebs  (shebs@andros.cygnus.com)

* mpw-mh-mpw (CC): Define ALMOST_STDC.
(CFLAGS): Remove ALMOST_STDC, -mc68881.
(LDFLAGS): add -w.

30 years agoSun Jun 12 16:25:36 1994 Stan Shebs (shebs@andros.cygnus.com)
Stan Shebs [Sun, 12 Jun 1994 23:29:43 +0000 (23:29 +0000)] 
Sun Jun 12 16:25:36 1994  Stan Shebs  (shebs@andros.cygnus.com)

* mpw-configure (config.status): Write only if changed.
* mpw-config.in (readline): Configure it (not built, just used for
definitions).
* mpw-README: Add/update information.

30 years ago * config/m68k/dpx2.mh (NATDEPFILES): Remove duplicate inclusion
Peter Schauer [Sun, 12 Jun 1994 11:11:39 +0000 (11:11 +0000)] 
* config/m68k/dpx2.mh (NATDEPFILES):  Remove duplicate inclusion
of inftarg.o.
* config/m68k/tm-dpx2.h (CANNOT_STORE_REGISTER):  Define to inhibit
writing of floating registers, the dpx2 kernel disallows it.

30 years ago * config/m68k/dpx2.mh (NATDEPFILES): Remove duplicate inclusion
Peter Schauer [Sun, 12 Jun 1994 11:10:13 +0000 (11:10 +0000)] 
* config/m68k/dpx2.mh (NATDEPFILES):  Remove duplicate inclusion
of inftarg.o.
* config/m68k/tm-dpx2.h (CANNOT_STORE_REGISTER):  Define to inhibit
writing of floating registers, the dpx2 kernel disallows it.
* irix5-nat.c (LM_ADDR):  The loaded address of the shared library
is contained in o_praw.
* irix5-nat.c (solib_map_sections):  Adjust sections by the
difference between the loaded address and the prelinked address.
* irix5-nat.c (solib_address):  Use LM_ADDR for the loaded start
address.
* mdebugread.c (parse_symbol):  Do not relocate stEnd/scText
symbols, their value is absolute.
* mdebugread.c (parse_partial_symbols):  Handle Irix 5.2 shared
libraries fh->adr fields of zero. Relocate minimal symbol values
upon readin. Relocate non-stabs symbols upon readin.
* mdebugread.c (psymtab_to_symtab_1):  Use pst->textlow for the
start address of the outermost block.
* mdebugread.c (parse_lines, parse_procedure):  Pass in pst
instead of section_offsets and use relocated pst->textlow for
line number and procedure address relocations.

From gmo@MicroUnity.com (Guillermo A. Loyola):
* mdebugread.c (parse_symbol, parse_partial_symbols, cross_ref):
Handle SGI Irix5 stIndirect symbol type.

30 years ago * symconst.h: Pick up SGI define for stIndirect.
Peter Schauer [Sun, 12 Jun 1994 10:56:35 +0000 (10:56 +0000)] 
* symconst.h:  Pick up SGI define for stIndirect.

30 years ago * history.c: Swap inclusion of rldefs.h and chardefs.h to avoid
Peter Schauer [Sun, 12 Jun 1994 10:54:41 +0000 (10:54 +0000)] 
* history.c:  Swap inclusion of rldefs.h and chardefs.h to avoid
CTRL macro redefinition.

30 years ago Add weak symbols as an extension to a.out.
Ian Lance Taylor [Sat, 11 Jun 1994 20:45:49 +0000 (20:45 +0000)] 
Add weak symbols as an extension to a.out.
* read.c (pseudo_set): Only preserve external bit for OBJ_AOUT and
OBJ_BOUT if not BFD_ASSEMBLER.
* config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB):
Define as in ../include/aout/aout64.h.
* config/obj-aout.h (OBJ_SYMFIELD_TYPE): If not BFD_ASSEMBLER,
define as char.
(S_GET_WEAK, S_SET_WEAK): Define if not BFD_ASSEMBLER.
* config/obj-aout.c (obj_pseudo_table): Add "weak".
(obj_emit_symbols): Adjust type of weak symbols.
(obj_aout_weak): New static function.

30 years ago Add weak symbols as an extension to a.out.
Ian Lance Taylor [Sat, 11 Jun 1994 20:40:59 +0000 (20:40 +0000)] 
Add weak symbols as an extension to a.out.
* aoutx.h (sym_in_text_section): Don't define.
(sym_in_data_section, sym_in_bss_section): Likewise.
(sym_is_undefined, sym_is_global_defn): Likewise.
(sym_is_debugger_info, sym_is_fortrancommon): Likewise.
(sym_is_absolute, sym_is_indirect): Likewise.
(translate_from_native_sym_flags): Rewrite for clarity.  Rearrange
arguments and change caller.  Handle weak symbols.
(translate_to_native_sym_flags): Likewise.
(aout_link_check_ar_symbols): Don't ignore weak symbols.  Pull
object in from archive if a weak defintion is found for an
existing undefined symbol.
(aout_link_add_symbols): Put all cases in switch.  Set flags of an
undefined symbol to 0.  Handle weak symbols.
(aout_link_write_symbols): Handle weak symbols.
(aout_link_write_other_symbol): Likewise.
(aout_link_input_section_std): Likewise.
(aout_link_input_section_ext): Likewise.
* sunos.c (sunos_write_dynamic_symbol): Likewise.

30 years ago Add weak symbols as an extension to a.out.
Ian Lance Taylor [Sat, 11 Jun 1994 20:39:54 +0000 (20:39 +0000)] 
Add weak symbols as an extension to a.out.
* aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
* stab.def: Update symbol value table.

30 years agoModified Files:
Kung Hsu [Sat, 11 Jun 1994 01:09:25 +0000 (01:09 +0000)] 
Modified Files:
breakpoint.c ChangeLog

        * breakpoint.c: fix a syntax error native cc does not like.

30 years agoModified Files:
Kung Hsu [Sat, 11 Jun 1994 00:03:28 +0000 (00:03 +0000)] 
Modified Files:
sparclite.mt

* change sparclite-tdep.o to sparcl-tdep.o.

30 years agoModified Files:
Kung Hsu [Fri, 10 Jun 1994 23:55:12 +0000 (23:55 +0000)] 
Modified Files:
Makefile.in ChangeLog

        * Makefile.in: change sparclite-tdep.c to sparcl-tdep.c.

30 years agoAdded Files:
Kung Hsu [Fri, 10 Jun 1994 23:26:59 +0000 (23:26 +0000)] 
Added Files:
  sparcl-tdep.c sparcl-stub.c
Removed Files:
sparclite-tdep.c sparclite-stub.c

* change file name because fisrt 8 chars has to be unique.

30 years agoModified Files:
Kung Hsu [Fri, 10 Jun 1994 22:37:48 +0000 (22:37 +0000)] 
Modified Files:
.Sanitize

        * .Sanitize: add sparclite-stub.c sparclite-tdep.c to keep.

30 years agoModified Files:
Kung Hsu [Fri, 10 Jun 1994 21:58:48 +0000 (21:58 +0000)] 
Modified Files:
ChangeLog

        * sparclite/Makefile.in: fix INCLUDE_CFLAGS to have {srcdir}/../config.

30 years ago * config/obj-elf.c (obj_elf_section): Don't set any flags based on
Ian Lance Taylor [Fri, 10 Jun 1994 21:42:30 +0000 (21:42 +0000)] 
* config/obj-elf.c (obj_elf_section): Don't set any flags based on
the type of a special section.

30 years agoDon't sanitize out SPARC v9 stuff.
Ian Lance Taylor [Fri, 10 Jun 1994 21:22:31 +0000 (21:22 +0000)] 
Don't sanitize out SPARC v9 stuff.

30 years agoRestore sparc64 targets clobbered in 1994/04/07 checkin.
Ian Lance Taylor [Fri, 10 Jun 1994 21:19:49 +0000 (21:19 +0000)] 
Restore sparc64 targets clobbered in 1994/04/07 checkin.

30 years ago * nm.c: HOST_64_BIT was renamed to BFD_HOST_64_BIT.
Ian Lance Taylor [Fri, 10 Jun 1994 21:14:49 +0000 (21:14 +0000)] 
* nm.c: HOST_64_BIT was renamed to BFD_HOST_64_BIT.

30 years ago * emultempl/gld960.em: Pass false for new argument to
Ian Lance Taylor [Fri, 10 Jun 1994 20:48:41 +0000 (20:48 +0000)] 
* emultempl/gld960.em: Pass false for new argument to
ldfile_add_library_path.
* emultempl/gld960c.em, emultempl/lnk960.em: Likewise.

30 years ago * emultempl/sunos.em: Only look for .so files if doing a dynamic
Ian Lance Taylor [Fri, 10 Jun 1994 20:46:42 +0000 (20:46 +0000)] 
* emultempl/sunos.em: Only look for .so files if doing a dynamic
link.

30 years ago * objcopy.c (copy_archive): Make the temporary directory in the
Ian Lance Taylor [Fri, 10 Jun 1994 19:43:49 +0000 (19:43 +0000)] 
* objcopy.c (copy_archive): Make the temporary directory in the
same directory as the output BFD, since we may not have write
permission on the current directory.  Set the permissions of the
new directory to 0700, not 0777.

30 years ago * aoutx.h (NAME(aout,canonicalize_reloc)): Handle .bss section.
Ian Lance Taylor [Fri, 10 Jun 1994 19:00:28 +0000 (19:00 +0000)] 
* aoutx.h (NAME(aout,canonicalize_reloc)): Handle .bss section.
(NAME(aout,get_reloc_upper_bound)): Likewise.

30 years ago * config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc,
Ian Lance Taylor [Fri, 10 Jun 1994 17:55:45 +0000 (17:55 +0000)] 
* config/ho-sunos.h: Include <stdlib.h>.  Don't declare malloc,
realloc, free, or atol.

30 years ago * coff-i960.c (coff_i960_reloc_type_lookup): Add BFD_RELOC_CTOR.
Ian Lance Taylor [Fri, 10 Jun 1994 17:27:22 +0000 (17:27 +0000)] 
* coff-i960.c (coff_i960_reloc_type_lookup): Add BFD_RELOC_CTOR.
* linker.c (_bfd_generic_link_write_global_symbol): Don't assume
the section of a common symbol is not NULL.

30 years ago * gdb.base/recurse.exp: Misc changes to get tests running again
Jeff Law [Fri, 10 Jun 1994 17:10:08 +0000 (17:10 +0000)] 
* gdb.base/recurse.exp: Misc changes to get tests running again
after Kung's changes to the watchpoint code.
* gdb.base/watchpoint.exp: Likewise.

30 years ago * hppa-tdep.c (target_read_pc, target_write_pc): Accept (and
Jeff Law [Fri, 10 Jun 1994 16:43:52 +0000 (16:43 +0000)] 
* hppa-tdep.c (target_read_pc, target_write_pc): Accept (and
ignore) a PID argument.
(hppa_pop_frame): Pass a PID to target_write_pc.
* config/pa/tm-hppa.h (TARGET_READ_PC, TARGET_WRITE_PC): Accept
and pass through a PID argument.
(target_read_pc, target_write_pc): Update prototypes.

30 years ago * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
Jeff Law [Fri, 10 Jun 1994 16:24:54 +0000 (16:24 +0000)] 
    * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
        for SOM to match current testcase.

30 years ago * pr-5022.ch, pr-5022.exp: New testcase.
Per Bothner [Fri, 10 Jun 1994 02:17:06 +0000 (02:17 +0000)] 
* pr-5022.ch, pr-5022.exp:  New testcase.
* chillvars.exp:  Remove spurious newline.

30 years agoModified Files:
Kung Hsu [Fri, 10 Jun 1994 01:30:06 +0000 (01:30 +0000)] 
Modified Files:
breakpoint.c breakpoint.h ChangeLog
Added Files:
sparclite-tdep.c sparclite-stub.c

        * sparclite-tdep.c: new file, contains hardware breakpoint support
        code.
        * sparclite-stub.c: new file, stub code that add support hardware
        breakpoint support.
        * breakpoint.c: add hardware breakpoint support.
        * breakpoint.h: add new breakpoint type to support hardware
        breakpoint.

30 years agoModified Files:
Kung Hsu [Fri, 10 Jun 1994 01:24:22 +0000 (01:24 +0000)] 
Modified Files:
sparclite.mt tm-sparclite.h

        * config/sparc/sparclite.mt: add sparclite-tdep.o.
        * config/sparc/tm-sparclite.h: add hardware breakpoints support
        defiines and code.

30 years agoModified Files:
Kung Hsu [Fri, 10 Jun 1994 01:23:20 +0000 (01:23 +0000)] 
Modified Files:
nm-hppab.h

        * config/pa/nm-hppab.h: change interface for target dependent
        code supporting watch point.

30 years agoModified Files:
Kung Hsu [Fri, 10 Jun 1994 01:22:38 +0000 (01:22 +0000)] 
Modified Files:
nm-irix4.h

         * config/mips/nm-irix4.h: change interface for target dependent
        code supporting watch point.

30 years agoModified Files:
Kung Hsu [Thu, 9 Jun 1994 23:22:56 +0000 (23:22 +0000)] 
Modified Files:
ChangeLog

        * remote-os9k.c (rombuf_command): fix a bug accepting rombug
        output.
        * stabsread.c (read_struct_fields): os9k nested structure does not
        have terminating ';', instead it just get to ',' and bit position
        and length.

30 years ago * Makefile.in: Bunch of fixes so it actually works in this
Per Bothner [Thu, 9 Jun 1994 23:13:54 +0000 (23:13 +0000)] 
* Makefile.in:  Bunch of fixes so it actually works in this
directory.  (E.g. add extra ../ where needed.)
Also, add .exe to executables, so we can use suffix rules.
* chexp.exp (test_print_reject):  Update syntax error message.
* chillvars.ch (module PR_5020):  Moved from here ...
* pr-5022.ch: ... to this new file.
* chillvars.exp, pr-5020.exp (binfile):  Add .exe extension.
* chillvars.exp, pr-5020.exp: Don't check all_flag.
* pr-5020.exp:  Add more tests; fix "print y pretty" output.

30 years agocvs server works fine on the RS/6000 these days. Only turned on for real
Mark Eichin [Thu, 9 Jun 1994 22:37:13 +0000 (22:37 +0000)] 
cvs server works fine on the RS/6000 these days. Only turned on for real
rs6000, though, rather than power and lynx.

30 years agoModified Files:
Kung Hsu [Thu, 9 Jun 1994 22:03:41 +0000 (22:03 +0000)] 
Modified Files:
remote-os9k.c stabsread.c

        * remote-os9k.c (rombuf_command): fix a bug accepting rombug
        output.
        * stabsread.c (read_struct_fields): os9k nested structure does not
        have terminating ';', instead it just get to ',' and bit position
        and length.

30 years ago * scripttempl/i960.sc: Add CONSTRUCTORS to .data.
Ian Lance Taylor [Thu, 9 Jun 1994 15:39:33 +0000 (15:39 +0000)] 
* scripttempl/i960.sc: Add CONSTRUCTORS to .data.

30 years ago(nlm_symfile_read): Use SYMBOL_CLASS to access symbol class.
Stu Grossman [Thu, 9 Jun 1994 15:32:46 +0000 (15:32 +0000)] 
(nlm_symfile_read):  Use SYMBOL_CLASS to access symbol class.

30 years ago * Makefile.in (check): Delete ld.new dependency so that a regression
Bill Cox [Thu, 9 Jun 1994 13:54:28 +0000 (13:54 +0000)] 
* Makefile.in (check): Delete ld.new dependency so that a regression
  test doesn't trigger a rebuild of the linker.

30 years ago * nlmread.c (nlm_symtab_read): Clean up a bit.
Stu Grossman [Thu, 9 Jun 1994 06:30:38 +0000 (06:30 +0000)] 
* nlmread.c (nlm_symtab_read):  Clean up a bit.
* (nlm_symfile_read):  Record bounds of main() so that backtrace
command will know where to stop.
* objfiles.c (objfile_relocate):  Relocate entry point/func info
for backtrace as well.
* objfiles.h:  Define values for invalid PCs for entry point info.
* symfile.c (init_entry_point_info):  Initialize invalid values
with aforementioned macros.
* config/alpha/tm-alphanw.h:  Turn on FRAME_CHAIN_VALID_ALTERNATE
to cause backtrace to stop when it gets back to main().
* config/i386/tm-i386nw.h:  Ditto.

30 years ago * configure: Remove temporary files on receipt of a signal.
Ian Lance Taylor [Thu, 9 Jun 1994 04:28:50 +0000 (04:28 +0000)] 
* configure: Remove temporary files on receipt of a signal.

30 years ago * ldlang.c (map_input_to_output_sections): For lang_address, call
Ian Lance Taylor [Thu, 9 Jun 1994 04:18:39 +0000 (04:18 +0000)] 
* ldlang.c (map_input_to_output_sections): For lang_address, call
init_os if it hasn't already been called.

30 years ago * aoutx.h (aout_get_external_symbols): Don't try to read the
Ian Lance Taylor [Thu, 9 Jun 1994 03:59:22 +0000 (03:59 +0000)] 
* aoutx.h (aout_get_external_symbols): Don't try to read the
strings if there are no symbols.
(aout_link_write_other_symbol): Use the output section when
working out the type.

30 years agoWed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
Stan Shebs [Wed, 8 Jun 1994 19:25:43 +0000 (19:25 +0000)] 
Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)

* config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
* lib/gdb.exp (default_gdb_start): Define.

30 years ago * Makefile.in (check): Delete as.new dependency, so that
Bill Cox [Wed, 8 Jun 1994 13:30:30 +0000 (13:30 +0000)] 
* Makefile.in (check): Delete as.new dependency, so that
regression test doesn't trigger an assembler build.

30 years agors6k lynx changes
David Henkel-Wallace [Wed, 8 Jun 1994 05:05:21 +0000 (05:05 +0000)] 
rs6k lynx changes

30 years agoTue Jun 7 18:45:39 1994 Stan Shebs (shebs@andros.cygnus.com)
Stan Shebs [Wed, 8 Jun 1994 01:53:20 +0000 (01:53 +0000)] 
Tue Jun  7 18:45:39 1994  Stan Shebs  (shebs@andros.cygnus.com)

* mpw-config.in (target_arch): Compute from canonical target.
(m68k, mips, powerpc, sparc): Add architectures.
* mpw-make.in (disassemble.c.o): Add.
(ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).

30 years agoMove "@" so it's actually on the first line of the shell script in the
Rob Savoye [Wed, 8 Jun 1994 01:03:08 +0000 (01:03 +0000)] 
Move "@" so it's actually on the first line of the shell script in the
makefile target.

30 years ago * elfcode.h (assign_section_numbers): Put shstrtab, symtab and
Ian Lance Taylor [Tue, 7 Jun 1994 20:20:05 +0000 (20:20 +0000)] 
* elfcode.h (assign_section_numbers): Put shstrtab, symtab and
strtab sections at end of file.  Avoids bug in some versions of
SVR4 strip.  From Eric Youngdale <eric@tantalus.nrl.navy.mil>.

30 years ago * configure: If there is a package_makefile_frag, remove
Ian Lance Taylor [Tue, 7 Jun 1994 19:07:34 +0000 (19:07 +0000)] 
* configure: If there is a package_makefile_frag, remove
${subdir}/Makefile.tem after copying it in.

30 years ago * coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined,
Ian Lance Taylor [Tue, 7 Jun 1994 17:48:00 +0000 (17:48 +0000)] 
* coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined,
set SEC_DEBUGGING for STYP_INFO sections.
(coff_compute_section_file_positions): If COFF_PAGE_SIZE is
defined, and D_PAGED is set, set the file position equal to the
section VMA modulo COFF_PAGE_SIZE.
* coffgen.c (coff_real_object_p): If F_EXEC is set, set D_PAGED.
* coff-i386.c: Set D_PAGED in BFD target.
(COFF_PAGE_SIZE): Define.
* coff-m68k.c, coff-sparc.c: Likewise.

30 years ago * Makefile.in (mostlyclean, realclean): New targets.
Ian Lance Taylor [Tue, 7 Jun 1994 17:37:52 +0000 (17:37 +0000)] 
* Makefile.in (mostlyclean, realclean): New targets.
* doc/Makefile.in, testsuite/Makefile.in: Likewise.

30 years ago * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
Jim Kingdon [Tue, 7 Jun 1994 16:40:10 +0000 (16:40 +0000)] 
* gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
(which was basically just a local version of the same thing).  In
addition to avoiding duplication, gdb_test_exact is faster.
* lib/gdb.exp (gdb_test_exact): Fix typo.

30 years ago * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
Jim Kingdon [Tue, 7 Jun 1994 16:04:40 +0000 (16:04 +0000)] 
* lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
don't give an error.
* gdb.base/term.exp: Call delete_breakpoints before starting.

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