aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-04-22 * gprof.h: Added includes and defines for gettext.Tom Tromey22-242/+3523
* configure.in (ALL_LINGUAS): New macro. Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * gprof.c (main): Call setlocale, bindtextdomain, textdomain. * Makefile.am (SUBDIRS): New macro. (INCLUDES): Look in intl dirs for headers. Define LOCALEDIR. (gprof_DEPENDENCIES): Added INTLDEPS. (gprof_LDADD): Added INTLLLIBS. (POTFILES): New macro. (po/POTFILES.in): New target. * Many files: Wrap user-visible strings with gettext invocation.
1998-04-22 * Makefile.am (INTLLIBS): Define to work around apparent automakeTom Tromey1-0/+4
bug. All Makefiles: Regenerated.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey13-450/+2854
strings. * ld.h: Added gettext-related includes and defines. * ldmain.c: Call setlocale, bindtextdomain, textdomain. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. Use AM_PROG_LEX. (TDIRS): AC_SUBST early on, to avoid having value split when it happens to cross line 90 of the generated sed script. * Makefile.am (SUBDIRS): New macro. (POTFILES): Likewise. (po/POTFILES.in): New target. (ld_new_LDADD): Added INTLLIBS. (ld_new_DEPENDENCIES): Added INTLDEPS. * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22* archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in lastRichard Henderson1-0/+5
change wrt length == max_namelen.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey40-2159/+4769
strings. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * dep-in.sed: Added asintl.h. * po/Make-in: New file. * gasp.c (main): Call setlocale, bindtextdomain, and textdomain. Include "asintl.h". * read.c (Z_): Renamed from `_'. * Makefile.am (SUBDIRS): Added po. (POTFILES): new macro. (po/POTFILES.in): New target. ($(OBJS)): Added asintl.h. (HFILES): Likewise. (INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl. (as_new_LDADD): Added $(INTLLIBS). (as_new_DEPENDENCIES): Added $(INTLDEPS). (gasp_new_LDADD): Added $(INTLLIBS). (gasp_new_DEPENDENCIES): New macro. * configure, aclocal.m4: Rebuilt. * configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and po/Makefile. (ALL_LINGUAS): Define. * macro.c: Include "asintl.h". * as.c (main): Call setlocale, bindtextdomain, and textdomain. * as.h: Include "asintl.h". * config/tc-i386.c (ordinal_names): Removed. (md_assemble): Changed error text to avoid ordinal_names. (i386_operand): Likewise. (reloc): Added as_bad to avoid i18n problems. (tc_gen_reloc): Likewise. * config/tc-arm.c (bad_args): Now a #define. (bad_pc): Likewise. * config/obj-vms.c (VMS_stab_parse): Changed type of `long_const_msg'. (global_symbol_directory): Unified strings to avoid i18n problems. * config/tc-m68k.c (get_reloc_code): Added some as_bad calls to avoid i18n problems. * config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems. * config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid i18n problems. * config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n problems. start-sanitize-v850 * config/tc-v850.c (md_assemble): Changed C++ comment into C comment. end-sanitize-v850 * config/tc-vax.c (md_assemble): Added as_warn to avoid i18n problems. * as.c (print_version_id): Added an fprintf to avoid i18n problems. * cond.c (cond_finish_check): Added as_bad call to avoid i18n problems. * expr.c (expr): Added as_warn call to avoid i18n problems. * messages.c (as_assert): Changed code to avoid i18n problems. (as_abort): Likewise. * read.c (pseudo_set): Added as_bad call to avoid i18n problems. (s_space): Likewise. * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey22-1004/+4178
strings. * bucomm.h: Added gettext-related includes and defines. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. Use AM_PROG_LEX. * Makefile.am (SUBDIRS): New macro. (POTFILES): Likewise. (po/POTFILES.in): New target. (LDADD): Added INTLLIBS. (objdump_LDADD): Likewise. (c__filt_LDADD): Likewise. (ar_LDADD): Likewise. (ranlib_LDADD): Likewise. (dlltool_LDADD): Likewise. (windres_LDADD): Likewise. * po/Make-in, po/POTFILES.in, po/binutils.pot: New files.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey25-581/+2959
strings. * libbfd-in.h: Added gettext includes and defines. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. * Makefile.am (SUBDIRS): Added po. (POTFILES): New macro. (po/POTFILES.in): New target. (SOURCE_HFILES): New macro. (HFILES): Use it. * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
1998-04-22 * Makefile.in (all-bfd): Depend on all-intl.Tom Tromey2-5/+13
(all-binutils): Likewise. (all-gas): Likewise. (all-gprof): Likewise. (all-ld): Likewise.
1998-04-22 * ld.texinfo (Simple Example): Rewrite a few things as suggestedIan Lance Taylor2-16/+39
by Nick Clifton <nickc@cygnus.com>. (PROVIDE): Likewise.
1998-04-22Humoring RMS by saying "GNU/Linux" instead of just "Linux"Stan Shebs9-14/+16
1998-04-22 * gdb.texinfo (EDITION, DATE): Update and change to use ordinalsStan Shebs2-7/+12
for the edition instead of confusing GDB-version-like numbers.
1998-04-21Fixing typos.Jillian Ye1-1/+1
1998-04-21Makefile.in : Use GIF_TRACE to generate the sce_test*_our_gif.out files.Jillian Ye2-14/+18
1998-04-21r5900.igen, sim-main.h, sky-libvpe.c: Add run-time option --float-typeJames Lemke1-0/+19
1998-04-21configure.in, interp.c: Add configure option --with-sim-funit.James Lemke1-0/+20
1998-04-21sim-base.h: Add configure option --with-sim-funit.James Lemke2-0/+16
1998-04-21Add configure option --with-sim-funit for sim & gdb.James Lemke3-0/+29
1998-04-21Tue Apr 21 17:11:32 1998 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor1-0/+10
* i386.h (i386_optab): Change iclrKludge and imulKludge to regKludge. Add operands types for string instructions.
1998-04-21Tue Apr 21 17:01:22 1998 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor3-219/+370
* config/tc-i386.c (check_prefix): New static function, split out from md_assemble. (struct _i386_insn): Add wait_prefix field. (md_assemble): Remove wait_prefix local variable. Use check_prefix when adding a prefix. * config/tc-i386.c (current_templates): New static variable. (md_assemble): Remove current_templates local variable. (md_assemble, i386_operand): Improve error and warning messages in many places. Add RESTORE_END_STRING in many places before error return. Clarify some comments. * config/tc-i386.c (struct _i386_insn): Change seg field to a two element array. (md_assemble): Parse string instruction operands, looking for segment override prefixes. Check for invalid segment prefixes on string instruction. (i386_operand): i.seg[] and max mem_operand changes for string insns. * config/tc-i386.h (EsSeg): Define. * config/tc-i386.h (regKludge): Define. (iclrKludge, imulKludge): Don't define. * config/tc-i386.c (md_assemble): Merge imulKludge and iclrKludge code. Move ReverseRegRegmem fudges into Modrm case. Reorder opcode_modifier checks to look for more common cases first. Add default_seg for IsString case.
1998-04-21 * elfcore.h (bfd_prstatus): Copy core_prstatus from the firstPeter Schauer1-0/+6
NT_PRSTATUS note section encountered, it contains the status of the currently executing thread when the core file was written.
1998-04-21 * configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX andIan Lance Taylor6-402/+902
AC_DECL_YYTEXT. * configure: Rebuild with new automake and libtool. * aclocal.m4, Makefile.in: Likewise. * doc/Makefile.am (as.dvi): New target. * doc/Makefile.in: Rebuild.
1998-04-21Tue Apr 21 16:07:18 1998 Stanislav Brabec <utx@k332.feld.cvut.cz>Ian Lance Taylor2-19/+31
* objcopy.c (preserve_dates): New file static variable. (smart_rename): If preserve_dates, call set_times when copying. (strip_main): Remove preserve_dates local variable. (copy_main): Likewise.
1998-04-21 * cgen-ops.h (ADDCFSI): Fix.Doug Evans1-0/+3
(SUBCFSI): Tweak. PR 15741.
1998-04-21 * cgen-types.h (GETHIDI,MAKEDI): Tweak.Doug Evans1-0/+4
1998-04-21Add a "keep-vr4320" section so that tm-vr4320.h and vr4320.mt areJason Molenda1-0/+6
removed by default.
1998-04-21 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.Tom Tromey3-7/+34
(CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (all-target-libjava): New target. (all-target-boehm-gc): Likewise. * configure.in (target_libs): Added libjava, boehm-gc.
1998-04-21Fix sanitize tag. The proper keyword is "start-sanitize-*", notJason Molenda1-2/+2
"begin-sanitize-*".
1998-04-21 * sim/m32r/addx.cgs: Test (-1)+(-1)+1.Doug Evans1-0/+2
1998-04-21 * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails,Doug Evans1-1/+14
try all machs.
1998-04-21Add sim-main.c to things to keep.Jason Molenda1-0/+1
1998-04-21Add ns32knbsd-nat.c to things-to-keep.Jason Molenda1-11/+12
1998-04-21Arm specific code changed to conform to BFD coding conventions.Nick Clifton6-206/+432
1998-04-21Changes to conform to BFD coding conventions.Nick Clifton1-0/+15
1998-04-21Add branches.c.Jason Molenda1-0/+1
1998-04-21Keep cygmon.exp.Jason Molenda1-2/+3
1998-04-21add i386sco5.mt, nm-i386sol2.h, tm-i386sco5.h, tm-i386sol2.hJason Molenda1-0/+4
1998-04-21* MIPS CPU-specific dissasembly extensions. Now TM_PRINT_INSN_MACH from tm.hFrank Ch. Eigler3-2/+465
sets a default mach for disassembly, just like sparc port. c.f. PR 15371. Tue Apr 21 11:20:54 1998 Frank Ch. Eigler <fche@cygnus.com> * mips-tdep.c (gdb_print_insn_mips): Disassemble MIPS instructions with subtarget-specific `mach', rather than fixed default. * config/mips/tm-mips.h (TM_PRINT_INSN_MACH): New macro, default disassembly `mach'. start-sanitize-r5900 * config/mips/tm-r5900.h (TM_PRINT_INSN_MACH): Override. end-sanitize-r5900 start-sanitize-sky * config/mips/tm-txvu.h (TM_PRINT_INSN_MACH): Override. end-sanitize-sky
1998-04-21* Bit mask pattern fix for R5900 madd.s instruction; PR 15371.Frank Ch. Eigler2-3/+21
1998-04-21* elf64-alpha.c (elf64_alpha_find_reloc_at_ofs): Renamed fromRichard Henderson2-15/+30
elf64_alpha_relax_find_reloc_ofs. Changed all callers. (elf64_alpha_add_symbol_hook): Put small commons in .scommon not .sbss. (elf64_alpha_size_got_sections): Don't merge .got sections twice.
1998-04-21* archive.c (_bfd_generic_read_ar_hdr_mag): Simplify end-of-name test.Richard Henderson1-25/+38
1998-04-21Entry about changing sim_open missing from changelog.Andrew Cagney1-0/+2
1998-04-21Implement ERET instruction.Andrew Cagney5-16/+98
Add {signed,unsigned}_address type.
1998-04-21For new IGEN simulators, rewrite checks validating correct use of theAndrew Cagney5-100/+195
HI/LO registers. For old gencode simulator, delete all checks.
1998-04-21* gen-icache.c (print_icache_extraction): When generating #defineAndrew Cagney2-0/+868
force the expression to the correct type.
1998-04-20 * cpu.c,sem.c,sem-switch.c: Regenerate. FromDoug Evans5-317/+337
- cgen/m32r.cpu (h-accum): Add attribute FUN-ACCESS. * m32r.c (m32r_h_accum_get,m32r_h_accum_set): New functions. #include cgen-ops.h. * cpux.c,readx.c,semx.c: Regenerate. * m32rx.c (m32r_h_accum_get,m32r_h_accum_set): New functions. #include cgen-ops.h. Delete inclusion of several unnecessary headers. (m32r_h_accums_get): Sign extend top 8 bits.
1998-04-20* Added one new R5900 COP2 test.Frank Ch. Eigler2-5/+64
Mon Apr 20 18:36:50 1998 Frank Ch. Eigler <fche@cygnus.com> * t-cop2b.c (test01): Additional COP2 tests (QMFC2/QMTC2/LQ/SQ). Don't use $1 ($at) register in inline assembly.
1998-04-20Mon Apr 20 15:35:03 1998 Philippe De Muyter <phdm@macqel.be>Jason Molenda1-1/+1
* coffread.c (decode_base_type): Treat a long field with size greater than TARGET_LONG_BIT as long long. * values.c (value_from_longest): Print code value in error message.
1998-04-20Mon Apr 20 15:32:21 1998 Mark Kettenis <kettenis@phys.uva.nl>Jason Molenda2-1/+8
* gdb/gdb_string.h (strdup): Declare only if not defined as a macro. Mark glibc development versions are defining strdup as a macro and the prototype hosees it. Either way, this patch shouldn't cause problems.
1998-04-20t-pke2.trc t-pke2.vif1expect: Update the testcase to use theJillian Ye3-9/+14
correct registers permitted by gpus.
1998-04-20Mon Apr 20 14:18:45 1998 J. Kean Johnston <jkj@sco.com>Jason Molenda5-11/+269
* procfs.c: Added replacement macros for LWP stuff. Fixed support for UnixWare / SVR4.2MP targets and any targets which use multi-file /proc entries. Fixed support for hardware watchpoints. * solib.c: SCO needs some of the same code as SunOS. Change preprocessor conditionals. * config/i386/i386sco5.mt: New file. * config/i386/tm-i386sco5.h: New file. * config/i386/i386sco5.mh (NATDEPFILES): add i386v-nat.o. * config/i386/nm-i386v42mp.h (TARGET_HAS_HARDWARE_WATCHPOINTS): define. Add other macros for hardware assisted watchpoints. * config/i386/nm-i386sco5.h: Correct attributions. (TARGET_HAS_HARDWARE_WATCHPOINTS): define. * config/i386/nm-linux.h (target_remote_watchpoint): Pass 'type' through to i386_insert_watchpoint. Mon Apr 20 14:12:30 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * infrun.c (wait_for_inferior): Don't add signalled processes as new threads. * procfs.c (wait_fd): Note if LWP has exited. (procfs_wait): use GETPID to get process ID. NOTE: I didn't commit Kean's changes to configure.host/configure.tgt yet because they are kind of bogus and I'm punting back to him to let him figure out what he's trying to do. So configuring for UnixWare may not work just yet.