OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
21 years agoRevert previous delta - it was bogus.
nickc [Sat, 17 Aug 2002 09:59:34 +0000 (09:59 +0000)]
Revert previous delta - it was bogus.

21 years ago * include/winuser.h (CURSOR_SHOWING) Add define.
dannysmith [Sat, 17 Aug 2002 09:41:52 +0000 (09:41 +0000)]
* include/winuser.h (CURSOR_SHOWING) Add define.

21 years ago * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
brobecke [Sat, 17 Aug 2002 06:12:51 +0000 (06:12 +0000)]
    * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
        procfs appears to be broken when debugging on multi-processor
        machines. So enable software single stepping in order to avoid
        using the procfs interface to do next/step operations, using
        internal breakpoints instead.

        * infrun.c (handle_inferior_event): Readjust the stop_pc by
        DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
        make this pc address equal to the value it would have if the
        system stepping capability was used. Also set a new flag used
        to ensure that we don't readjust the PC one more time later.

        * breakpoint.c (bpstat_stop_status): Do not adjust the PC
        address by DECR_PC_AFTER_BREAK when software single step is
        in use for this architecture, as this has already been taken
        care of in handle_inferior_event().

21 years ago2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Sat, 17 Aug 2002 06:10:32 +0000 (06:10 +0000)]
2002-08-17  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/config.h[__PPC__][__SPE__]: Set
        _LONG_DOUBLE to double.

21 years ago2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Sat, 17 Aug 2002 05:57:19 +0000 (05:57 +0000)]
2002-08-17  Jeff Johnston  <jjohnstn@redhat.com>

        * configure.host: Add powerpc*-*-eabispe* configuration.
        * libc/machine/powerpc/atosfix16.c: New fixed-point conversion file.
        * libc/machine/powerpc/atosfix32.c: Ditto.
        * libc/machine/powerpc/atosfix64.c: Ditto.
        * libc/machine/powerpc/atoufix16.c: Ditto.
        * libc/machine/powerpc/atoufix32.c: Ditto.
        * libc/machine/powerpc/atoufix64.c: Ditto.
        * libc/machine/powerpc/fix64.h: Ditto.
        * libc/machine/powerpc/simdldtoa.c: Ditto.
        * libc/machine/powerpc/strtosfix16.c: Ditto.
        * libc/machine/powerpc/strtosfix32.c: Ditto.
        * libc/machine/powerpc/strtosfix64.c: Ditto.
        * libc/machine/powerpc/strtoufix16.c: Ditto.
        * libc/machine/powerpc/strtoufix32.c: Ditto.
        * libc/machine/powerpc/strtoufix64.c: Ditto.
        * libc/machine/powerpc/ufix64toa.c: Ditto.
        * libc/machine/powerpc/configure.in: Add check for
        powerpc*-eabispe and add fixed-point conversion functions.
        * libc/machine/powerpc/configure: Regenerated.
        * libc/machine/powerpc/vfprintf.c[__SPE__]: Add support for
        %r and %R format specifiers which handle fixed-point data.
        * libc/machine/powerpc/vfscanf.c[__SPE__]: Ditto.
        * libc/machine/powerpc/machine/stdlib.h[__SPE__]: Add fixed-point
        function prototypes.

21 years ago2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Sat, 17 Aug 2002 05:19:16 +0000 (05:19 +0000)]
2002-08-17  Jeff Johnston  <jjohnstn@redhat.com>

        *  Makefile.am: Move cmath stuff into libc/sys/linux.
        *  Makefile.in: Regenerated.
        *  configure.host: Default -DMB_CAPABLE for x86-linux.
        *  libc/include/reent.h: Define _sbrk to take signed int argument.
        *  libc/include/sys/unistd.h: Ditto for _sbrk_r and sbrk.
        *  libc/locale/locale.c[MB_CAPABLE]: Add LC_MESSAGES support and
        make locale name checking more efficient.  Also allow "C-ISO-8859-1"
        locale for LC_CTYPE and LC_MESSAGES.
        *  libc/reent/sbrkr.c: Change prototype to take ptrdiff_t.
        *  libc/sys/linux/brk.c: Change sbrk prototype.
        *  libc/sys/linux/include/time.h: Remove Cygwin stuff and
        include <sys/features.h>.
        (CLOCK_THREAD_CPUTIME): Renamed to CLOCK_THREAD_CPUTIME_ID.
        (CLOCK_PROCESS_CPUTIME): Renamed to CLOCK_PROCESS_CPUTIME_ID.
        *  libc/sys/linux/sys/cdefs.h: Replace with glibc sys/cdefs.h
        with a few local additions.
        *  libc/sys/linux/sys/features.h: New file.
        *  libc/sys/linux/sys/unistd.h: Change _sbrk_r and sbrk prototypes
        to take signed argument.
        *  libc/syscalls/syssbrk.c: Change sbrk, _sbrk_r, and _sbrk
        prototypes to take signed size argument.

