]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
24 years agoBump minor version number
Christopher Faylor [Sat, 26 Feb 2000 01:14:49 +0000 (01:14 +0000)]
Bump minor version number

24 years agoChange fork/exec magic number.
Christopher Faylor [Sat, 26 Feb 2000 01:14:08 +0000 (01:14 +0000)]
Change fork/exec magic number.

24 years agoRemove unneeded include.
Christopher Faylor [Sat, 26 Feb 2000 01:13:02 +0000 (01:13 +0000)]
Remove unneeded include.

24 years ago* exceptions.cc (interruptible): Make a little more structured.
Christopher Faylor [Sat, 26 Feb 2000 01:11:54 +0000 (01:11 +0000)]
* exceptions.cc (interruptible): Make a little more structured.
(call_handler): Allow signals to be sent even if signalled thread is stopped.
Change order of signal_arrived arming/waiting threads clearing to eliminate a
race.
(reset_signal_arrived): New helper function.
* malloc.cc (malloc_init): Use mutos so that signal handler can keep track of
who owns the lock.
(__malloc_lock): Ditto.
(__malloc_unlock): Ditto.
* sync.h (new_muto): Actually use a muto for the "buffer".
* Makefile.in: Fix a dependency.

24 years ago* Makefile.in: fix "make check" support and cygrun.
DJ Delorie [Sat, 26 Feb 2000 01:06:48 +0000 (01:06 +0000)]
* Makefile.in: fix "make check" support and cygrun.

24 years agoFri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
Jeff Johnston [Fri, 25 Feb 2000 19:52:27 +0000 (19:52 +0000)]
Fri Feb 25 14:50:50 2000  Jeff Johnston <jjohnstn@cygnus.com>

        * libc/stdio/flags.c (__sflags): Added check that mode[1]
        is non-null before looking at mode[2].

24 years agoExtend the i386 gas testsuite to do some tests for intel_syntax. Fix all
Alan Modra [Fri, 25 Feb 2000 11:41:12 +0000 (11:41 +0000)]
Extend the i386 gas testsuite to do some tests for intel_syntax.  Fix all
the errors exposed by this addition.  These were intel mode
"fi... word ptr", "fi... dword ptr", "jmp Imm seg, Imm offset", "out dx,al".
The failure with intel "out dx,al" was also present in att "out al,dx".
Extend testsuite to catch this case too.

24 years agoRename 'flags' to 'signed_overflow_ok_p'
Nick Clifton [Thu, 24 Feb 2000 23:57:23 +0000 (23:57 +0000)]
Rename 'flags' to 'signed_overflow_ok_p'

24 years ago2000-02-24 Andrew Haley <aph@cygnus.com>
Andrew Haley [Thu, 24 Feb 2000 21:56:53 +0000 (21:56 +0000)]
2000-02-24  Andrew Haley  <aph@cygnus.com>

        * cgen.h (CGEN_INSN_MACH_HAS_P): New macro.
        (CGEN_CPU_TABLE): flags: new field.
        Add prototypes for new functions.

24 years agoAdd support for an OS of "wince"
Nick Clifton [Thu, 24 Feb 2000 21:20:57 +0000 (21:20 +0000)]
Add support for an OS of "wince"

24 years agoEliminate RCS stuff.
Christopher Faylor [Thu, 24 Feb 2000 20:59:30 +0000 (20:59 +0000)]
Eliminate RCS stuff.

24 years ago*** empty log message ***
Christopher Faylor [Thu, 24 Feb 2000 20:57:40 +0000 (20:57 +0000)]
*** empty log message ***

24 years ago* syscalls.c (_read): Clear errno before doing any read operation.
Christopher Faylor [Thu, 24 Feb 2000 20:57:03 +0000 (20:57 +0000)]
* syscalls.c (_read): Clear errno before doing any read operation.

24 years ago* exceptions.cc (call_handler): Use new muto linked list to look for all
Christopher Faylor [Thu, 24 Feb 2000 19:54:01 +0000 (19:54 +0000)]
* exceptions.cc (call_handler): Use new muto linked list to look for all
potential mutos owned by suspended thread.  Clear waiting threads while thread
is stopped.
(proc_subproc): Clarify debugging output.
* sync.h (class muto): Add 'next' field.
(new_muto): Keep linked list alive.

