Mark Alexander [Mon, 27 Apr 1998 22:19:46 +0000 (22:19 +0000)]
* config/sparc/tm-sparc.h (CALL_DUMMY): Shorten it drastically,
make it work on the simulator.
(FIX_CALL_DUMMY): Convert to function call instead of inline code.
(sparc_fix_call_dummy): Declare.
* sparc-tdep.c (sparc_fix_call_dummy): New function, taken from
old FIX_CALL_DUMMY macro, with additional fixes for simulator.
(sparc_push_dummy_frame): Set registers differently on simulator
to prevent corrupted register window save areas.
Nick Clifton [Mon, 27 Apr 1998 21:39:56 +0000 (21:39 +0000)]
Internationalised the opcodes library.
John Metzler [Mon, 27 Apr 1998 21:11:07 +0000 (21:11 +0000)]
Mon Apr 27 13:46:40 1998 John Metzler <jmetzler@cygnus.com>
* rom68k-rom.c (_initialize_rom68k init_rom68k_cmds):
* abug-rom.c (_initialize_abug_rom init_abug-cmds):
* cpu32bug-rom.c (_initialize_cpu32bug_rom init_cpu32bug_cmds):
* mon960-rom.c (initialize_mon960 init_mon960_cmds):
* op50-rom.c (initialize_op50n init_op50n_cmds) :
* ppcbug-rom.c (_initialize_ppcbug_rom init_ppc_cmds) :
* sh3-rom.c (_initialize_sh3_rom init_sh3_cmds) :
* sparclet-rom.c (_initialize_sparcletinit_sparclet_cmds ) :
* remote-est.c ( _initialize_est init_est_cmds) :
* remote-hms.c ( _initialize_remote_hms init_hms_cmds) :
Convert all static initializations of monitor ops structures to
executable initializations in oreer tat additions to the data structure
definition can me made without repeating this editing exercise
Ian Lance Taylor [Mon, 27 Apr 1998 20:50:54 +0000 (20:50 +0000)]
* configure.in: Change version number to 2.9.4
* configure: Rebuild.
Ian Lance Taylor [Mon, 27 Apr 1998 20:42:00 +0000 (20:42 +0000)]
* configure.in: Change version number to 2.9.4
* configure: Rebuild.
Doug Evans [Mon, 27 Apr 1998 20:10:40 +0000 (20:10 +0000)]
* m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
Ian Lance Taylor [Mon, 27 Apr 1998 19:59:14 +0000 (19:59 +0000)]
* configure.in: Change version number to 2.9.4
* configure: Rebuild.
Ian Lance Taylor [Mon, 27 Apr 1998 19:44:13 +0000 (19:44 +0000)]
* configure.in: Change version number to 2.9.4
* configure: Rebuild.
Doug Evans [Mon, 27 Apr 1998 19:36:06 +0000 (19:36 +0000)]
* cgen.c (cgen_asm_finish_insn): New arg relax_p. All callers updated.
* config/tc-m32r.c (assemble_parallel_insn): No need to try
non-relaxable variant any more. Simplify test for nop insn.
(md_assemble): Only scan operands if m32rx. Set orig_insn in case
scan of operands yields an insn different from original (e.g. a macro).
Fix call to can_make_parallel.
Ian Lance Taylor [Mon, 27 Apr 1998 19:17:00 +0000 (19:17 +0000)]
* ecoff.h: Change symbolS in function declaration to struct
symbol.
Doug Evans [Mon, 27 Apr 1998 17:49:54 +0000 (17:49 +0000)]
tweak comment
Doug Evans [Mon, 27 Apr 1998 17:48:05 +0000 (17:48 +0000)]
* cgen-asm.c (cgen_current_opcode_table): Renamed from ..._data.
(asm_hash_table_entries): New variable.
(cgen_asm_init): Free asm_hash_table_entries.
(hash_insn_array,hash_insn_list): New functions.
(build_asm_hash_table): Use them. Hash macro insns as well.
(cgen_asm_lookup_insn): Update.
* cgen_dis.c (cgen_current_opcode_table): Renamed from ..._data.
(dis_hash_table_entries): New variable.
(cgen_dis_init): Free dis_hash_table_entries.
(hash_insn_array,hash_insn_list): New functions.
(build_dis_hash_table): Use them. Hash macro insns as well.
(cgen_dis_lookup_insn): Update.
* cgen-opc.c (cgen_current_opcode_table): Renamed from ..._data.
(cgen_set_cpu,cgen_hw_lookup,cgen_insn_count): Update.
(cgen_macro_insn_count): New function.
* cgen-opc.in (@arch@_cgen_lookup_insn): New arg alias_p.
All callers updated. Sanity check result of extract fn.
(@arch@_cgen_get_insn_operands): Change result type to void.
Delete args insn_value, length. New arg fields. All callers updated.
(@arch@_cgen_lookup_get_insn_operands): New function.
Jason Molenda [Mon, 27 Apr 1998 17:44:26 +0000 (17:44 +0000)]
Mon Apr 27 10:43:04 1998 Jason Molenda (crash@bugshack.cygnus.com)
* gdb_string.h (strdup): Don't specify arguments in prototype.
Doug Evans [Mon, 27 Apr 1998 17:31:38 +0000 (17:31 +0000)]
* cgen.h (CGEN_ATTR_TYPE): Delete `const', moved to uses.
(cgen_asm_finish_insn): Update prototype.
(cgen_insn): New members num, data.
(CGEN_INSN_TABLE): Members asm_hash, asm_hash_table_size,
dis_hash, dis_hash_table_size moved to ...
(CGEN_OPCODE_TABLE). Here. Renamed from CGEN_OPCODE_DATA.
All uses updated. New members asm_hash_p, dis_hash_p.
(CGEN_MINSN_EXPANSION): New struct.
(cgen_expand_macro_insn): Declare.
(cgen_macro_insn_count): Declare.
(get_insn_operands): Update prototype.
(lookup_get_insn_operands): Declare.
Ian Lance Taylor [Mon, 27 Apr 1998 16:40:18 +0000 (16:40 +0000)]
* ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.
Ian Lance Taylor [Mon, 27 Apr 1998 16:15:36 +0000 (16:15 +0000)]
x
Ian Lance Taylor [Mon, 27 Apr 1998 16:14:37 +0000 (16:14 +0000)]
* emultempl/elf32.em (global_vercheck_needed): New file static
variable.
(global_vercheck_failed): New file static variable.
(gld${EMULATION_NAME}_after_open): Check for shared libraries
twice, once with force set to 0 and once with it set to 1.
(gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter.
Change all callers.
(gld${EMULATION_NAME}_search_needed): Likewise.
(gld${EMULATION_NAME}_try_needed): Likewise. If not force, check
whether the libraries needs any incompatible versions.
(gld${EMULATION_NAME}_vercheck): New static function.
Ian Lance Taylor [Mon, 27 Apr 1998 15:51:27 +0000 (15:51 +0000)]
Based on patch from H.J. Lu <hjl@gnu.org>:
* elf.c (bfd_elf_get_bfd_needed_list): New function.
* bfd-in.h (bfd_elf_get_bfd_needed_list): Declare.
* bfd-in2.h: Rebuild.
Andrew Cagney [Mon, 27 Apr 1998 07:13:00 +0000 (07:13 +0000)]
Clean up cell types.
Tom Tromey [Sun, 26 Apr 1998 22:03:55 +0000 (22:03 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h: New file.
* configure.in: Reverted change of Apr 24; use sinclude again.
Tom Tromey [Sun, 26 Apr 1998 21:44:25 +0000 (21:44 +0000)]
* Makefile.in (autoconf-common autoheader-common): Don't pass -l
to autoconf and autoheader.
Tom Tromey [Sun, 26 Apr 1998 21:43:25 +0000 (21:43 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h: New file.
* configure.in: Reverted change of Apr 24; use sinclude again.
Don't call AC_C_CROSS.
Tom Tromey [Sun, 26 Apr 1998 21:39:16 +0000 (21:39 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h (NEED_DECLARATION_PRINTF): Removed.
Ian Lance Taylor [Sun, 26 Apr 1998 17:45:34 +0000 (17:45 +0000)]
* config/tc-sh.c (parse_reg): Add casts to avoid warnings.
(md_convert_frag): Fix i18n typo.
Peter Schauer [Sun, 26 Apr 1998 14:59:48 +0000 (14:59 +0000)]
* rs6000-nat.c (vmap_ldinfo): Issue warning instead of error if
fstat on ldinfo_fd fails. Use objfile->obfd instead of vp->bfd
to check for reference to the same file.
* target.c (target_read_string): Handle string transfers at the
end of a memory section gracefully.
Richard Henderson [Sun, 26 Apr 1998 03:15:37 +0000 (03:15 +0000)]
* ecoff.c (ecoff_get_cur_proc_sym): New function.
* ecoff.h: Protoype it.
* config/tc-alpha.c [ELF] (s_alpha_prologue): New function.
[EVAX] (s_alpha_prologue): Delete.
(md_pseudo_table): Update.
Richard Henderson [Sun, 26 Apr 1998 03:09:20 +0000 (03:09 +0000)]
* elf64-alpha.c (struct alpha_relax_info): Replace elfsym with other.
Change all users.
Richard Henderson [Sun, 26 Apr 1998 01:33:51 +0000 (01:33 +0000)]
* elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
(elf64_alpha_relax_section): Fill them in.
(elf64_alpha_relax_opt_call): Implement more than a stub.
(elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default
alignment on .scommon.
(elf64_alpha_merge_gots): Merge use counts as well.
Richard Henderson [Sat, 25 Apr 1998 21:10:01 +0000 (21:10 +0000)]
* elf64-alpha.c (elf64_alpha_relax_section): Use the proper section
for calculating a local symbol's address.
(elf64_alpha_calc_got_offsets): Skip entries with 0 use count.
Set the .got's cooked size as well as the raw size.
Ian Lance Taylor [Sat, 25 Apr 1998 18:02:12 +0000 (18:02 +0000)]
* config/tc-i960.c (md_assemble): Change bp_error_msg from static
array to local pointer.
(get_args, parse_expr): Add casts to avoid warnings.
Geoffrey Noer [Sat, 25 Apr 1998 00:20:45 +0000 (00:20 +0000)]
Fri Apr 24 17:18:56 1998 Geoffrey Noer <noer@cygnus.com>
* Makefile.in: enable EXEEXT setting
Tom Tromey [Fri, 24 Apr 1998 22:12:15 +0000 (22:12 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h: Removed.
* configure.in: Call CY_GNU_GETTEXT.
* Makefile.in (INTLLIBS): New macro.
(INTLDEPS): Likewise.
($(RUN_PROG)): Depend on INTLDEPS; link against INTLLIBS.
(top_builddir): New macro.
Tom Tromey [Fri, 24 Apr 1998 22:02:29 +0000 (22:02 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* configure.in: Don't call sinclude.
Tom Tromey [Fri, 24 Apr 1998 21:45:01 +0000 (21:45 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* configure.in: Don't call sinclude.
Tom Tromey [Fri, 24 Apr 1998 21:00:29 +0000 (21:00 +0000)]
* Makefile.in (autoconf-common autoheader-common): Pass `-l
../common' to autoconf and autoheader. Unconditionally run
autoconf in every subdir.
(autoconf-changelog autoheader-changelog): Unconditionally run
commands in every subdir.
(autoconf-install autoheader-install): Likewise.
Tom Tromey [Fri, 24 Apr 1998 20:57:53 +0000 (20:57 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* configure.in: Don't call sinclude.
Tom Tromey [Fri, 24 Apr 1998 20:55:51 +0000 (20:55 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* Makefile.in (top_builddir): New macro.
(INTLLIBS): New macro.
(INTLDEPS): Likewise.
(psim): Depend on INTLDEPS; link against INTLLIBS.
* configure.in: Call CY_GNU_GETTEXT.
Tom Tromey [Fri, 24 Apr 1998 20:51:56 +0000 (20:51 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h: New file.
* Make-common.in (top_builddir): New macro.
(INTL_LIB): Removed.
(INTLLIBS): New macro.
(INTLDEPS): Likewise.
(LIBDEPS): Use INTLDEPS.
(EXTRA_LIBS): Use INTLLIBS.
* aclocal.m4 (SIM_AC_COMMON): Call CY_GNU_GETTEXT.
(CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST,
AM_LC_MESSAGES): New macros from GNU gettext.
Tom Tromey [Fri, 24 Apr 1998 20:39:48 +0000 (20:39 +0000)]
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* configure.in: Don't call sinclude.
Ian Lance Taylor [Fri, 24 Apr 1998 20:09:22 +0000 (20:09 +0000)]
Fri Apr 24 16:07:57 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386-dis.c (OP_DSSI): Print segment override.
Jeff Law [Fri, 24 Apr 1998 17:39:54 +0000 (17:39 +0000)]
* mips-tdep.c (mips32_decode_reg_save): Handle 128bit wide
GPR loads/stores generated on the r5900.
(mips_find_saved_regs, mips32_skip_prologue): Likewise.
* mips/tm-r5900.h (R5900_128BIT_GPR_HACK): Define.
* mips/tm-txvu.h (R5900_128BIT_GPR_HACK): Likewise.
Ian Lance Taylor [Fri, 24 Apr 1998 16:49:58 +0000 (16:49 +0000)]
Fri Apr 24 12:47:42 1998 Philippe De Muyter <phdm@macqel.be>
* read.c (s_set): Cast xmalloc return value to fragS *.
* config/tc-m68k.c (m68k_ip): Function made static to match
previous forward declaration.
(insert_reg, init_regtable, md_convert_frag_1): Likewise.
Nick Clifton [Fri, 24 Apr 1998 16:42:08 +0000 (16:42 +0000)]
miseed from previous checkin
Nick Clifton [Fri, 24 Apr 1998 16:28:25 +0000 (16:28 +0000)]
Add initernationalisation macros to error strings
Nick Clifton [Fri, 24 Apr 1998 16:18:41 +0000 (16:18 +0000)]
Added internationalisation macros to printed infoamrion in
v850_elf_print_private_data
Ian Lance Taylor [Fri, 24 Apr 1998 16:10:07 +0000 (16:10 +0000)]
* syms.c (struct indexentry): Change directory_name, file_name,
and function_name fields to char *.
(struct stab_find_info): Change cached_file_name field to char *.
Nick Clifton [Fri, 24 Apr 1998 16:06:26 +0000 (16:06 +0000)]
Added missing internationalisation macros.
Andrew Cagney [Fri, 24 Apr 1998 09:59:22 +0000 (09:59 +0000)]
Drop leading `_' from macros.
Andrew Cagney [Fri, 24 Apr 1998 09:57:17 +0000 (09:57 +0000)]
* mips.igen (do_store_left): Pass 0 not NULL to store_memory.
Andrew Cagney [Fri, 24 Apr 1998 09:54:50 +0000 (09:54 +0000)]
* ic (rBase, rLink): Make the type a pointer.
Andrew Cagney [Fri, 24 Apr 1998 09:54:16 +0000 (09:54 +0000)]
* interp.c (struct hash_entry): OPCODE and MASK are unsigned.
* d10v_sim.h (remote-sim.h, sim-config.h): Include.
Andrew Cagney [Fri, 24 Apr 1998 09:52:25 +0000 (09:52 +0000)]
* ld-insn.c (load_insn_table): Terminate error with NL.
* gen.c (insns_bit_useless): Perform unsigned bit comparisons.
* filter.c (is_filtered_out, filter_parse): Pacify GCC, len is unsigned.
* gen-icache.c (print_icache_extraction): Do not type cast pointers.
Jim Wilson [Fri, 24 Apr 1998 04:36:03 +0000 (04:36 +0000)]
Fix consistency error reported by Yotam Medini.
* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
Keith Seitz [Fri, 24 Apr 1998 02:06:00 +0000 (02:06 +0000)]
* Makefile.in (install-only): Install help files.
Ben Elliston [Fri, 24 Apr 1998 01:23:18 +0000 (01:23 +0000)]
* Makefile.in: Added standard targets for `flexlm'.
Added intermodule dependency for `all-snavigator'.
* configure.in: Include `flexlm' as a host library.
Ben Elliston [Fri, 24 Apr 1998 01:12:51 +0000 (01:12 +0000)]
* configure.in: Include `flexlm' as a host library.
Ben Elliston [Fri, 24 Apr 1998 01:12:27 +0000 (01:12 +0000)]
* Makefile.in: Added standard targets for `flexlm'.
Added intermodule dependency for `all-snavigator'.
Ben Elliston [Fri, 24 Apr 1998 01:09:13 +0000 (01:09 +0000)]
Sanitize more files when running with keep-cygnus.
Jason Molenda [Thu, 23 Apr 1998 23:40:11 +0000 (23:40 +0000)]
Thu Apr 23 16:37:20 1998 Jason Molenda (crash@bugshack.cygnus.com)
* README: Minor changes for 4.17 release.
Ian Lance Taylor [Thu, 23 Apr 1998 23:26:20 +0000 (23:26 +0000)]
* config/tc-ppc.c (ppc_fix_adjustable): Correct test of whether a
reloc is in the TOC csect.
(md_apply_fix3): Correct gettext typo.
Per Bothner [Thu, 23 Apr 1998 22:47:00 +0000 (22:47 +0000)]
* symfile.c (deduce_language_from_filename): .class implies java.
Nick Clifton [Thu, 23 Apr 1998 22:00:45 +0000 (22:00 +0000)]
Fix bug compiling math/k_standard.c
Jason Molenda [Thu, 23 Apr 1998 19:57:29 +0000 (19:57 +0000)]
Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
* gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
not void.
fche says he vaguely remembers a problem with returning int instead of
void, but ISO C sez printf returns int, so let's see what happens.
Jason Molenda [Thu, 23 Apr 1998 19:54:06 +0000 (19:54 +0000)]
oops, regenerated with old version of autoconf.
Jason Molenda [Thu, 23 Apr 1998 19:53:35 +0000 (19:53 +0000)]
Thu Apr 23 12:52:21 1998 Philippe De Muyter <phdm@macqel.be>
* configure.in (strerror): Check if function must be declared.
* acconfig.h (NEED_DECLARATION_STRERROR): New define slot.
* gdb_string.h (strerror): Function declaration issued if
NEED_DECLARATION_STRERROR.
* configure, config.in : Files regenerated.
Ian Lance Taylor [Thu, 23 Apr 1998 19:35:05 +0000 (19:35 +0000)]
* ltconfig: Update cygwin32 support.
Jason Molenda [Thu, 23 Apr 1998 19:31:51 +0000 (19:31 +0000)]
Thu Apr 23 12:27:43 1998 Philippe De Muyter <phdm@macqel.be>
* symfile.c (simple_overlay_update_1): Do not prefix array address
by `&'.
* bcache.h (BCACHE_DATA_ALIGNMENT): Ditto.
* tracepoint.c (encode_actions): Ditto.
* language.c, complaints.c, utils.c (varargs.h): Do not include that
file here, it is already included indirectly by defs.h.
* dbxread.c (dbx_symfile_init, process_one_symbol): Cast xmalloc return
value to the appropriate pointer type.
* utils.c (floatformat_from_doublest): Ditto.
* tracepoint.c (read_actions, _initialize_tracepoint): Ditto.
(add_memrange): Likewise with xrealloc return value.
* stabsread.c (ref_add): Ditto.
* coffread.c (coff_symfile_init): Likewise for xmmalloc return value.
* elfread.c (elf_symfile_read): Ditto.
* os9kread.c (os9k_symfile_init): Ditto.
Doug Evans [Thu, 23 Apr 1998 18:13:30 +0000 (18:13 +0000)]
* config/tc-dvp.c (dvp_frob_label): Don't emit _$ versions of
local labels ($ prefix).
Frank Ch. Eigler [Thu, 23 Apr 1998 16:41:11 +0000 (16:41 +0000)]
* Another typo in R5900 COP1 disassembly tables. Other similar
entries are fine.
Thu Apr 23 12:32:07 1998 Frank Ch. Eigler <fche@cygnus.com>
* mips-opc.c (msub.s): Correct mask pattern for disassembly.
Ian Lance Taylor [Thu, 23 Apr 1998 16:27:59 +0000 (16:27 +0000)]
* Makefile.in (GAS_SUPPORT_DIRS): Add intl.
(BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
(GDB_SUPPORT_DIRS): Likewise.
Nick Clifton [Thu, 23 Apr 1998 15:15:27 +0000 (15:15 +0000)]
Fixed internationalisation.
Tom Tromey [Thu, 23 Apr 1998 06:33:50 +0000 (06:33 +0000)]
* config.in: Rebuilt.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_STPCPY, HAVE_GETTEXT,
HAVE_LC_MESSAGES): Define.
Tom Tromey [Thu, 23 Apr 1998 05:17:30 +0000 (05:17 +0000)]
If xgettext fails, make Sanitize fail
Christopher Faylor [Thu, 23 Apr 1998 01:26:23 +0000 (01:26 +0000)]
Wed Apr 22 21:17:35 1998 Christopher Faylor <cgf@cygnus.com>
* gdbtk.c (_initialize_gdbtk): add cygwin32 specific code to
allow `gdb -nw' to work when specified specified from a windows
console-mode command line.
Tom Tromey [Wed, 22 Apr 1998 22:47:40 +0000 (22:47 +0000)]
* po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
Tom Tromey [Wed, 22 Apr 1998 22:40:45 +0000 (22:40 +0000)]
.Sanitize now re-computes gettext-related files
Tom Tromey [Wed, 22 Apr 1998 22:34:05 +0000 (22:34 +0000)]
* po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
Tom Tromey [Wed, 22 Apr 1998 22:13:58 +0000 (22:13 +0000)]
* po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
Ian Lance Taylor [Wed, 22 Apr 1998 22:01:00 +0000 (22:01 +0000)]
x
Tom Tromey [Wed, 22 Apr 1998 21:56:04 +0000 (21:56 +0000)]
* configure: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT.
* Makefile.in (top_builddir): New macro.
(INTL): Define to @INTLLIBS@.
(INTL_DEPS): New macro.
(CDEPS): Reference INTL_DEPS, not INTL.
Michael Meissner [Wed, 22 Apr 1998 21:50:18 +0000 (21:50 +0000)]
Remove debug echo
Doug Evans [Wed, 22 Apr 1998 21:05:19 +0000 (21:05 +0000)]
Delete sky sim-base.h entries (required sanitization).
Doug Evans [Wed, 22 Apr 1998 20:45:08 +0000 (20:45 +0000)]
* txvu-tdep.c (txvu_print_insn): Fix thinko.
James Lemke [Wed, 22 Apr 1998 20:41:04 +0000 (20:41 +0000)]
Move target specific stuff from sim/common/sim-base.h to sim/mips/sim-main.h
Jason Molenda [Wed, 22 Apr 1998 20:25:43 +0000 (20:25 +0000)]
Change "linux" usage to make rms usage + pick up jlimke's configure.in
change from yesterday.
Peter Schauer [Wed, 22 Apr 1998 20:17:44 +0000 (20:17 +0000)]
Handle missing shared libraries during the examination of a core
dump gracefully.
* solib.c (find_solib): Use catch_errors around call to
solib_map_sections. Use warning instead of error if reading of
the shared library name fails.
(solib_map_sections): Change return and argument types to make
it callable from catch_errors.
(symbol_add_stub): Avoid GDB core dump if solib->abfd is NULL.
* irix5-nat.c, osfsolib.c (xfer_link_map_member, solib_map_sections,
symbol_add_stub): Ditto.
Ian Lance Taylor [Wed, 22 Apr 1998 20:03:56 +0000 (20:03 +0000)]
* Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when
invoking runtest.
* Makefile.in: Rebuild.
Ian Lance Taylor [Wed, 22 Apr 1998 20:03:00 +0000 (20:03 +0000)]
* lexsup.c (parse_args): Change -l options into --library options
to avoid confusion between -li and -library.
Doug Evans [Wed, 22 Apr 1998 19:33:56 +0000 (19:33 +0000)]
* Makefile.in (GCC_FOR_TARGET): Add options to find newlib and
libgloss. Add comment that we should be using dejagnu.
Michael Meissner [Wed, 22 Apr 1998 19:33:54 +0000 (19:33 +0000)]
Eliminate extra blank line
Doug Evans [Wed, 22 Apr 1998 19:29:27 +0000 (19:29 +0000)]
* Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS.
Michael Meissner [Wed, 22 Apr 1998 19:18:38 +0000 (19:18 +0000)]
Fix typo
Tom Tromey [Wed, 22 Apr 1998 19:14:03 +0000 (19:14 +0000)]
* libbfd-in.h: Use `gettext' and not `dgettext' for now.
Ian Lance Taylor [Wed, 22 Apr 1998 19:06:34 +0000 (19:06 +0000)]
tipo
Ian Lance Taylor [Wed, 22 Apr 1998 18:54:39 +0000 (18:54 +0000)]
* config/tc-i386.c (md_assemble): Print operand number rather than
using ordinal_names.
(i386_operand): Likewise.
Michael Meissner [Wed, 22 Apr 1998 18:36:50 +0000 (18:36 +0000)]
Add intl library
Michael Meissner [Wed, 22 Apr 1998 18:29:57 +0000 (18:29 +0000)]
Regenerate configure
Michael Meissner [Wed, 22 Apr 1998 18:19:01 +0000 (18:19 +0000)]
Add intl support
Ian Lance Taylor [Wed, 22 Apr 1998 17:39:16 +0000 (17:39 +0000)]
* Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.
* Makefile.in: Rebuild.
Ian Lance Taylor [Wed, 22 Apr 1998 17:08:48 +0000 (17:08 +0000)]
remove duplicate libtool