21 years ago * include/winerror.h: Cast OLE error codes to HRESULT.
dannysmith [Sat, 17 Aug 2002 04:42:25 +0000 (04:42 +0000)]
* include/winerror.h: Cast OLE error codes to HRESULT.

21 years agofix typo
cgf [Sat, 17 Aug 2002 02:16:25 +0000 (02:16 +0000)]
fix typo

21 years ago* Makefile.in: Change COMPILE_C* definitions.
cgf [Sat, 17 Aug 2002 02:15:05 +0000 (02:15 +0000)]
* Makefile.in: Change COMPILE_C* definitions.

21 years ago * infrun.c (handle_inferior_event): Minor reformatting, to make
brobecke [Sat, 17 Aug 2002 00:16:54 +0000 (00:16 +0000)]
    * infrun.c (handle_inferior_event): Minor reformatting, to make
        a rather long condition expression easier to read.

21 years agoMove gdbtk gunk to end of file.
cagney [Sat, 17 Aug 2002 00:04:36 +0000 (00:04 +0000)]
Move gdbtk gunk to end of file.

21 years ago*** empty log message ***
gdbadmin [Sat, 17 Aug 2002 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Sat, 17 Aug 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago2002-08-16 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 16 Aug 2002 23:32:04 +0000 (23:32 +0000)]
2002-08-16  Andrew Cagney  <ac131313@redhat.com>
* Makefile.in (copying.o): Separate out compile rule.
(hpux-thread.o, procfs.o, signals.o): Ditto.
(v850ice.o, z8k-tdep.o): Ditto.
(tui-file.o): Move to TUI section.
(xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
(nindy.o, Onindy.o, ttyflush.o): Move to separate section.

21 years ago * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
brobecke [Fri, 16 Aug 2002 22:44:00 +0000 (22:44 +0000)]
    * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
        skip_trampoline_code, for better namespace-proofing.

        * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.

21 years ago * libc/sys/linux/cmath: New directory.
fitzsim [Fri, 16 Aug 2002 21:29:43 +0000 (21:29 +0000)]
* libc/sys/linux/cmath: New directory.
* libc/sys/linux/include/cmathcalls.h: New file.
* libc/sys/linux/include/complex.h: New file.
* libc/sys/linux/machine/i386/huge_val.h: New file
* libm/math/w_sincos.c: New file
* libm/math/wf_sincos.c: New file
* libm/mathfp/s_sincos.c: New file
* libm/mathfp/sf_sincos.c: New file
* Makefile.am (LIBC_OBJECTLISTS): Add cmath/objectlist.awk.in.
* libc/include/math.h: Add sincos and sincosf declarations.
* libc/sys/linux/Makefile.am (SUBDIRS): Add cmath.
(SUBLIBS): Likewise.
* libc/sys/linux/configure.in (AC_OUTPUT): Add cmath.
* libm/math/Makefile.am (src): Add w_sincos.c.
(fsrc): Add wf_sincos.c.
* libm/mathfp/Makefile.am (src): Add s_sincos.c
(fsrc): Add sf_sincos.c.

21 years ago * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
brobecke [Fri, 16 Aug 2002 20:32:57 +0000 (20:32 +0000)]
   * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.

21 years agoMissed this commit in last checkin.
cgf [Fri, 16 Aug 2002 19:50:22 +0000 (19:50 +0000)]
Missed this commit in last checkin.

21 years ago* winsup.h: Remove malloc_*lock functions.
cgf [Fri, 16 Aug 2002 19:49:54 +0000 (19:49 +0000)]
* winsup.h: Remove malloc_*lock functions.

21 years ago* Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use
cgf [Fri, 16 Aug 2002 19:41:39 +0000 (19:41 +0000)]
* Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o.  Use
-fomit-frame-pointer for malloc.o compilation.
* malloc_wrapper.cc: New file.  Rename from malloc.cc.  Add support for more
malloc functions.  Eliminate export_* calls.  Just use straight malloc names.
Remove unused argument from malloc lock functions.
* cygwin.din: Just export straight malloc names.  Add malloc_stats,
malloc_trim, malloc_usable_size, mallopt, memalign, valloc.
* dcrt0.cc (__cygwin_user): Eliminate export_* malloc entries.
* fork.cc (fork_parent): Remove unused argument from malloc_lock argument.
* malloc.cc: New file.  Doug Lea's malloc v2.7.1.
* cygmalloc.h: New file.
* include/cygwin/version.h: Bump API_MINOR.
* sync.h (muto::acquire): Use appropriate number for regparm attribute.
(muto::reset): Ditto.
(muto::release): Ditto.

21 years ago* exceptions.cc (interrupt_setup): Ensure that the previous signal mask is
cgf [Fri, 16 Aug 2002 19:07:28 +0000 (19:07 +0000)]
* exceptions.cc (interrupt_setup): Ensure that the previous signal mask is
properly saved.

21 years ago * ld-sh/sh64/sh64.exp: Add dlsection.
sclarke [Fri, 16 Aug 2002 18:47:31 +0000 (18:47 +0000)]
* ld-sh/sh64/sh64.exp: Add dlsection.
* ld-sh/sh64/dlsection-1.s, ld-sh/sh64/dlsection.sd: New.

21 years ago * ld-sh/sh64/sh64.exp: Add dlsection.
sclarke [Fri, 16 Aug 2002 18:45:26 +0000 (18:45 +0000)]
* ld-sh/sh64/sh64.exp: Add dlsection.
* ld-sh/sh64/dlsection-1.s, ld-sh/sh64/dlsection.sd: New.

21 years ago * bfd/elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
sclarke [Fri, 16 Aug 2002 18:40:54 +0000 (18:40 +0000)]
* bfd/elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
symbols when looking for section referred to by a relocation.
* bfd/elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.

21 years agoCorrect date on previous ChangeLog entry.
sclarke [Fri, 16 Aug 2002 18:19:00 +0000 (18:19 +0000)]
Correct date on previous ChangeLog entry.

21 years ago * gas/sh/sh64/datal32-3.d: Formatting change to match the current
sclarke [Fri, 16 Aug 2002 18:15:20 +0000 (18:15 +0000)]
* gas/sh/sh64/datal32-3.d: Formatting change to match the current
output of objdump.

21 years ago * gas/sh/sh64/datal32-3.d: Formatting change to match the current
sclarke [Fri, 16 Aug 2002 18:13:24 +0000 (18:13 +0000)]
* gas/sh/sh64/datal32-3.d: Formatting change to match the current
output of objdump.

21 years ago * infrun.c (handle_inferior_event): When receiving a SIGTRAP
brobecke [Fri, 16 Aug 2002 17:56:17 +0000 (17:56 +0000)]
    * infrun.c (handle_inferior_event): When receiving a SIGTRAP
        signal, check whether we hit a breakpoint before checking for a
        single step breakpoint. Otherwise, GDB fails to notice that a
        breakpoint has been hit when stepping onto a breakpoint.

21 years ago * gdb-events.sh (clear_gdb_event_hooks): New function.
kseitz [Fri, 16 Aug 2002 16:09:07 +0000 (16:09 +0000)]
    * gdb-events.sh (clear_gdb_event_hooks): New function.
        * gdb-events.c: Regenerate.
        * gdb-events.h: Regenerate.

21 years ago* breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
cagney [Fri, 16 Aug 2002 15:37:53 +0000 (15:37 +0000)]
* breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
not_a_sw_breakpoint.
* breakpoint.h (bpstat_stop_status): Add parameter names.

21 years ago * remote.c (remote_insert_hw_breakpoint)
graces [Fri, 16 Aug 2002 14:52:12 +0000 (14:52 +0000)]
* remote.c (remote_insert_hw_breakpoint)
(remote_remove_hw_breakpoint): Fix calculation of length field
for Z-packet.

21 years agoPut a newline after display an unknown dynamic type.
nickc [Fri, 16 Aug 2002 14:41:15 +0000 (14:41 +0000)]
Put a newline after display an unknown dynamic type.

21 years agoCope with demangling function names that include a double underscore.
nickc [Fri, 16 Aug 2002 11:44:03 +0000 (11:44 +0000)]
Cope with demangling  function names that include a double underscore.

21 years agooops - fix typo in previous delta
nickc [Fri, 16 Aug 2002 09:38:09 +0000 (09:38 +0000)]
oops - fix typo in previous delta

21 years agoFix assembly of "callt 0x3f"
nickc [Fri, 16 Aug 2002 07:01:46 +0000 (07:01 +0000)]
Fix assembly of "callt 0x3f"

21 years ago2002-08-15 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 16 Aug 2002 04:10:22 +0000 (04:10 +0000)]
2002-08-15  Michael Snyder  <msnyder@redhat.com>