24 years agoAdd support for WinCE targeted toolchains.
Nick Clifton [Thu, 24 Feb 2000 19:49:18 +0000 (19:49 +0000)]
Add support for WinCE targeted toolchains.

24 years agoAdhere to w32api copyright conventions.
Christopher Faylor [Thu, 24 Feb 2000 18:04:23 +0000 (18:04 +0000)]
Adhere to w32api copyright conventions.

24 years agoThu Feb 24 11:43:00 2000 Ran Cabell <rcabell@norfolk.infi.net>
Ranjith Kumaran [Thu, 24 Feb 2000 16:48:28 +0000 (16:48 +0000)]
Thu Feb 24 11:43:00 2000  Ran Cabell <rcabell@norfolk.infi.net>

        * libm/mathfp/sf_atan2.c: Fix atan2 typo for _DOUBLE_IS_32_BITS.
        * libm/mathfp/sf_atan.c: Ditto.

Thu Feb 24 11:39:00 2000  Joel Sherrill <joel@OARcorp.com>

        * libc/include/sys/stat.h: Add RTEMS prototype for lstat.

24 years agoForgot Changelog for last i386.h change.
Alan Modra [Thu, 24 Feb 2000 12:41:54 +0000 (12:41 +0000)]
Forgot Changelog for last i386.h change.

24 years agoCorrect intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be rid
Alan Modra [Thu, 24 Feb 2000 12:40:45 +0000 (12:40 +0000)]
Correct intel_syntax fsub* and fdiv* handling.  Oh, how I'd like to be rid
of UNIXWARE_COMPAT.

24 years agoFix final round of gcc warnings relating to unused parameters.
Christopher Faylor [Thu, 24 Feb 2000 06:45:32 +0000 (06:45 +0000)]
Fix final round of gcc warnings relating to unused parameters.
* debug.cc (iscygthread): New function.
* debug.h: Declare it.
* exceptions.cc (set_process_mask): Flush pending signals.
(handle_sigsuspend): No need to flush pending signals.
(call_handler): Refine previous tests of muto ownership.  Only clear wait()'s
when we have definitely responded to a signal.
* fhandler_console.cc (fhandler_console::read): Don't set EINTR if executing in
a "cygwin" thread.
* sigproc.cc (proc_subproc): Use second argument to control whether CLEARWAIT
actually sets "signalled" flag.
* sync.h (muto): Add 'unstable' method.

24 years ago* config.guess, config.sub: Updated to match config's 2000-02-15
Andrew Cagney [Thu, 24 Feb 2000 05:38:51 +0000 (05:38 +0000)]
* config.guess, config.sub: Updated to match config's 2000-02-15
version.

24 years agoFix final round of gcc warnings relating to unused parameters.
Christopher Faylor [Thu, 24 Feb 2000 03:53:22 +0000 (03:53 +0000)]
Fix final round of gcc warnings relating to unused parameters.

24 years agoRemove RCS cruft.
Christopher Faylor [Thu, 24 Feb 2000 03:03:04 +0000 (03:03 +0000)]
Remove RCS cruft.

24 years ago* hinfo.cc (hinfo::extend): Clean up debugging output.
Christopher Faylor [Thu, 24 Feb 2000 03:00:37 +0000 (03:00 +0000)]
* hinfo.cc (hinfo::extend): Clean up debugging output.

24 years ago* exceptions.cc (interruptible): Change method for determining if something is
Christopher Faylor [Thu, 24 Feb 2000 02:49:44 +0000 (02:49 +0000)]
* exceptions.cc (interruptible): Change method for determining if something is
interruptible.
(call_handler): Avoid suspending a thread if it owns a mutex.  Only set
signal_arrived if the thread was actually interrupted.
(events_init): Initialize module information needed by interruptible().
(sigdelayed): Don't call sig_dispatch_pending since it could screw up
* init.cc (dll_entry): Record module handle of main for use by interruptible().
(proc_subproc): Reorganize handling of terminated child so that the bulk of the
processing comes from the signal thread.
(wait_sig): Force processing of waiting threads if SIGCHLD is not processed.
* sync.cc (muto::release): Set tid == 0 after lock is released or signal
processor will be confused.

24 years agoAdd IBM 370 support.
Alan Modra [Wed, 23 Feb 2000 13:52:22 +0000 (13:52 +0000)]
Add IBM 370 support.

