OSDN Git Service

pf3gnuchains/sourceware.git
20 years ago2004-03-12 Michal Ludvig <mludvig@suse.cz>
mludvig [Fri, 12 Mar 2004 13:38:46 +0000 (13:38 +0000)]
2004-03-12  Michal Ludvig  <mludvig@suse.cz>

* i386.h (i386_optab): Added xstore as an alias for xstorerng.

20 years ago2004-03-12 Michal Ludvig <mludvig@suse.cz>
mludvig [Fri, 12 Mar 2004 13:38:16 +0000 (13:38 +0000)]
2004-03-12  Michal Ludvig  <mludvig@suse.cz>

* i386-dis.c (GRPPLOCK): Delete.
(grps): Detele GRPPLOCK entry.

20 years ago2004-03-12 Michal Ludvig <mludvig@suse.cz>
mludvig [Fri, 12 Mar 2004 13:37:36 +0000 (13:37 +0000)]
2004-03-12  Michal Ludvig  <mludvig@suse.cz>

* gas/i386/padlock.s, gas/i386/padlock.d: New tests for
VIA PadLock instructions.
* gas/i386/i386.exp: Run padlock tests.

20 years ago * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
amodra [Fri, 12 Mar 2004 13:06:48 +0000 (13:06 +0000)]
* i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
(M, Mp): Use OP_M.
(None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
(GRPPADLCK): Define.
(dis386): Use NOP_Fixup on "nop".
(dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
(twobyte_has_modrm): Set for 0xa7.
(padlock_table): Delete.  Move to..
(grps): ..here, using OP_0f07.  Use OP_Ofae on lfence, mfence
and clflush.
(print_insn): Revert PADLOCK_SPECIAL code.
(OP_E): Delete sfence, lfence, mfence checks.

* gas/i386/katmai.d: Revert last change.

20 years agoIgnore data-only sections when checking interworking status
nickc [Fri, 12 Mar 2004 11:57:05 +0000 (11:57 +0000)]
Ignore data-only sections when checking interworking status

20 years ago * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
jakub [Fri, 12 Mar 2004 10:47:47 +0000 (10:47 +0000)]
* i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
(INVLPG_Fixup): New function.
(PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.

* opcode/i386.h (i386_optab): Remove CpuNo64 from sysenter and
sysexit.

20 years ago2004-03-12 Michal Ludvig <mludvig@suse.cz>
mludvig [Fri, 12 Mar 2004 10:14:27 +0000 (10:14 +0000)]
2004-03-12  Michal Ludvig  <mludvig@suse.cz>

* gas/config/tc-i386.c (output_insn): Handle PadLock instructions.
* gas/config/tc-i386.h (CpuPadLock): New define.
(CpuUnknownFlags): Added CpuPadLock.
* include/opcode/i386.h (i386_optab): Added xstore/xcrypt insns.
* opcodes/i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
(dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
(padlock_table): New struct with PadLock instructions.
(print_insn): Handle PADLOCK_SPECIAL.

20 years ago * exceptions.cc (sigpacket::process): Simplify code slightly.
corinna [Fri, 12 Mar 2004 08:22:22 +0000 (08:22 +0000)]
* exceptions.cc (sigpacket::process): Simplify code slightly.

20 years agoopcodes/
amodra [Fri, 12 Mar 2004 07:01:36 +0000 (07:01 +0000)]
opcodes/
* i386-dis.c (grps): Use clflush by default for 0x0fae/7.
(OP_E): Twiddle clflush to sfence here.

gas/testsuite/
* gas/i386/katmai.d: Adjust for clflush change.

20 years ago* cygtls.h (waitq): Declare structure here.
cgf [Fri, 12 Mar 2004 03:09:27 +0000 (03:09 +0000)]
* cygtls.h (waitq): Declare structure here.
(_cygtls::wq): Declare.
* cygtls.cc (_cygtls::fixup_after_fork): Clear wq.thread_ev to avoid using an
invalid event handle in forked process.
* dcrt0.cc (waitq_storage): Delete.
(threadstuff): Remove waitq_storage.
* perthread.h (per_thread_waitq): Delete.
(waitq_storage): Delete declaration.
* sigproc.cc (sigproc_init): Remove perthread waitq consideration.
* sigproc.h (waitq): Delete declaration.
* wait.cc (wait4): Use _my_tls waitq structure rather than per_thread.
* cygtls.h (_cygtls::newmask): Delete member.
(_cygtls::deltamask): New member.
* gendef (_sigdelayed): Replace the call to set_process_mask by a call to
set_process_mask_delta.
* exceptions.cc (handle_sigsuspend): Do not filter tempmask.  Or
SIG_NONMASKABLE in deltamask as a flag.
(_cygtls::interrupt_setup): Set deltamask only.
(set_process_mask_delta): New function.
(_cygtls::call_signal_handler): Replace the first call to set_process_mask by a
call to set_process_mask_delta.
* tlsoffsets.h: Regenerate.

20 years ago* cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.
cgf [Fri, 12 Mar 2004 02:07:38 +0000 (02:07 +0000)]
* cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.
* exceptions.cc: Remove some __I386__ conditionals.
(handle_exceptions): Move ppid test to outside of a loop for efficiency.
(setup_handler): Make debugging output more wordy.
(_cygtls::call_signal_handler): To avoid a race, use lock/unlock to synchronize
with signal thread and ensure that signal_arrived event has actually been set.
* gendef (_sigfe): Use ebx for all sigstack manipulations to ensure that the
register is saved.  Move setting of incyg to within stack lock to avoid
setup_handler confusion.
(_sigbe): Use ebx for all sigstack manipulations to ensure that the register is
saved.
(_cygtls::pop): Ditto.
(_cygtls::lock): Ditto.
(stabilize_sig_stack): Ditto.
(setjmp): Ditto.
(longjmp): Ditto.

20 years ago*** empty log message ***
gdbadmin [Fri, 12 Mar 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-03-11 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 11 Mar 2004 23:51:57 +0000 (23:51 +0000)]
2004-03-11  Andrew Cagney  <cagney@redhat.com>

* solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.

20 years agodaily update
amodra [Thu, 11 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-03-11 Kazu Hirata <kazu@cs.umass.edu>
jjohnstn [Thu, 11 Mar 2004 21:18:31 +0000 (21:18 +0000)]
2004-03-11  Kazu Hirata  <kazu@cs.umass.edu>

        * libc/sys/h8300hms/Makefile.am (lib_a_SOURCES): Replace
        _exit.c with _exit.S.
        * libc/sys/h8300hms/Makefile.in: Regenerate.
        * libc/sys/h8300hms/_exit.c: Remove.
        * libc/sys/h8300hms/_exit.S: New.

20 years ago2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
dj [Thu, 11 Mar 2004 18:30:52 +0000 (18:30 +0000)]
2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
            Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/14522
* configure.in: Cope with shell that do not support nesting
quotes inside quoted backquote substitutions.
* configure: Regenerate.

2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>

PR bootstrap/14522
* configure.in: Fix escaping of $.
* configure: Regenerate.

20 years ago * solist.h (master_so_list): New function.
kevinb [Thu, 11 Mar 2004 17:04:39 +0000 (17:04 +0000)]
* solist.h (master_so_list): New function.
* solib.c (master_so_list): Likewise.
* solib-svr4.c (enable_break): Iterate over so_list entries
obtained from master list instead of entries obtained directly
via svr4_current_sos().

20 years ago * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.
dannysmith [Thu, 11 Mar 2004 09:41:08 +0000 (09:41 +0000)]
* include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.
* include/direct.h:  Ditto.
* include/dirent.h:  Ditto.
* include/dos.h:  Ditto.
* include/excpt.h:  Ditto.
* inlude/fcntl,h
* include/io.h:  Ditto.
* inlude/mem.h:  Ditto.
* include/memory.h:  Ditto.
* include/process.h:  Ditto.
* inlude/search.h:  Ditto.
* include/share.h:  Ditto.
* include/unistd.h:  Ditto.
* include/sys/fcntl.h:  Ditto.
* include/file.h:  Ditto.
* include/sys/locking.h:  Ditto.
* include/sys/param.h:  Ditto.
* include/sys/stat,h
* include/sys/time.h:  Ditto.
* include/sys/timeb.h:  Ditto.
* include/sys/types.h:  Ditto.
* include/sys/unistd.h:  Ditto.
* include/sys/utime.h:  Ditto.

20 years ago(top level)
neroden [Thu, 11 Mar 2004 05:15:28 +0000 (05:15 +0000)]
(top level)
2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure: Regenerate.

2004-03-08  Paolo Bonzini  <bonzini@gnu.org>

PR ada/14131
Move language detection to the top level.
* configure.in: Find default values for the tools as
soon as possible.  Disable ada if GNAT is not found.
Emit error message about missing languages.  Expand
--enable-languages=all for the gcc subdirectory.

(config)
2004-03-08  Paolo Bonzini  <bonzini@gnu.org>

PR ada/14131
Move language detection to the top level.
* acx.m4 (ACX_PROG_GNAT): New macro, moved here
from the gcc subdirectory.

2004-03-09  Hans-Peter Nilsson  <hp@axis.com>

* accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with
"-c".  Properly quote parameter for AC_MSG_ERROR.

20 years ago(top level)
neroden [Thu, 11 Mar 2004 05:15:16 +0000 (05:15 +0000)]
(top level)
2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure: Regenerate.

2004-03-08  Paolo Bonzini  <bonzini@gnu.org>

PR ada/14131
Move language detection to the top level.
* configure.in: Find default values for the tools as
soon as possible.  Disable ada if GNAT is not found.
Emit error message about missing languages.  Expand
--enable-languages=all for the gcc subdirectory.

(config)
2004-03-08  Paolo Bonzini  <bonzini@gnu.org>

PR ada/14131
Move language detection to the top level.
* acx.m4 (ACX_PROG_GNAT): New macro, moved here
from the gcc subdirectory.

2004-03-09  Hans-Peter Nilsson  <hp@axis.com>

* accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with
"-c".  Properly quote parameter for AC_MSG_ERROR.

20 years ago*** empty log message ***
gdbadmin [Thu, 11 Mar 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Wed, 10 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-03-10 Al Slater <al.slater@scluk.com>
dannysmith [Wed, 10 Mar 2004 20:00:20 +0000 (20:00 +0000)]
2004-03-10  Al Slater  <al.slater@scluk.com>

* include/winsock2.h: Add missing LPFN_ typdefs for
function pointers.
Clean up whitespace.

20 years agoAdd support for fetching FR-V loadmaps.
kevinb [Wed, 10 Mar 2004 18:42:19 +0000 (18:42 +0000)]
Add support for fetching FR-V loadmaps.

20 years agoEnable thread support for Linux running on FR-V.
kevinb [Wed, 10 Mar 2004 18:37:11 +0000 (18:37 +0000)]
Enable thread support for Linux running on FR-V.

20 years agoEnable thread support for linux running on FR-V.
kevinb [Wed, 10 Mar 2004 18:36:47 +0000 (18:36 +0000)]
Enable thread support for linux running on FR-V.

20 years ago * ptrace-target.c (ptrace_create_child): Use vfork() instead of
kevinb [Wed, 10 Mar 2004 17:56:43 +0000 (17:56 +0000)]
* ptrace-target.c (ptrace_create_child): Use vfork() instead of
fork().  Use PTRACE_ATTACH to attach to an existing process.
* server.c (usage): Update to include text about "-a".
(main): Allow use of -a switch to attach to an existing process.

20 years ago * MAINTAINERS: Update my mail address.
bje [Wed, 10 Mar 2004 02:58:23 +0000 (02:58 +0000)]
* MAINTAINERS: Update my mail address.

20 years agomerge from gcc
dj [Wed, 10 Mar 2004 01:02:12 +0000 (01:02 +0000)]
merge from gcc

20 years ago2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
ksakamot [Wed, 10 Mar 2004 00:18:43 +0000 (00:18 +0000)]
2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>

* remote-m32r-sdi.c: Support hardware watchpoint.

20 years agomerge from gcc
dj [Wed, 10 Mar 2004 00:01:27 +0000 (00:01 +0000)]
merge from gcc

20 years ago*** empty log message ***
gdbadmin [Wed, 10 Mar 2004 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Tue, 9 Mar 2004 23:00:16 +0000 (23:00 +0000)]
daily update

20 years ago2004-03-09 Thomas Pfaff <tpfaff@gmx.net>
jjohnstn [Tue, 9 Mar 2004 21:27:36 +0000 (21:27 +0000)]
2004-03-09  Thomas Pfaff  <tpfaff@gmx.net>

        * libc/stdio/findfp.c (__sfp): Rename lock to __sfp_lock.
        Change __sfp_lock to static global.
        (__fp_lock): New static function.
        (__fp_unlock): Ditto.
        (__fp_lock_all): New function.
        (__fp_unlock_all): Ditto.

20 years agoPatch from Steve Ellcey for potential race condition.
wilson [Tue, 9 Mar 2004 20:50:56 +0000 (20:50 +0000)]
Patch from Steve Ellcey for potential race condition.
* elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.

20 years ago * user-regs.c: Update copyright years.
drow [Tue, 9 Mar 2004 20:03:36 +0000 (20:03 +0000)]
* user-regs.c: Update copyright years.
(struct user_regs): Rename to gdb_user_regs.
(append_user_reg, builtin_user_regs, user_regs_init)
(user_reg_add, user_reg_map_name_to_regnum)
(usernum_to_user_reg): Update.

20 years ago * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
drow [Tue, 9 Mar 2004 19:38:09 +0000 (19:38 +0000)]
* dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
(skip_children): New functions.
(locate_pdi_sibling): Call skip_children.

20 years ago2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
chastain [Tue, 9 Mar 2004 17:34:39 +0000 (17:34 +0000)]
2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>

From Corinna Vinschen with modifications.
* gdb.cp/classes.cc (enums1): Add a line to extend scope of
local variable obj_with_enum.
* gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
results with obj_with_enum.

20 years ago2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
chastain [Tue, 9 Mar 2004 17:11:55 +0000 (17:11 +0000)]
2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/classes.cc: New file, copied from misc.cc.
* gdb.cp/classes.exp: Use classes.cc rather than misc.cc.

20 years ago * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
drow [Tue, 9 Mar 2004 17:08:24 +0000 (17:08 +0000)]
* arm-tdep.c (arm_use_struct_convention): Look through typedefs.
* gdbtypes.c (check_typedef): Update comments.

20 years ago2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
chastain [Tue, 9 Mar 2004 17:02:06 +0000 (17:02 +0000)]
2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/misc.cc: Add copyright notice.

20 years ago * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
drow [Tue, 9 Mar 2004 16:57:40 +0000 (16:57 +0000)]
* dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
(struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
pointer.  Update comment about comp_unit_head.
(struct abbrev_info): Shorten two int flags.
(dwarf_alloc_abbrev): Take a CU argument.
(dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
each time through the loop.  Update cleanup argument.
(psymtab_to_symtab_1): Update cleanup call.
(dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
abbrev_obstack.
(dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
Just call obstack_free and clear the pointer.

20 years ago * infrun.c (handle_inferior_event): Remove short-circuit code for
drow [Tue, 9 Mar 2004 16:40:07 +0000 (16:40 +0000)]
* infrun.c (handle_inferior_event): Remove short-circuit code for
events in a different thread.

20 years ago * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
drow [Tue, 9 Mar 2004 16:16:51 +0000 (16:16 +0000)]
* target.c (debug_to_xfer_memory): If targetdebug is 1, don't
print the whole transfer.
(initialize_targets): Update description of "set debug target".

20 years ago * gdb.texinfo (Debugging Output): Document values for "set debug
drow [Tue, 9 Mar 2004 16:16:35 +0000 (16:16 +0000)]
* gdb.texinfo (Debugging Output): Document values for "set debug
target".

20 years ago * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
drow [Tue, 9 Mar 2004 15:44:25 +0000 (15:44 +0000)]
* arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.

20 years agomerge from gcc
dj [Tue, 9 Mar 2004 05:31:00 +0000 (05:31 +0000)]
merge from gcc

20 years ago* fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK.
cgf [Tue, 9 Mar 2004 02:51:25 +0000 (02:51 +0000)]
* fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK.
* include/sys/termios.h: Define TIOCSBRK and TIOCCBRK.

20 years ago.
cgf [Tue, 9 Mar 2004 01:29:39 +0000 (01:29 +0000)]
.

20 years ago* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwin
cgf [Tue, 9 Mar 2004 01:24:08 +0000 (01:24 +0000)]
* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwin
function, in an exception, spinning, or locked.
* gendef (_sigfe): Move incyg setting earlier.
(sigreturn): Set incyg flag to avoid interrupting called cygwin functions.
(sigdelayed): Ditto.
(stabilize_sig_stack): Ditto.
* sigproc.cc (proc_subproc): Don't restore process lock early in exec case.
* cygtls.h: Reorganize fields in _cygtls slightly.
* tlsoffsets.h: Regenerate.

20 years ago*** empty log message ***
gdbadmin [Tue, 9 Mar 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Mon, 8 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago * gas/cfi/cfi-s390x-1.d: Adjust offsets.
aj [Mon, 8 Mar 2004 19:12:29 +0000 (19:12 +0000)]
* gas/cfi/cfi-s390x-1.d: Adjust offsets.

20 years ago2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
nathanw [Mon, 8 Mar 2004 17:52:27 +0000 (17:52 +0000)]
2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>

* MAINTAINERS (write after approval): Add myself.

20 years agoHonour the PRIVATE keyword
nickc [Mon, 8 Mar 2004 11:50:36 +0000 (11:50 +0000)]
Honour the PRIVATE keyword

20 years agoHonour PRIVATE keyword
nickc [Mon, 8 Mar 2004 11:33:58 +0000 (11:33 +0000)]
Honour PRIVATE keyword

20 years ago * sh-tdep.c (sh_print_registers_info): Use for loop.
corinna [Mon, 8 Mar 2004 10:18:12 +0000 (10:18 +0000)]
* sh-tdep.c (sh_print_registers_info): Use for loop.
Don't skip multiple registers when a float register is encountered.

20 years ago Fix PR tdep/1291.
corinna [Mon, 8 Mar 2004 10:15:32 +0000 (10:15 +0000)]
Fix PR tdep/1291.
* sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
to official SH documentation.

20 years agoUpdated German translation
nickc [Mon, 8 Mar 2004 10:06:13 +0000 (10:06 +0000)]
Updated German translation

20 years ago2004-03-07 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 8 Mar 2004 01:45:01 +0000 (01:45 +0000)]
2004-03-07  Andrew Cagney  <cagney@redhat.com>

* ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
unused function.

20 years ago*** empty log message ***
gdbadmin [Mon, 8 Mar 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.
rth [Sun, 7 Mar 2004 23:02:01 +0000 (23:02 +0000)]
    * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.

20 years agodaily update
amodra [Sun, 7 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago * arm-tdep.c (thumb_get_next_pc): Handle BX.
drow [Sun, 7 Mar 2004 20:03:11 +0000 (20:03 +0000)]
* arm-tdep.c (thumb_get_next_pc): Handle BX.
(arm_get_next_pc): Handle BX and BLX.

20 years ago2004-03-07 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 7 Mar 2004 19:58:26 +0000 (19:58 +0000)]
2004-03-07  Andrew Cagney  <cagney@redhat.com>

* hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
HPPA_SP_REGNUM.
(hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
(hppa_target_read_fp): Delete.
(hppa_gdbarch_init): Do not set deprecated register_raw_size,
register_virtual_size, max_register_raw_size,
max_register_virtual_size, register_byte, register_size,
target_read_fp, fp_regnum, and register_bytes.  Set register_type
instead of register_virtual_type.
(hppa32_register_type, hppa64_register_type): Replace
hppa32_register_virtual_type and hppa64_register_virtual_type.
* config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
(HPPA_FP_REGNUM): Define.

20 years ago2004-03-07 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 7 Mar 2004 19:21:13 +0000 (19:21 +0000)]
2004-03-07  Andrew Cagney  <cagney@redhat.com>

* hppa-tdep.c (hppa_gdbarch_init): Add missing "break".

20 years ago2004-03-07 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 7 Mar 2004 19:00:40 +0000 (19:00 +0000)]
2004-03-07  Andrew Cagney  <cagney@redhat.com>

* hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
(pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
(pa_strcat_fp_reg, pa_register_look_aside): Delete.
* config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
(pa_do_registers_info): Delete.

20 years agoOops, fix tipo.
cagney [Sun, 7 Mar 2004 18:09:23 +0000 (18:09 +0000)]
Oops, fix tipo.

20 years ago2004-03-07 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 7 Mar 2004 18:06:13 +0000 (18:06 +0000)]
2004-03-07  Andrew Cagney  <cagney@redhat.com>

* infcall.c (legacy_push_dummy_code): Delete #ifdef
GDB_TARGET_IS_HPPA code.
* config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
(hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
(DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
* config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
* hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
(hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
(hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
(hppa_init_extra_frame_info, hppa_saved_pc_after_call)
(hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
(hppa_frameless_function_invocation, hppa64_store_return_value)
(hppa_store_struct_return, hppa64_extract_return_value)
(hppa64_use_struct_convention, hppa_frame_find_saved_regs)
(hppa32_call_dummy_length, hppa64_call_dummy_length)
(find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
(find_proc_framesize, deposit_21, restore_pc_queue)
(find_return_regnum, pc_in_interrupt_handler, deposit_14)
(rp_saved, pc_in_linker_stub):

20 years ago2004-03-07 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 7 Mar 2004 17:19:24 +0000 (17:19 +0000)]
2004-03-07  Andrew Cagney  <cagney@redhat.com>

Unconditionally enable 64-bit frame and ABI code.
* hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
call_dummy_breakpoint_offset, call_dummy_length, stack_align,
push_dummy_frame, fix_call_dummy, push_arguments,
call_dummy_location, extract_return_value, use_struct_convention,
store_return_value, store_struct_return, saved_pc_after_call,
init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
frame_chain, frame_chain_valid, frameless_function_invocation,
frame_saved_pc, and pop_frame.

20 years ago2004-03-07 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 7 Mar 2004 17:06:20 +0000 (17:06 +0000)]
2004-03-07  Andrew Cagney  <cagney@redhat.com>

* hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
(hppa64_return_value, hppa64_push_dummy_call): Rewrite.
(hppa_gdbarch_init): Do not set PC_REGNUM.

20 years agomerge from gcc
dj [Sun, 7 Mar 2004 16:05:21 +0000 (16:05 +0000)]
merge from gcc

20 years ago* doc/c-hppa.texi (HPPA Directives): Fix typo.
schwab [Sun, 7 Mar 2004 15:00:15 +0000 (15:00 +0000)]
* doc/c-hppa.texi (HPPA Directives): Fix typo.

20 years ago * gas/cfi/cfi-x86_64.d: Adjust offsets.
aj [Sun, 7 Mar 2004 10:04:42 +0000 (10:04 +0000)]
* gas/cfi/cfi-x86_64.d: Adjust offsets.

20 years ago * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
rth [Sun, 7 Mar 2004 08:51:20 +0000 (08:51 +0000)]
    * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
        (cfi_finish): Likewise for fde.

        * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
        gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
        gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.

20 years agoadd missing entry
cgf [Sun, 7 Mar 2004 04:58:35 +0000 (04:58 +0000)]
add missing entry

20 years ago* fork.cc (fork_parent): Save parent pid in a temporary variable since child
cgf [Sun, 7 Mar 2004 04:57:47 +0000 (04:57 +0000)]
* fork.cc (fork_parent): Save parent pid in a temporary variable since child
could conceivably exit before function returns, rendering the child's shared
memory area invalid.
* cygtls.h (_cygtls::incyg): Declare new field.
(_cygtls::in_exception): Define new function.
* exceptions.cc (setup_handler): Remove locked flag.  Use 'incyg' flag and
in_exception function to determine when we're in a cygwin function.
(_cygtls::call_signal_handler): Decrement incyg flag prior to calling a
handler.  Increment it on return.
* gendef (_sigfe): Increment incyg flag.  Use testl for zero testing rather
than orl, for consistency.
(_sigbe): Decrement incyg flag.  Use testl for zero testing rather than orl,
for consistency.
(_cygtls::pop): Use testl for zero testing rather than orl, for consistency.
(stabilize_sig_stack): Ditto.

20 years ago* winsup.api/known_bugs.tcl: Remove mknod01 since mknod now works.
cgf [Sun, 7 Mar 2004 04:51:29 +0000 (04:51 +0000)]
* winsup.api/known_bugs.tcl: Remove mknod01 since mknod now works.
* winsup.api/ltp/mknod01.c: Remove root check when running on cygwin.

20 years ago*** empty log message ***
gdbadmin [Sun, 7 Mar 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Sat, 6 Mar 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years agoupdate some documentation
cgf [Sat, 6 Mar 2004 21:43:57 +0000 (21:43 +0000)]
update some documentation

20 years ago* config/alpha/tm-fbsd.h: Remove file.
kettenis [Sat, 6 Mar 2004 13:50:57 +0000 (13:50 +0000)]
* config/alpha/tm-fbsd.h: Remove file.
* config/alpha/fbsd.mt: Tweak comment.
(TM_FILE): Set to tm-alpha.h.

20 years ago2004-03-05 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 6 Mar 2004 00:10:05 +0000 (00:10 +0000)]
2004-03-05  Andrew Cagney  <cagney@redhat.com>

* infrun.c (step_over_function): When non-legacy code, and no
step_frame_id, use the unwinder to get the caller's frame ID.

20 years ago*** empty log message ***
gdbadmin [Sat, 6 Mar 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agoReviewed and approved by Alan Modra <amodra@bigpond.net.au>
fnf [Fri, 5 Mar 2004 23:50:54 +0000 (23:50 +0000)]
Reviewed and approved by Alan Modra <amodra@bigpond.net.au>

2004-03-05  Fred Fish  <fnf@redhat.com>
* elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Just force
mips16 symbols to be even rather than testing first for even/odd.
(_bfd_mips_elf_link_output_symbol_hook): Ditto.

20 years ago* i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
kettenis [Fri, 5 Mar 2004 21:01:55 +0000 (21:01 +0000)]
* i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
bfd_arch_unknown.  Adjust comment.

20 years ago* i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
kettenis [Fri, 5 Mar 2004 20:57:59 +0000 (20:57 +0000)]
* i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
* i386obsd-tdep.c: Correct spelling in comment.
* i386nbsd-tdep.c: Correct spelling in comment.
* sparc-tdep.c: Correct spelling in comments.

20 years ago * ld-scripts/size-1.d: Add bigendian regexps.
nathan [Fri, 5 Mar 2004 19:27:33 +0000 (19:27 +0000)]
* ld-scripts/size-1.d: Add bigendian regexps.
* ld-scripts/size-2.d: Set --wide for readelf.

20 years ago* gendef (sigdelayed): Handle return here rather than going through sigbe to
cgf [Fri, 5 Mar 2004 19:09:03 +0000 (19:09 +0000)]
* gendef (sigdelayed): Handle return here rather than going through sigbe to
ensure that flags are properly restored.

20 years ago2004-03-05 David Carlton <carlton@kealia.com>
carlton [Fri, 5 Mar 2004 17:32:17 +0000 (17:32 +0000)]
2004-03-05  David Carlton  <carlton@kealia.com>

* cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
bug.

2004-03-05  David Carlton  <carlton@kealia.com>

* gdb.cp/rtti.exp: Add 'print *obj3' test.
* gdb.cp/rtti.h: Update copyright.
(namespace n2::n3): New.
* gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
(n2::n3::func3): New.
(main): Call n2::n3::func3.
* gdb.cp/rtti2.cc: Update copyright.
(n2::create3): New.

20 years ago2004-03-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 5 Mar 2004 17:07:11 +0000 (17:07 +0000)]
2004-03-05  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-ia64.c (md_assemble): Properly handle NULL
align_frag.
(ia64_handle_align): Don't abort if failed to add a stop bit.

20 years ago* sparc-tdep.c: Fix typo in comment.
kettenis [Fri, 5 Mar 2004 15:34:28 +0000 (15:34 +0000)]
* sparc-tdep.c: Fix typo in comment.

20 years ago * elf.c (map_sections_to_segments): Ignore .tbss sections for
nathan [Fri, 5 Mar 2004 11:26:04 +0000 (11:26 +0000)]
* elf.c (map_sections_to_segments): Ignore .tbss sections for
layout purposes.

* ldlang.c (lang_add_section): Don't force SEC_LOAD on
SEC_THREAD_LOCAL.
(IGNORE_SECTION): Ignore .tbss sections too.
(lang_size_sections_1): .tbss sections do not advance dot.

* ld-scripts/size.exp: New.
* ld-scripts/size-[12].{d,s,t}: New.

20 years ago2004-03-05 Filip Navara <xnavara@volny.cz>
dannysmith [Fri, 5 Mar 2004 09:01:03 +0000 (09:01 +0000)]
2004-03-05  Filip Navara  <xnavara@volny.cz>

* include/ddk/scsi.h: Replace assert with ASSERT.
* include/ddk/video.h: Ditto.
* include/ddk/winddk.h: Ditto. Remove the assert macro.
* include/ddk/tdi.h: Correct packing.

20 years ago * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
brobecke [Fri, 5 Mar 2004 04:49:52 +0000 (04:49 +0000)]
    * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.

20 years ago * server.c (main): Print child status or termination signal from
drow [Fri, 5 Mar 2004 03:44:26 +0000 (03:44 +0000)]
* server.c (main): Print child status or termination signal from
variable 'signal', not 'sig'.

20 years ago * linux-low.c (linux_read_memory): Change return type to
drow [Fri, 5 Mar 2004 03:43:19 +0000 (03:43 +0000)]
* linux-low.c (linux_read_memory): Change return type to
int.  Check for and return error from ptrace().
* target.c (read_inferior_memory): Change return type to int.  Pass
back return status from the_target->read_memory().
* target.h (struct target_ops): Adapt *read_memory() prototype.
Update comment.
(read_inferior_memory): Adapt prototype.
* server.c (main): Return an error packet if
read_inferior_memory() returns an error.

20 years ago * dwarf2read.c: Add comment describing memory lifetimes.
drow [Fri, 5 Mar 2004 03:30:35 +0000 (03:30 +0000)]
* dwarf2read.c: Add comment describing memory lifetimes.
(struct dwarf2_pinfo): Update comment.
(dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
(read_enumeration, new_symbol): Don't use obsavestring.

20 years ago*** empty log message ***
gdbadmin [Fri, 5 Mar 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Thu, 4 Mar 2004 23:00:04 +0000 (23:00 +0000)]
daily update