* config/mips/tm-mips.h (FUNCTION_START_OFFSET, IN_SIGTRAMP,
REGISTER_VIRTUAL_SIZE): Delete.
(REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
from macros to functions.

* mips-tdep.c (mips_register_convert_from_type,
        mips_register_convert_to_type): New functions.
        (mips_gdbarch_init): Set up function_start_offset,
register_virtual_size, pc_in_sigtramp.

21 years ago2002-08-15 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 16 Aug 2002 03:07:33 +0000 (03:07 +0000)]
2002-08-15  Michael Snyder  <msnyder@redhat.com>

* mips-tdep.c (mips_do_registers_info): Make static.
        (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
        * config/mips/tm-mips.h (DO_REGISTERS_INFO): Delete.

21 years ago2002-08-15 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 16 Aug 2002 02:36:48 +0000 (02:36 +0000)]
2002-08-15  Michael Snyder  <msnyder@redhat.com>

* mips-tdep.c (mips_gdbarch_init): Set gdbarch read_sp to
mips_read_sp.
        * config/mips/tm-mips.h (TARGET_READ_SP): Delete.

21 years ago2002-08-15 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 16 Aug 2002 02:01:50 +0000 (02:01 +0000)]
2002-08-15  Michael Snyder  <msnyder@redhat.com>