24 years agoRespond to more g++ warnings relating to initializing structures.
Christopher Faylor [Wed, 23 Feb 2000 04:07:13 +0000 (04:07 +0000)]
Respond to more g++ warnings relating to initializing structures.

24 years agoAdd support for sh-pe and arm-wince-pe targets.
Nick Clifton [Wed, 23 Feb 2000 01:26:59 +0000 (01:26 +0000)]
Add support for sh-pe and arm-wince-pe targets.

24 years ago * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannot
Chandra Chavva [Tue, 22 Feb 2000 20:52:14 +0000 (20:52 +0000)]
    * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannot
        be combined in parallel with ADD/SUBppp.

24 years agoUpdated comment.
Nick Clifton [Tue, 22 Feb 2000 19:59:40 +0000 (19:59 +0000)]
Updated comment.

24 years agoRemove use of ELF_ST_OTHER.
Nick Clifton [Tue, 22 Feb 2000 19:56:40 +0000 (19:56 +0000)]
Remove use of ELF_ST_OTHER.

24 years agoTue Feb 22 14:37:00 2000 Ran Cabell <rcabell@norfolk.infi.net>
Ranjith Kumaran [Tue, 22 Feb 2000 19:44:37 +0000 (19:44 +0000)]
Tue Feb 22 14:37:00 2000  Ran Cabell <rcabell@norfolk.infi.net>

        * libm/mathfp/sf_exp.c: Corrected _DOUBLE_IS_32_BITS to be
        _DOUBLE_IS_32BITS.

24 years agog2000-02-22 Andrew Haley <aph@cygnus.com>
Andrew Haley [Tue, 22 Feb 2000 19:01:25 +0000 (19:01 +0000)]
g2000-02-22  Andrew Haley  <aph@cygnus.com>

* mips.h: (OPCODE_IS_MEMBER): Add comment.

24 years agoChangeLog change only.
Andrew Haley [Tue, 22 Feb 2000 16:59:39 +0000 (16:59 +0000)]
ChangeLog change only.

24 years agomerge with include from egcs 2000-02-22
Ian Lance Taylor [Tue, 22 Feb 2000 16:40:36 +0000 (16:40 +0000)]
merge with include from egcs 2000-02-22