* irix5-nat.c (supply_gregset): Allocate plenty-big buffer
(32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
(supply_fpregset): Ditto.

21 years ago2002-08-15 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 16 Aug 2002 01:23:16 +0000 (01:23 +0000)]
2002-08-15  Michael Snyder  <msnyder@redhat.com>

* config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
* mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
(mips_register_convertible, mips_register_convert_to_virtual,
mips_register_convert_to_raw): Make static.

21 years ago* config/tc-mips.c (macro_build_jalr): Make sure we generate
aoliva [Fri, 16 Aug 2002 00:58:11 +0000 (00:58 +0000)]
* config/tc-mips.c (macro_build_jalr): Make sure we generate
the fix-up against on the right frag.
(s_cpsetup): Likewise.  Parse third argument as expression, to
handle global symbols and forward/backward labels correctly.

21 years ago2002-08-15 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 16 Aug 2002 00:27:45 +0000 (00:27 +0000)]
2002-08-15  Andrew Cagney  <ac131313@redhat.com>

* infcmd.c (vector_info): New function.
(_initialize_infcmd): Add command "info vector".
(print_vector_info): New function.

* gdbarch.sh (PRINT_VECTOR_INFO): New method
* gdbarch.h, gdbarch.c: Regenerate.

Index: doc/ChangeLog
2002-08-15  Andrew Cagney  <ac131313@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Document
PRINT_VECTOR_INFO.
* gdb.texinfo (Vector Unit): Document "info vectors" command.

21 years ago * ld-discard/discard.exp: xfail targets using generic linker.
amodra [Fri, 16 Aug 2002 00:17:09 +0000 (00:17 +0000)]
* ld-discard/discard.exp: xfail targets using generic linker.
* ld-discard/extern.d: Allow "data" to be reduced to a section sym.

21 years ago2002-08-15 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 16 Aug 2002 00:13:03 +0000 (00:13 +0000)]
2002-08-15  Andrew Cagney  <ac131313@redhat.com>

* infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
``print_all''.  Only print vector registers when ``print_all''.

21 years ago * gas/all/gas.exp (forward references): Don't test c30.
amodra [Fri, 16 Aug 2002 00:06:03 +0000 (00:06 +0000)]
* gas/all/gas.exp (forward references): Don't test c30.
* gas/d30v/guard-debug.d: Use -gstabs rather than -g.
* gas/elf/ehopt0.s: Don't use "$" in labels.
* gas/ieee-fp/x930509a.exp: Don't test c30.
* gas/m68hc11/malis.d: Adjust -I so that test runs when not building
in source dir.
* gas/mri/mri.exp: Don't run on "m68hc*".
* gas/sh/basic.exp (do_fp): Match LE too.
(pcrel-coff): Run this version for "sh*-pe*" and rename "sh*-hms" to
"sh*-rtems".
* gas/sh/pcrel-coff.d: Add -EB to objdump flags.
* gas/vtable/vtable.exp: Don't run on linuxecoff.  setup_xfail in
preference to not running on ELF targets that might one day pass.
Add more xfails.  Add more targets to the REL list.

21 years ago2002-08-15 Andrew Cagney <ac131313@redhat.com>
cagney [Fri, 16 Aug 2002 00:01:59 +0000 (00:01 +0000)]
2002-08-15  Andrew Cagney  <ac131313@redhat.com>

* i387-tdep.h (i387_print_float_info): Add `args' parameter.
* i387-tdep.c (i387_print_float_info): Add `args' parameter.

21 years ago*** empty log message ***
gdbadmin [Fri, 16 Aug 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Fri, 16 Aug 2002 00:00:03 +0000 (00:00 +0000)]
daily update

21 years ago2002-08-15 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 15 Aug 2002 23:41:20 +0000 (23:41 +0000)]
2002-08-15  Andrew Cagney  <ac131313@redhat.com>
* gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
Add `args' parameter.
* gdbarch.h, gdbarch.c: Regenerate.

* arm-tdep.c (arm_print_float_info): Add the parameter `args'.

* infcmd.c (float_info): Call print_float_info.
(print_float_info): New function.  By default, print the
floating-point registers.

* arch-utils.h (default_print_float_info): Delete declaration.
* arch-utils.c (default_print_float_info): Delete function.

21 years ago * binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,
amodra [Thu, 15 Aug 2002 23:41:18 +0000 (23:41 +0000)]
* binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,
tic80, tms320c30.
* binutils-all/objcopy.exp (simple copy): Revise xfails.

21 years ago* config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
kettenis [Thu, 15 Aug 2002 23:21:34 +0000 (23:21 +0000)]
* config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
out define.

21 years agoRemove bfd/ prefix from files.
amodra [Thu, 15 Aug 2002 23:19:28 +0000 (23:19 +0000)]
Remove bfd/ prefix from files.

21 years ago* i387-tdep.c (i387_print_float_info): Add comment about ignoring
kettenis [Thu, 15 Aug 2002 23:06:54 +0000 (23:06 +0000)]
* i387-tdep.c (i387_print_float_info): Add comment about ignoring
FRAME.

21 years ago* NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
kettenis [Thu, 15 Aug 2002 22:51:39 +0000 (22:51 +0000)]
* NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
* configure.host: Make i[3456]86-*-aix host obsolete.
* configure.tgt: Make i[3456]86-*-aix target obsolete.
* config/i386/i386aix.mh, config/i386/i386aix.mt,
config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
config/i386/xm-i386aix.h: Make files obsolete.
* i386aix-nat.c: Make file obsolete.
* Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
(i386aix-nat.o): Make target obsolete.