24 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Ian Lance Taylor [Tue, 22 Feb 2000 16:18:13 +0000 (16:18 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

24 years agoimport libiberty from egcs cygnus github/cygnus
Ian Lance Taylor [Tue, 22 Feb 2000 16:18:13 +0000 (16:18 +0000)]
import libiberty from egcs

24 years ago1999-12-30 Andrew Haley <aph@cygnus.com>
Andrew Haley [Tue, 22 Feb 2000 14:39:20 +0000 (14:39 +0000)]
1999-12-30  Andrew Haley  <aph@cygnus.com>

* mips.h (OPCODE_IS_MEMBER): Add gp32 arg.

24 years agoWhen SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing
Andrew Cagney [Tue, 22 Feb 2000 08:52:20 +0000 (08:52 +0000)]
When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing
instead of sim_trace() to run the program; include support for ``-o''
option (operating environment); when a signal occurs, only continue
execution when operating environment mode.
Update d10v.

24 years ago2000-02-22 H.J. Lu <hjl@gnu.org>
Ian Lance Taylor [Tue, 22 Feb 2000 07:34:57 +0000 (07:34 +0000)]
2000-02-22  H.J. Lu  <hjl@gnu.org>

* common.h (ELFOSABI_LINUX): Define.

24 years ago* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'
Christopher Faylor [Mon, 21 Feb 2000 23:38:57 +0000 (23:38 +0000)]
* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'
parameter.

24 years agoMon Feb 21 11:43:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
Jeff Johnston [Mon, 21 Feb 2000 16:59:23 +0000 (16:59 +0000)]
Mon Feb 21 11:43:50 2000  Jeff Johnston <jjohnstn@cygnus.com>

        * libc/stdio/vfprintf.c (VFPRINTF): Added CHECK_INIT
        call prior to calling _VFPRINTF_R so reentrant data area is set.
        (_VFPRINTF_R): Removed now extraneous CHECK_INIT call.

24 years agoThis lot mainly cleans up `comparison between signed and unsigned' gcc
Alan Modra [Mon, 21 Feb 2000 12:01:26 +0000 (12:01 +0000)]
This lot mainly cleans up `comparison between signed and unsigned' gcc
warnings.  One usused var, and a macro parenthesis fix too.  Also check
input sections are elf when doing gc in elflink.h.

24 years agoRespond to a multitude of g++ warnings.
Christopher Faylor [Mon, 21 Feb 2000 05:20:38 +0000 (05:20 +0000)]
Respond to a multitude of g++ warnings.

24 years agoUpdate.
Christopher Faylor [Mon, 21 Feb 2000 05:18:36 +0000 (05:18 +0000)]
Update.

24 years agocygwin32 -> cygwin.
Christopher Faylor [Mon, 21 Feb 2000 03:25:29 +0000 (03:25 +0000)]
cygwin32 -> cygwin.

24 years agocygwin32 -> cygwin
Christopher Faylor [Mon, 21 Feb 2000 03:24:17 +0000 (03:24 +0000)]
cygwin32 -> cygwin

24 years agoUpdate.
Christopher Faylor [Mon, 21 Feb 2000 03:18:37 +0000 (03:18 +0000)]
Update.

24 years ago* environ.cc (getwinenv): Make __stdcall.
Christopher Faylor [Mon, 21 Feb 2000 03:13:24 +0000 (03:13 +0000)]
* environ.cc (getwinenv): Make __stdcall.
(winenv): Ditto.
* malloc.cc (strdup): New function.  Occludes newlib version.
(_strdup_r): Ditto.
* winsup.h: Reflect above __stdcall changes.

24 years agoGive Corinna some more files.
Christopher Faylor [Mon, 21 Feb 2000 01:56:50 +0000 (01:56 +0000)]
Give Corinna some more files.

24 years ago*** empty log message ***
Corinna Vinschen [Mon, 21 Feb 2000 00:31:55 +0000 (00:31 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Corinna Vinschen [Mon, 21 Feb 2000 00:20:20 +0000 (00:20 +0000)]
*** empty log message ***

24 years agoimport newlib-2000-02-17 snapshot
Christopher Faylor [Thu, 17 Feb 2000 19:39:52 +0000 (19:39 +0000)]
import newlib-2000-02-17 snapshot

24 years agoimport winsup-2000-02-17 snapshot
Christopher Faylor [Thu, 17 Feb 2000 19:38:33 +0000 (19:38 +0000)]
import winsup-2000-02-17 snapshot

24 years agoimport winsup-2000-02-17 snapshot
Christopher Faylor [Thu, 17 Feb 2000 19:38:31 +0000 (19:38 +0000)]
import winsup-2000-02-17 snapshot

24 years agobfd:
Joern Rennecke [Thu, 17 Feb 2000 00:33:35 +0000 (00:33 +0000)]
bfd:
Reinstate bits of sh4 support that got accidentally deleted.
Add sh-dsp support.

bfd:

* archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
(bfd_mach_sh3_dsp): Likewise.
(bfd_mach_sh4): Reinstate.
(bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
* bfd-in2.h: Regenerate.
* coff-sh.c (struct sh_opcode): flags is no longer short.
(USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
(sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
(sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
(sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
(sh_opcodes): No longer const.
(sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
(sh_insn_uses_reg): Check for USESAS and USESR8.
(sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
(_bfd_sh_align_load_span): Return early for SH4.
Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
Take into account that field b of a parallel processing insn
could be mistaken for a separate insn.
* cpu-sh.c (arch_info_struct): New array elements for
sh2, sh-dsp and sh3-dsp.
Reinstate element for sh4.
(SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
(SH4_NEXT): Reinstate.
(SH3_NEXT, SH3E_NEXT): Adjust.
* elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
* elf32-sh.c (sh_elf_set_private_flags): New function.
(sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
(sh_elf_merge_private_data): New function.
(elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
(bfd_elf32_bfd_copy_private_bfd_data): Define.
(bfd_elf32_bfd_merge_private_bfd_data): Change to
sh_elf_merge_private_data.

gas:

* config/tc-sh.c ("elf/sh.h"): Include.
(sh_dsp, valid_arch, reg_x, reg_y, reg_efg): New static variables.
(md.begin): Initialize target_arch.
Only include opcodes in has table that match selected architecture.
(parse_reg): Recognize register names for sh-dsp.
(parse_at): Recognize post-modify addressing.
(get_operands): The leading space is now optional.
(get_specific): Remove FDREG_N support.  Add support for sh-dsp
arguments.  Update valid_arch.
(build_Mytes): Add support for SDT_REG_N.
(find_cooked_opcode): New function, broken out of md_assemble.
(assemble_ppi, sh_elf_final_processing): New functions.
(md_assemble): Use find_cooked_opcode and assemble_ppi.
(md_longopts, md_parse_option): New option: -dsp.
* config/tc-sh.h (elf_tc_final_processing): Define.
(sh_elf_final_processing): Declare.

include/elf:

* sh.h: (EF_SH_MACH_MASK, EF_SH_UNKNOWN, EF_SH1, EF_SH2): New macros.
(EF_SH3, EF_SH_HAS_DSP, EF_SH_DSP, EF_SH3_DSP): Likewise.
(EF_SH_HAS_FP, EF_SH3E, EF_SH4, EF_SH_MERGE_MACH): Likewise.

opcodes:

* sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
(print_insn_ppi): Likewise.
(print_insn_shx): Use info->mach to select appropriate insn set.
Add support for sh-dsp.  Remove FD_REG_N support.
* sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
(sh_arg_type): Likewise.  Remove FD_REG_N.
(sh_dsp_reg_nums): New enum.
(arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
(arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
(arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
(arch_sh3_dsp_up): Likewise.
(sh_opcode_info): New field: arch.
(sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
D_REG_N.  Fill in arch field.  Add sh-dsp insns.

24 years agoAdd prototypes for ARM register name functions.
Nick Clifton [Wed, 16 Feb 2000 18:20:10 +0000 (18:20 +0000)]
Add prototypes for ARM register name functions.

24 years agowait.h was replaced by gdb/gdb_wait.h.
Andrew Cagney [Thu, 10 Feb 2000 04:37:34 +0000 (04:37 +0000)]
wait.h was replaced by gdb/gdb_wait.h.

24 years ago(sim_resume): Clarify use of SIGGNAL.
Andrew Cagney [Wed, 9 Feb 2000 07:44:03 +0000 (07:44 +0000)]
(sim_resume): Clarify use of SIGGNAL.
(sim_stop_reason): Clarify meaning of sim_signalled.

24 years agoReinstate the following lost patches:
Jeff Law [Tue, 8 Feb 2000 06:39:54 +0000 (06:39 +0000)]
Reinstate the following lost patches:
Wed Dec 15 11:22:56 1999  Jeffrey A Law  (law@cygnus.com)

        * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant.
        (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN.

1999-11-04      Jimmy Guo       <guo@cup.hp.com>

        * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind
        fields, change location type to CORE_ADDR from int.
        (dntt_type_const): Name the 5th field location_type.

24 years ago2000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)
Jason Molenda [Mon, 7 Feb 2000 02:22:31 +0000 (02:22 +0000)]
2000-02-06  Jason Molenda  (jsm@bugshack.cygnus.com)

* ChangeLog: Whitespace change to test logging.
* bfd/ChangeLog, dejagnu/ChangeLog, include/ChangeLog, tcl/ChangeLog: Same.

24 years agoApply patches to support Insight by hand from insight-2000-02-04 snapshot.
Jason Molenda [Mon, 7 Feb 2000 00:34:34 +0000 (00:34 +0000)]
Apply patches to support Insight by hand from insight-2000-02-04 snapshot.

24 years agoApply H>J's patch to propogate changes made by Thomas de Lellis to arm.h
Nick Clifton [Thu, 3 Feb 2000 19:20:37 +0000 (19:20 +0000)]
Apply H>J's patch to propogate changes made by Thomas de Lellis to arm.h

24 years agooctets vs bytes changes for binutils
Tim Wall [Thu, 3 Feb 2000 18:12:54 +0000 (18:12 +0000)]
octets vs bytes changes for binutils

24 years agoAdd prototype for parse_arm_diassembler_option
Nick Clifton [Fri, 28 Jan 2000 01:54:05 +0000 (01:54 +0000)]
Add prototype for parse_arm_diassembler_option

24 years agoAdd ATPCS support to ARM disassembler.
Nick Clifton [Thu, 27 Jan 2000 22:17:12 +0000 (22:17 +0000)]
Add ATPCS support to ARM disassembler.
Document ARM disassembler options.

24 years agoAdd support for documenting target specific disassembler options
Nick Clifton [Thu, 27 Jan 2000 21:44:26 +0000 (21:44 +0000)]
Add support for documenting target specific disassembler options

24 years agoApply Thoams de Lellis's patch to fic disassembly of Thumb instructions when
Nick Clifton [Thu, 27 Jan 2000 20:05:27 +0000 (20:05 +0000)]
Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions when
bounded by non-function labels.

24 years agofix spelling of Motorola
Nick Clifton [Thu, 20 Jan 2000 19:08:43 +0000 (19:08 +0000)]
fix spelling of Motorola

24 years agoCosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp and
Alan Modra [Sat, 15 Jan 2000 12:06:03 +0000 (12:06 +0000)]
Cosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp and
call tests + tweak intel mode far call and jmp.

24 years agofix comments on some EM numbers.
Nick Clifton [Thu, 13 Jan 2000 20:13:13 +0000 (20:13 +0000)]
fix comments on some EM numbers.

24 years agoMerge in changes from egcs for AIX cross-compilation support.
Geoffrey Keating [Wed, 12 Jan 2000 18:56:45 +0000 (18:56 +0000)]
Merge in changes from egcs for AIX cross-compilation support.

24 years agoFix mistakes made about interpretation of ELF ABI spec
Nick Clifton [Tue, 11 Jan 2000 17:53:33 +0000 (17:53 +0000)]
Fix mistakes made about interpretation of ELF ABI spec

24 years agoAdd definition of NT_WIN32PSTATUS
Nick Clifton [Mon, 10 Jan 2000 18:51:33 +0000 (18:51 +0000)]
Add definition of NT_WIN32PSTATUS

24 years agoadd missing definitions
Nick Clifton [Wed, 5 Jan 2000 23:42:56 +0000 (23:42 +0000)]
add missing definitions

24 years agoRedefine STO_* value sin terms of STV_* values
Nick Clifton [Tue, 28 Dec 1999 18:41:47 +0000 (18:41 +0000)]
Redefine STO_* value sin terms of STV_* values

24 years agoAdd new constants specified in Oct 4 1999 Draft of ELF ABI spec
Nick Clifton [Tue, 28 Dec 1999 18:40:48 +0000 (18:40 +0000)]
Add new constants specified in Oct 4 1999 Draft of ELF ABI spec

24 years agox86 indirect jump/call syntax fixes. Disassembly fix for lcall.
Alan Modra [Mon, 27 Dec 1999 16:10:31 +0000 (16:10 +0000)]
x86 indirect jump/call syntax fixes.  Disassembly fix for lcall.

24 years ago1999-12-15 Doug Evans <dje@transmeta.com>
Ian Lance Taylor [Thu, 16 Dec 1999 01:23:39 +0000 (01:23 +0000)]
1999-12-15  Doug Evans  <dje@transmeta.com>

* dis-asm.h: Enclose in extern "C" ifdef __cplusplus.

24 years agoFix include paths
Nick Clifton [Thu, 9 Dec 1999 18:23:45 +0000 (18:23 +0000)]
Fix include paths

24 years ago*** empty log message ***
Jim Blandy [Tue, 7 Dec 1999 23:56:53 +0000 (23:56 +0000)]
*** empty log message ***

24 years ago* common.h (NT_PRXFPREG): New definition.
Jim Blandy [Tue, 7 Dec 1999 23:51:14 +0000 (23:51 +0000)]
* common.h (NT_PRXFPREG): New definition.

24 years ago * mn10300.h (E_MN10300_MACH_AM33): Define.
Jeff Law [Wed, 1 Dec 1999 10:06:15 +0000 (10:06 +0000)]
    * mn10300.h (E_MN10300_MACH_AM33): Define.

24 years ago * mn10300.h: Add new operand types. Add new instruction formats.
Jeff Law [Wed, 1 Dec 1999 10:05:24 +0000 (10:05 +0000)]
    * mn10300.h: Add new operand types.  Add new instruction formats.

24 years ago * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb"
Jeff Law [Thu, 25 Nov 1999 03:28:22 +0000 (03:28 +0000)]
    * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb"
        instruction.

24 years agoFor include/opcode:
Gavin Koch [Thu, 18 Nov 1999 19:53:48 +0000 (19:53 +0000)]
For include/opcode:

* mips.h (INSN_ISA5): New.

For opcodes:

* mips-opc.c (I5): New.
(abs.ps,add.ps,alnv.ps,c.COND.ps,cvt.s.pl,cvt.s.pu,cvt.ps.s
madd.ps,movf.ps,movt.ps,mul.ps,net.ps,nmadd.ps,nmsub.ps,
pll.ps,plu.ps,pul.ps,puu.ps,sub.ps,suxc1,luxc1): New.

24 years agoAdd sim-d10v.h
Michael Meissner [Thu, 11 Nov 1999 12:57:11 +0000 (12:57 +0000)]
Add sim-d10v.h

24 years agoFor include/opcode:
Gavin Koch [Mon, 1 Nov 1999 19:29:55 +0000 (19:29 +0000)]
For include/opcode:

* mips.h (OPCODE_IS_MEMBER): New.

For gas:

* config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER.
(mips_ip): Use OPCODE_IS_MEMBER.

For opcodes:

* mips-dis.c (_print_insn_mips): Use OPCODE_IS_MEMBER.

24 years agoDefine SHORT_AR (fix for CR: 101340)
Nick Clifton [Fri, 29 Oct 1999 09:49:04 +0000 (09:49 +0000)]
Define SHORT_AR (fix for CR: 101340)

24 years agoAdd md expression support; Cleanup alpha warnings
Michael Meissner [Mon, 18 Oct 1999 22:29:14 +0000 (22:29 +0000)]
Add md expression support; Cleanup alpha warnings

24 years ago * hppa.h (PF_HP_PAGE_SIZE): Define.
Jeff Law [Tue, 12 Oct 1999 04:48:23 +0000 (04:48 +0000)]
    * hppa.h (PF_HP_PAGE_SIZE): Define.
        (PF_HP_FAR_SHARED, PF_HP_NEAR_SHARED, PF_HP_CODE): Likewise.
        (PF_HP_MODIFY, PF_HP_LAZYSWAP, PF_HP_SBP): Likewise.

24 years ago * hppa.h (pa_opcodes): Add load and store cache control to
Jeff Law [Sun, 10 Oct 1999 07:55:25 +0000 (07:55 +0000)]
    * hppa.h (pa_opcodes):  Add load and store cache control to
        instructions.  Add ordered access load and store.

        * hppa.h (pa_opcode): Add new entries for addb and addib.

        * hppa.h (pa_opcodes): Fix cmpb and cmpib entries.

        * hppa.h (pa_opcodes):  Add entries for cmpb and cmpib.

24 years agoAdded seven new instructions ld, ld2w, sac, sachi, slae, st and
Diego Novillo [Thu, 7 Oct 1999 06:17:04 +0000 (06:17 +0000)]
Added seven new instructions ld, ld2w, sac, sachi, slae, st and
st2w for d10v. Created new testsuite for d10v to verify new
instructions.

24 years ago * m32r.h (E_M32RX_ARCH): Define.
Doug Evans [Tue, 5 Oct 1999 00:43:14 +0000 (00:43 +0000)]
* m32r.h (E_M32RX_ARCH): Define.

24 years ago1999-09-15 Ulrich Drepper <drepper@cygnus.com>
Ulrich Drepper [Mon, 4 Oct 1999 18:58:41 +0000 (18:58 +0000)]
1999-09-15  Ulrich Drepper  <drepper@cygnus.com>

* hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL.

24 years agoAdd missing initializer lost in last change.
Jeff Law [Thu, 23 Sep 1999 15:46:33 +0000 (15:46 +0000)]
Add missing initializer lost in last change.

24 years ago * hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve"
Jeff Law [Thu, 23 Sep 1999 14:29:10 +0000 (14:29 +0000)]
    * hppa.h (pa_opcodes): Add "call" and "ret".  Clean up "b", "bve"
        and "be" using completer prefixes.

24 years ago * hppa.h (pa_opcodes): Add initializers to silence compiler.
Jeff Law [Thu, 23 Sep 1999 13:14:33 +0000 (13:14 +0000)]
    * hppa.h (pa_opcodes): Add initializers to silence compiler.

24 years ago * hppa.h: Update comments about character usage.
Jeff Law [Thu, 23 Sep 1999 13:10:07 +0000 (13:10 +0000)]
    * hppa.h: Update comments about character usage.

24 years ago * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
Jeff Law [Mon, 20 Sep 1999 09:57:19 +0000 (09:57 +0000)]
    * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
        up the new fstw & bve instructions.

This page took 0.065425 seconds and 5 git commands to generate.