21 years ago* config/i386/nm-gnu.h: Removed.
kettenis [Thu, 15 Aug 2002 22:23:59 +0000 (22:23 +0000)]
* config/i386/nm-gnu.h: Removed.
* config/i386/nm-i386gnu.h: New file.
(THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
Moved here from ...
* config/i386/tm-i386gnu.h: ... here.  Removed.
* config/i386/xm-i386gnu.h: Removed.
* config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
(NAT_FILE): Set to nm-i386gnu.h.
* config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
* i386-tdep.c: New file.
* Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
(i386gnu-tdep.o): Specify dependencies.

21 years ago* config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
kettenis [Thu, 15 Aug 2002 21:16:15 +0000 (21:16 +0000)]
* config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
"i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
Adjust a few comments to reflect reality a bit closer.
(KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
target_insert_watchpoint, target_remove_watchpoint):
Move defines to ...
* config/i386/nm-i386sco5.h: ... here.
(kernel_u_size): Add prototype.  Improve a few comments and add
protection against multiple inclusion.

21 years ago* dcrt0.cc: Modify define for CYGWIN_GUARD.
cgf [Thu, 15 Aug 2002 20:34:49 +0000 (20:34 +0000)]
* dcrt0.cc: Modify define for CYGWIN_GUARD.
(alloc_stack_hard_way): Just use CYGWIN_GUARD in VirtualAlloc call.

21 years agopresent tense
cgf [Thu, 15 Aug 2002 20:24:16 +0000 (20:24 +0000)]
present tense

21 years ago* config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
kettenis [Thu, 15 Aug 2002 19:34:56 +0000 (19:34 +0000)]
* config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
out define.

21 years ago* uw-thread.c (SP_ARG0): Define if not already defined.
kettenis [Thu, 15 Aug 2002 19:00:45 +0000 (19:00 +0000)]
* uw-thread.c (SP_ARG0): Define if not already defined.
* config/i386/tm-i386.h (SO_ARG0): Remove define.

21 years ago* config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
kettenis [Thu, 15 Aug 2002 18:49:51 +0000 (18:49 +0000)]
* config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.

21 years ago*** empty log message ***
kettenis [Thu, 15 Aug 2002 18:38:43 +0000 (18:38 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
kettenis [Thu, 15 Aug 2002 18:36:42 +0000 (18:36 +0000)]
*** empty log message ***

21 years ago* config/i386/tm-i386.h: Don't include "regcache.h".
kettenis [Thu, 15 Aug 2002 18:35:08 +0000 (18:35 +0000)]
* config/i386/tm-i386.h: Don't include "regcache.h".

21 years ago * README: Massive update.
kseitz [Thu, 15 Aug 2002 18:00:17 +0000 (18:00 +0000)]
    * README: Massive update.

21 years ago* i387-tdep.h (i387_print_float_info): New prototype.
kettenis [Thu, 15 Aug 2002 17:36:55 +0000 (17:36 +0000)]
* i387-tdep.h (i387_print_float_info): New prototype.
* i387-tdep.c (print_i387_value, print_i387_ext,
print_i387_status_word, print_i387_control_word): Add `struct
ui_file *' argument and use it for output.
(i387_print_float_info): Renamed from i387_float_info.  Add
`struct gdbarch *' and `struct ui_file *' arguments and use the
latter for output.
* i386-tdep.c: Include "i387-tdep.h".
(i386_gdbarch_init): Set print_float_info.
* config/i386/tm-i386.h (i387_float_info): Remove prototype.
(FLOAT_INFO): Remove define.

21 years ago* gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
kettenis [Thu, 15 Aug 2002 17:18:49 +0000 (17:18 +0000)]
* gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2002-07-24 change that removes final dots from error messages.

21 years agomake comment more accurate.
cgf [Thu, 15 Aug 2002 15:46:27 +0000 (15:46 +0000)]
make comment more accurate.

21 years agoCatch and ignore SWIs of -1, they can be caused by an interrupted system
nickc [Thu, 15 Aug 2002 14:28:55 +0000 (14:28 +0000)]
Catch and ignore SWIs of -1, they can be caused by an interrupted system
call being resumed by GDB.

21 years ago * readelf.c: Include elf/i370.h.
amodra [Thu, 15 Aug 2002 12:22:39 +0000 (12:22 +0000)]
* readelf.c: Include elf/i370.h.
(dump_relocations): Handle EM_S370.
(dynamic_segment_parisc_val): Print \n.
(process_dynamic_segment <DT_BIND_NOW>): Here too.

21 years ago * elf32-i370.c: Move reloc enum to include/elf/i370.h.
amodra [Thu, 15 Aug 2002 12:21:39 +0000 (12:21 +0000)]
* elf32-i370.c: Move reloc enum to include/elf/i370.h.

21 years ago * i370.h: Define relocs using reloc-macros.h.
amodra [Thu, 15 Aug 2002 12:19:14 +0000 (12:19 +0000)]
* i370.h: Define relocs using reloc-macros.h.

21 years ago * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
hp [Thu, 15 Aug 2002 05:20:53 +0000 (05:20 +0000)]
* elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
missing check for whether the symbol is referenced by DSO before
unexporting it as an unneeded dynamic symbol.

21 years ago * ld-cris/libdso-4.d, ld-cris/undef1.d: New test.
hp [Thu, 15 Aug 2002 05:19:32 +0000 (05:19 +0000)]
* ld-cris/libdso-4.d, ld-cris/undef1.d: New test.

21 years ago*** empty log message ***
gdbadmin [Thu, 15 Aug 2002 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Thu, 15 Aug 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago * include/wincrypt.h (ALG_*): Add defines.
dannysmith [Wed, 14 Aug 2002 23:47:45 +0000 (23:47 +0000)]
* include/wincrypt.h (ALG_*): Add defines.
(CALG_*): Ditto.
(CRYPT_*): Ditto.
(PP_*): Ditto.
(PROV_*): Ditto.
(PRIVATEKEYBLOB): Add define.

21 years ago * ld-sh/sh64/shdl64.xd: Adjust as type of linker-script-symbols
hp [Wed, 14 Aug 2002 21:57:39 +0000 (21:57 +0000)]
* ld-sh/sh64/shdl64.xd: Adjust as type of linker-script-symbols
is no longer set to object.
(Forgotten commit)

21 years ago * include/unistd.h: Add include of process.h.
earnie [Wed, 14 Aug 2002 21:08:43 +0000 (21:08 +0000)]
* include/unistd.h: Add include of process.h.

21 years ago * README.GDBTK: Updated and renamed to README.
kseitz [Wed, 14 Aug 2002 20:09:20 +0000 (20:09 +0000)]
    * README.GDBTK: Updated and renamed to README.
        * README: "New" file.

21 years ago2002-08-13 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 14 Aug 2002 19:17:39 +0000 (19:17 +0000)]
2002-08-13  Michael Snyder  <msnyder@redhat.com>

* mips-tdep.c (mips_push_arguments): Rename to
mips_eabi_push_arguments, and tune for EABI.
(MIPS_REGS_HAVE_HOME_P): Delete.
(struct gdbarch_tdep): Remove mips_regs_have_home_p field.
(mips_gdbarch_init): Set gdbarch push_arguments for eabi.
Delete references to mips_regs_have_home_p.

21 years ago * Makefile.in (install-gdbtk): Create insight plugin directory.
kseitz [Wed, 14 Aug 2002 18:13:30 +0000 (18:13 +0000)]
    * Makefile.in (install-gdbtk): Create insight plugin directory.
        Install plugins.tcl file.

21 years ago * library/srcbar.itcl (create_plugin_menu): Deal with
kseitz [Wed, 14 Aug 2002 18:10:49 +0000 (18:10 +0000)]
    * library/srcbar.itcl (create_plugin_menu): Deal with
        multi plugin directories.
        Catch any errors that might occur reading plugin.tcl.
        * library/main.tcl: Add plugins from new default directory.
        (INSIGHT_PLUGINS): New environment variable to point to other
        plugin directories.

21 years ago * library/plugins: Removed.
kseitz [Wed, 14 Aug 2002 18:09:24 +0000 (18:09 +0000)]
    * library/plugins: Removed.
        * plugins/: New folder to hold plugins.
        * Makefile.am, Makefile.in, aclocal.m4, configure,
        configure.in: New files.

21 years agoRemoved. Moved to ../plugins, since the plugins could contain host-specific
kseitz [Wed, 14 Aug 2002 18:06:46 +0000 (18:06 +0000)]
Removed. Moved to ../plugins, since the plugins could contain host-specific
code.

21 years agoAdd improved support for plugin handling. Much of the plugins have simply
kseitz [Wed, 14 Aug 2002 18:06:06 +0000 (18:06 +0000)]
Add improved support for plugin handling. Much of the plugins have simply
been copied from ../library/plugins.

21 years ago * configure.in: Move SUBDIRS to near top of the file so that
kseitz [Wed, 14 Aug 2002 17:43:15 +0000 (17:43 +0000)]
    * configure.in: Move SUBDIRS to near top of the file so that
        --enable options may add things to it.
        If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
        * configure: Regenerate.

21 years ago * include/shlobj.h (SHGetFolderPath): Add define.
earnie [Wed, 14 Aug 2002 16:43:40 +0000 (16:43 +0000)]
* include/shlobj.h (SHGetFolderPath): Add define.
* lib/shell32.def (SHGetSpecialFolderPath): Add export.
(SHGetFolderPath): Ditto.

21 years ago2002-08-14 H.J. Lu <hjl@gnu.org>
hjl [Wed, 14 Aug 2002 16:42:56 +0000 (16:42 +0000)]
2002-08-14  H.J. Lu <hjl@gnu.org>

* libbfd.h: Regenerate.

21 years agoCatch attempts to create strings in the abs section.
nickc [Wed, 14 Aug 2002 16:38:14 +0000 (16:38 +0000)]
Catch attempts to create strings in the abs section.

21 years agoOnly define TC_VALIDATE_FIX for ELF builds
nickc [Wed, 14 Aug 2002 16:33:58 +0000 (16:33 +0000)]
Only define TC_VALIDATE_FIX for ELF builds

21 years ago * generic/gdbtk.c (view_command): New function to display
kseitz [Wed, 14 Aug 2002 15:44:24 +0000 (15:44 +0000)]
    * generic/gdbtk.c (view_command): New function to display
        location in source window.
        (gdbtk_init): Add new gdb "view" command.

21 years agoAdd "want64=yes" to 32bit Linux/mips.
hjl [Wed, 14 Aug 2002 15:18:54 +0000 (15:18 +0000)]
Add "want64=yes" to 32bit Linux/mips.

21 years agooops - omitted from previous delta
nickc [Wed, 14 Aug 2002 15:13:09 +0000 (15:13 +0000)]
oops - omitted from previous delta

21 years agoReplace 'gnu-new-abi' with 'gnu-v3'
nickc [Wed, 14 Aug 2002 15:12:07 +0000 (15:12 +0000)]
Replace 'gnu-new-abi' with 'gnu-v3'

21 years agoAlways enable 64bit targets for 32bit Linux/mips.
hjl [Wed, 14 Aug 2002 15:05:40 +0000 (15:05 +0000)]
Always enable 64bit targets for 32bit Linux/mips.

21 years agoFix compiling for COFF targets.
nickc [Wed, 14 Aug 2002 13:27:05 +0000 (13:27 +0000)]
Fix compiling for COFF targets.
Some minor formatting tidyups.

21 years agoDon't warn about ALT use with non-VIRTKEY.
nickc [Wed, 14 Aug 2002 10:44:54 +0000 (10:44 +0000)]
Don't warn about ALT use with non-VIRTKEY.

21 years ago * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
ciceron [Wed, 14 Aug 2002 08:14:30 +0000 (08:14 +0000)]
* elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
instructions.
(m68hc11_direct_relax): New to define table of relaxable instructions.
(find_relaxable_insn): New, find a relaxable insn.
(compare_reloc): New to compare two relocs.
(m68hc11_elf_relax_section): New, relax text sections.
(m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
(elf32_m68hc11_check_relocs): New function for GC support.
(elf32_m68hc11_relocate_section): New function for GC support.
(bfd_elf32_bfd_relax_section): Define to support linker relaxation.
(elf_backend_check_relocs): Likewise.
(elf_backend_relocate_section): Likewise.

21 years ago2002-08-14 H.J. Lu <hjl@gnu.org>
hjl [Wed, 14 Aug 2002 07:24:55 +0000 (07:24 +0000)]
2002-08-14  H.J. Lu <hjl@gnu.org>

* gas/mips/elempic.d: Treat "addiu" and "daddiu" as equivalent
when $0 is source.
* gas/mips/telempic.d: Likewise.
* gas/mips/telempic.d: Likewise.