OSDN Git Service

pf3gnuchains/sourceware.git
21 years agoFixed configuration of wcwidth.
kewarken [Mon, 3 Mar 2003 14:45:41 +0000 (14:45 +0000)]
Fixed configuration of wcwidth.

21 years ago2003-03-03 Christopher Faylor <cgf@redhat.com>
dannysmith [Mon, 3 Mar 2003 10:27:57 +0000 (10:27 +0000)]
2003-03-03  Christopher Faylor  <cgf@redhat.com>

* mingwex/getopt.c: Refresh from NetBSD sources.

21 years agoInstalled latest Danish translation.
nickc [Mon, 3 Mar 2003 10:08:01 +0000 (10:08 +0000)]
Installed latest Danish translation.

21 years ago* lib/getopt.c: Refresh from NetBSD sources.
cgf [Mon, 3 Mar 2003 04:30:08 +0000 (04:30 +0000)]
* lib/getopt.c: Refresh from NetBSD sources.

21 years ago * Makefile.in (distclean): Remove config.log.
drow [Mon, 3 Mar 2003 03:59:16 +0000 (03:59 +0000)]
* Makefile.in (distclean): Remove config.log.

21 years ago* fhandler_console.cc (fhandler_console::close): Don't decrement in use counter
cgf [Mon, 3 Mar 2003 03:58:10 +0000 (03:58 +0000)]
* fhandler_console.cc (fhandler_console::close): Don't decrement in use counter
if in vfork fixup stage.

21 years ago* scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
cgf [Mon, 3 Mar 2003 02:38:10 +0000 (02:38 +0000)]
* scripttempl/pe.sc: Use PROVIDE with etext, end, _end,

21 years ago * mingwex/getopt.c: New file, copied from cygwin srcs.
dannysmith [Mon, 3 Mar 2003 01:19:41 +0000 (01:19 +0000)]
* mingwex/getopt.c: New file, copied from cygwin srcs.
* include/getopt.h: New file, copied from cygwin srcs.
* include/unistd.h: Include getopt.h.
* mingwex/Makefile.in ((DISTFILES): Add getopt.c.
(POSIX_OBJS): Add getopt.o.

21 years ago*** empty log message ***
gdbadmin [Mon, 3 Mar 2003 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Sun, 2 Mar 2003 23:00:05 +0000 (23:00 +0000)]
daily update

21 years ago* lib/getopt.c: Nuke use of unneeded BSDisms.
cgf [Sun, 2 Mar 2003 22:52:18 +0000 (22:52 +0000)]
* lib/getopt.c: Nuke use of unneeded BSDisms.

21 years agoLeftover from previous commit.
ths [Sun, 2 Mar 2003 22:28:51 +0000 (22:28 +0000)]
Leftover from previous commit.

21 years ago * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
amodra [Sun, 2 Mar 2003 22:07:09 +0000 (22:07 +0000)]
* emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
(PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
PARSE_AND_LIST_EPILOGUE): Don't define.
* emultempl/alphaelf.em: New file.

21 years ago * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
ths [Sun, 2 Mar 2003 21:30:12 +0000 (21:30 +0000)]
* elf32-mips.c (elf_mips_howto_table_rel): Change definition of
R_MIPS_PC16 to rightshift 2.
(elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
(bfd_elf32_bfd_reloc_type_lookup): Support
BFD_RELOC_MIPSEMB_16_PCREL_S2.
* elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
R_MIPS_PC16 to rightshift 2.
(mips_elf64_howto_table_rela): Likewise.
(mips_reloc_map): Map to rightshifted BFD reloc.
* elfn32-mips.c: The same as in elf64-mips.c.
* elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
(mips_elf_calculate_relocation): Handle rightshifted addends for
R_MIPS_PC16.
* reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
MIPS Embedded PIC. Remove superfluous empty COMMENT.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* config/tc-mips.c (append_insn): Add handling of
BFD_RELOC_MIPSEMB_16_PCREL_S2. Avoid emitting unneeded
BFD_RELOC_16_PCREL_S2 relocs and add earlier warnings about
misaligned address and reange overflow.
(macro_build): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2. Add
earlier warnings about misaligned address and reange overflow.
(mips_ip): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
(md_apply_fix): Likewise. Fix warning output.
(tc_gen_reloc): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
Allow BFD_RELOC_16_PCREL_S2 for all ABIs.
(md_convert_frag): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
* gas/mips/bge.d: Reactivate external branch tests.
* gas/mips/bge.s: Likewise.
* gas/mips/bgeu.d: Likewise.
* gas/mips/bgeu.s: Likewise.
* gas/mips/blt.d: Likewise.
* gas/mips/blt.s: Likewise.
* gas/mips/bltu.d: Likewise.
* gas/mips/bltu.s: Likewise.
* gas/mips/branch-misc-2.d: New File.
* gas/mips/branch-misc-2.l: Remove.
* gas/mips/mips.exp: Adjust branch-misc-2 test.

21 years ago* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if
cgf [Sun, 2 Mar 2003 18:37:17 +0000 (18:37 +0000)]
* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if
LoadLibraryEx fails.
* dtable.cc (dtable::dec_console_fds): Eliminate.
(dtable::release): Don't treat console specially.
(dtable::build_fhandler): Ditto.
* dtable.h (console_fds): Eliminate.
(dtable::dec_console_fds): Eliminate.
(dtable::inc_console_fds): Eliminate.
* fhandler.h (fhandler_console::open_fhs): New static element.
* fhandler_console.cc (fhandler_console::open): Increment open_fs.
(fhandler_console::close): Call FreeConsole if no more open consoles and ctty
is not associated with the console.
* syscalls.cc (setsid): Simplify check for when to call FreeConsole.
(check_pty_fds): Eliminate definition.
* winsup.h (check_pty_fds): Eliminate declaration.

21 years ago* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibrary
cgf [Sun, 2 Mar 2003 17:29:47 +0000 (17:29 +0000)]
* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibrary
was ignored.

21 years ago* i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
kettenis [Sun, 2 Mar 2003 17:05:18 +0000 (17:05 +0000)]
* i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
get_frame_base.

21 years ago* i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
kettenis [Sun, 2 Mar 2003 10:40:37 +0000 (10:40 +0000)]
* i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.

21 years ago(SWIWrite0): Catch big-endian bug when printing characters
nickc [Sun, 2 Mar 2003 10:28:29 +0000 (10:28 +0000)]
(SWIWrite0): Catch big-endian bug when printing characters

21 years ago * arch-utils.c (generic_register_byte): Fix to use the loop index
ciceron [Sun, 2 Mar 2003 10:23:09 +0000 (10:23 +0000)]
* arch-utils.c (generic_register_byte): Fix to use the loop index
and not regnum when summing the size of all registers up to regnum.

21 years ago * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE
ciceron [Sun, 2 Mar 2003 10:03:39 +0000 (10:03 +0000)]
* Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE
to 32 to support memory bank switching; temporarily use 32-bit for
WORD_BITSIZE to avoid a bug in sim-common.

21 years ago2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
dannysmith [Sun, 2 Mar 2003 07:00:47 +0000 (07:00 +0000)]
2003-03-02  Danny Smith  <dannysmith@users.sourceforge.net>

* include/stdio.h (vscanf): Add prototype.
(vfscanf): Ditto.
(vsscanf): Ditto.
(vwscanf): Ditto.
(vfwscanf): Ditto.
(vswscanf): Ditto.
* include/wchar.h (vwscanf): Add prototype.
(vfwscanf): Ditto.
(vswscanf): Ditto.
* mingwex/snprintf.c: Move to mingwex/stdio.
  * mingwex/vsnprintf.c: Ditto.
* mingwex/snwprintf.c: Ditto.
* mingwex/vsnwprintf.c: Ditto.
* mingwex/Makefile.in (VPATH): Add $(srcdir)/stdio
(STDIO_DISTFILES): Add.
(DISTFILES): Adjust.
(STDIO_STUB_OBJS): Rename to STDIO_OBJS and add v*scanf objects.
(LIB_OBJS): Adjust.
(dist): Adjust.

2003-03-02  Aaron W  LaFramboise   <AWLaFramboise@aol.com>

* mingwex/stdio: New directory
* mingwex/stdio/vfscanf.c: New file.
* mingwex/stdio/vfwscanf.c:  New file.
* mingwex/stdio/vscanf.c:  New file.
* mingwex/stdio/vsscanf.c:  New file.
* mingwex/stdio/vswscanf.c:  New file.
* mingwex/stdio/vwscanf.c:  New file.

21 years agofix typo
cgf [Sun, 2 Mar 2003 06:50:27 +0000 (06:50 +0000)]
fix typo

21 years agoFix merge botch in previous commit.
cagney [Sun, 2 Mar 2003 05:56:56 +0000 (05:56 +0000)]
Fix merge botch in previous commit.

21 years ago2003-03-01 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 2 Mar 2003 04:02:21 +0000 (04:02 +0000)]
2003-03-01  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
FRAME_INIT_SAVED_REGS.
* gdbarch.h, gdbarch.c: Regenerate.
* stack.c (frame_info): Update.
* sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
(sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
(sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
* ns32k-tdep.c (ns32k_pop_frame): Update.
* mips-tdep.c (mips_pop_frame): Update.
* m68hc11-tdep.c (m68hc11_pop_frame): Update.
* ia64-tdep.c (ia64_frame_chain): Update.
(ia64_frame_saved_pc, ia64_get_saved_register): Update.
(ia64_frameless_function_invocation): Update.
(ia64_init_extra_frame_info): Update.
(ia64_pop_frame_regular): Update.
* frame.h (struct frame_info): Update comment.
(DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
* frame.c (frame_saved_regs_register_unwind): Update.
(frame_saved_regs_register_unwind): Update.
(deprecated_generic_get_saved_register): Update.
* cris-tdep.c: Update comment.
* config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
Rename macro.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
* x86-64-tdep.c (x86_64_init_abi): Update.
* vax-tdep.c (vax_gdbarch_init): Update.
* v850-tdep.c (v850_gdbarch_init): Update.
* sparc-tdep.c (sparc_gdbarch_init): Update.
* sh-tdep.c (sh_gdbarch_init): Update.
* s390-tdep.c (s390_gdbarch_init): Update.
* rs6000-tdep.c (rs6000_gdbarch_init): Update.
* ppc-linux-tdep.c (ppc_linux_init_abi): Update.
* ns32k-tdep.c (ns32k_gdbarch_init): Update.
* mn10300-tdep.c (mn10300_gdbarch_init): Update.
* mips-tdep.c (mips_gdbarch_init): Update.
* mcore-tdep.c (mcore_gdbarch_init): Update.
* m68k-tdep.c (m68k_gdbarch_init): Update.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
* ia64-tdep.c (ia64_gdbarch_init): Update.
* i386-tdep.c (i386_gdbarch_init): Update.
* frv-tdep.c (frv_gdbarch_init): Update.
* avr-tdep.c (avr_gdbarch_init): Update.
* arm-tdep.c (arm_gdbarch_init): Update.
* alpha-tdep.c (alpha_gdbarch_init): Update.

2003-03-01  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Rename
FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.

21 years ago2003-03-01 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 2 Mar 2003 02:07:12 +0000 (02:07 +0000)]
2003-03-01  Andrew Cagney  <cagney@redhat.com>

* main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
option enum and switch.  When no windows, set the interpreter to
INTERP_CONSOLE.

21 years ago2003-03-01 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 2 Mar 2003 01:22:18 +0000 (01:22 +0000)]
2003-03-01  Andrew Cagney  <cagney@redhat.com>

* main.c (captured_main): Replace magic option characters with an
enum.

21 years ago2003-03-01 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 2 Mar 2003 00:11:42 +0000 (00:11 +0000)]
2003-03-01  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
INIT_EXTRA_FRAME_INFO.
* gdbarch.h, gdbarch.c: Regenerate.
* arm-tdep.c: Update comments.
* sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
* i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
* frame.h, avr-tdep.c: Ditto.
* frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
(create_new_frame, legacy_get_prev_frame): Ditto.
* config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
* config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
deprecated_init_extra_frame_info instead of init_extra_frame_info.
* x86-64-tdep.c (x86_64_init_abi): Ditto.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* sparc-tdep.c (sparc_gdbarch_init): Ditto.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* s390-tdep.c (s390_gdbarch_init): Ditto.
* ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mips-tdep.c (mips_gdbarch_init): Ditto.
* mcore-tdep.c (mcore_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* i386-interix-tdep.c (i386_interix_init_abi): Ditto.
* hppa-tdep.c (hppa_gdbarch_init): Ditto.
* h8300-tdep.c (h8300_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* cris-tdep.c (cris_gdbarch_init): Ditto.
* avr-tdep.c (avr_gdbarch_init): Ditto.
* arm-tdep.c (arm_gdbarch_init): Ditto.
* alpha-tdep.c (alpha_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.

Index: doc/ChangeLog
2003-02-26  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
DEPRECATED_INIT_EXTRA_FRAME_INFO.

21 years ago*** empty log message ***
gdbadmin [Sun, 2 Mar 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Sat, 1 Mar 2003 23:00:05 +0000 (23:00 +0000)]
daily update

21 years ago2003-03-01 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 1 Mar 2003 20:54:21 +0000 (20:54 +0000)]
2003-03-01  Andrew Cagney  <cagney@redhat.com>

* sim-engine.c (sim_engine_halt): If jmpbuf is invalid, abort.
(sim_engine_vabort): Ditto.

21 years ago2003-03-01 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 1 Mar 2003 17:59:12 +0000 (17:59 +0000)]
2003-03-01  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (register_type): New function with predicate.
(REGISTER_VIRTUAL_TYPE): Change to function with predicate.
* gdbarch.h, gdbarch.c: Re-generate.
* arch-utils.c (generic_register_byte): Use generic_register_size.
(generic_register_size): When available, use
gdbarch_register_type.
* regcache.c (init_regcache_descr): When available, initialize the
register type array using gdbarch_register_type.  If the
architecture supplies gdbarch_register_type, do not use the legacy
regcache layout.
* d10v-tdep.c (d10v_register_type): Replace
d10v_register_virtual_type.
(d10v_gdbarch_init): Set register_type instead of
register_virtual_type.

21 years agoDocument new mkgroup,mkpasswd options
joshuadfranklin [Sat, 1 Mar 2003 17:29:51 +0000 (17:29 +0000)]
Document new mkgroup,mkpasswd options

21 years ago2003-03-01 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 1 Mar 2003 17:03:18 +0000 (17:03 +0000)]
2003-03-01  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (ax-gdb.o): Update dependencies.
* ax-gdb.c: Include "regcache.h".
(gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
* findvar.c (value_of_register): Ditto.
* infcmd.c (default_print_registers_info): Ditto.

Index: mi/ChangeLog
2003-03-01  Andrew Cagney  <cagney@redhat.com>

* mi-main.c (get_register): Use register_type instead of
REGISTER_VIRTUAL_TYPE.

21 years ago2003-03-01 Pierre Humblet <pierre.humblet@ieee.org>
phumblet [Sat, 1 Mar 2003 16:38:25 +0000 (16:38 +0000)]
2003-03-01  Pierre Humblet  <pierre.humblet@ieee.org>

       * mkpasswd.cc (main): On Win95, output both a default line and a
       line for the current user (if known) with a pseudorandom uid. If
       the -u switch is given, produce a line for the specified user.
       * mkgroup.cc (main): On Win95 change the group name from "unknown" to
       "all".

21 years ago * fhandler_socket.cc (fhandler_socket::bind): Open and write socket
corinna [Sat, 1 Mar 2003 16:17:54 +0000 (16:17 +0000)]
* fhandler_socket.cc (fhandler_socket::bind): Open and write socket
file using Win32 calls.

21 years ago * interp.c (sim_fetch_register): Only store a single byte for
ciceron [Sat, 1 Mar 2003 16:00:09 +0000 (16:00 +0000)]
* interp.c (sim_fetch_register): Only store a single byte for
1 byte registers.

21 years ago * fhandler_socket.cc (get_inet_addr): Open and read socket file using
corinna [Sat, 1 Mar 2003 15:28:24 +0000 (15:28 +0000)]
* fhandler_socket.cc (get_inet_addr): Open and read socket file using
Win32 calls.

21 years ago* i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
kettenis [Sat, 1 Mar 2003 13:00:06 +0000 (13:00 +0000)]
* i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.

21 years ago* i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
kettenis [Sat, 1 Mar 2003 12:36:36 +0000 (12:36 +0000)]
* i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
of STREQ.

21 years ago * include/olectl.h (OleLoadPictureEx) Add prototype.
dannysmith [Sat, 1 Mar 2003 09:34:12 +0000 (09:34 +0000)]
* include/olectl.h (OleLoadPictureEx) Add prototype.
(OleLoadPictureFile): Ditto.
(OleLoadPictureFileEx): Ditto.
(OleLoadPicturePath): Ditto.
(OleSavePictureFile): Ditto.

21 years ago * include/objbase.h (CoAddRefServerProcess): Add prototype.
dannysmith [Sat, 1 Mar 2003 07:19:36 +0000 (07:19 +0000)]
* include/objbase.h (CoAddRefServerProcess): Add prototype.
(CoAddReleaseServerProcess): Ditto.
(CoResumeClassObjects): Ditto.
(CoSuspendClassObjects): Ditto.
* include/oleauto.h (V_I1): Define.
Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>

21 years ago2003-03-01 Heiko Gerdau <hg@technosis.de>
dannysmith [Sat, 1 Mar 2003 06:51:51 +0000 (06:51 +0000)]
2003-03-01  Heiko Gerdau  <hg@technosis.de>

* include/oleidl.h (USERCLASSTYPE): Add enum.
* include/ocidl.h (IObjectWithSite): Add interface.

21 years ago2003-02-28 Martin M. Hunt <hunt@redhat.com>
hunt [Sat, 1 Mar 2003 04:50:33 +0000 (04:50 +0000)]
2003-02-28  Martin M. Hunt  <hunt@redhat.com>

* c_variable.test: Fix result for 6.22.

21 years ago* Makefile.in (cygcheck.o): Fix so that actual mingw include files are used.
cgf [Sat, 1 Mar 2003 03:38:19 +0000 (03:38 +0000)]
* Makefile.in (cygcheck.o): Fix so that actual mingw include files are used.
* cygcheck.cc (find_on_path): Translate from cygwin path when qualified path
name found.
(pretty_id): New function.  Dump output of id command.
(dump_sysinfo): Call pretty_id for CYGWIN=ntsec and CYGWIN=nontsec cases.

21 years ago * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
rth [Sat, 1 Mar 2003 02:44:45 +0000 (02:44 +0000)]
    * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
        for ltoff22x relaxation.

21 years ago* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.
cgf [Sat, 1 Mar 2003 02:02:37 +0000 (02:02 +0000)]
* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.
* dcrt0.cc (cygwin_atexit): New function.
(cygwin_exit): Ditto.

21 years ago*** empty log message ***
gdbadmin [Sat, 1 Mar 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2003-02-28 Pierre Humblet <pierre.humblet@ieee.org>
phumblet [Fri, 28 Feb 2003 23:52:48 +0000 (23:52 +0000)]
2003-02-28  Pierre Humblet  <pierre.humblet@ieee.org>

* syscalls.cc (fstat64): Pass get_name () to pc.
(access): Pass fn to stat_worker.

21 years ago * bfd-in.h (_bfd): Don't define.
amodra [Fri, 28 Feb 2003 23:43:34 +0000 (23:43 +0000)]
* bfd-in.h (_bfd): Don't define.
* bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
* syms.c: Likewise.
* bfd-in2.h: Regenerate.

21 years agodaily update
amodra [Fri, 28 Feb 2003 23:00:04 +0000 (23:00 +0000)]
daily update

21 years ago * ldemul.c: Include getopt.h.
amodra [Fri, 28 Feb 2003 22:55:10 +0000 (22:55 +0000)]
* ldemul.c: Include getopt.h.
* emultempl/elf32.em: Include getopt.h earlier.
* emultempl/ticoff.em: Likewise.

21 years ago * Makefile.in (dwarf2loc.o): Update dependencies.
drow [Fri, 28 Feb 2003 20:03:16 +0000 (20:03 +0000)]
* Makefile.in (dwarf2loc.o): Update dependencies.
* ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
* dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
* dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
* dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
(locexpr_tracepoint_var_ref): New function.
(dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.

21 years ago * Makefile.tpl: Rearrange.
neroden [Fri, 28 Feb 2003 18:03:31 +0000 (18:03 +0000)]
* Makefile.tpl: Rearrange.
* Makefile.in: Regenerate.

21 years agoFix minor slip in previous patch.
carlton [Fri, 28 Feb 2003 17:59:18 +0000 (17:59 +0000)]
Fix minor slip in previous patch.

21 years ago2003-02-28 David Carlton <carlton@math.stanford.edu>
carlton [Fri, 28 Feb 2003 17:51:35 +0000 (17:51 +0000)]
2003-02-28  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
print class instead of struct and/or superfluous protection
specifiers, as long as the resulting output is equivalent to the
source code.
Delete FIXME from end of messages on tests that don't need
fixing.

21 years ago2003-02-28 David Carlton <carlton@math.stanford.edu>
carlton [Fri, 28 Feb 2003 17:50:16 +0000 (17:50 +0000)]
2003-02-28  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/templates.exp (do_tests): Allow const in the two
Foo<volatile char *>::foo tests.

21 years ago2003-02-28 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 28 Feb 2003 17:47:42 +0000 (17:47 +0000)]
2003-02-28  Andrew Cagney  <cagney@redhat.com>

* regcache.c (register_size): New function.
* regcache.h (register_size): Declare
* d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
max_register_size instead of MAX_REGISTER_RAW_SIZE.

21 years ago2003-02-28 David Carlton <carlton@math.stanford.edu>
carlton [Fri, 28 Feb 2003 17:21:16 +0000 (17:21 +0000)]
2003-02-28  David Carlton  <carlton@math.stanford.edu>

* linespec.c (decode_compound): Extract code into find_method.
(find_method): New.

21 years ago * Makefile.in: Add rules to build and link in observer.o.
brobecke [Fri, 28 Feb 2003 17:14:16 +0000 (17:14 +0000)]
    * Makefile.in: Add rules to build and link in observer.o.

21 years ago2003-02-28 Roland Schwingel <roland.schwingel@onevision.de>
dannysmith [Fri, 28 Feb 2003 08:03:12 +0000 (08:03 +0000)]
2003-02-28  Roland Schwingel <roland.schwingel@onevision.de>

Fixup UNICODE thinko in 2003-02-22 patch.
* include/wingdi.h (AddFontMemResourceEx): Add.
(RemoveFontMemResourceEx): Ditto.
(AddFontMemResourceEx[AW]): Remove.
(RemoveFontMemResourceEx[AW]): Ditto
* lib/gdi32.def: (AddFontResourceEx): Add.
(RemoveFontMemResourceEx): Ditto.
(AddFontMemResourceEx[AW]): Remove.
(RemoveFontResourceEx[AW]): Ditto.

21 years ago * observer.c: Minor comments edits.
brobecke [Fri, 28 Feb 2003 07:19:32 +0000 (07:19 +0000)]
   * observer.c: Minor comments edits.

21 years ago * observer.h, observer.c: New file.
brobecke [Fri, 28 Feb 2003 07:08:51 +0000 (07:08 +0000)]
    * observer.h, observer.c: New file.

21 years ago * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
amodra [Fri, 28 Feb 2003 04:46:03 +0000 (04:46 +0000)]
* emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
support when scripts read from files.

21 years ago * ldemul.c (ldemul_parse_args): Return FALSE by default.
amodra [Fri, 28 Feb 2003 02:10:06 +0000 (02:10 +0000)]
* ldemul.c (ldemul_parse_args): Return FALSE by default.
* ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
comment.

21 years ago * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
amodra [Fri, 28 Feb 2003 01:32:30 +0000 (01:32 +0000)]
* ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
(ldemul_parse_args): Return bfd_boolean.  Formatting.
* ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
(ldemul_parse_args): Adjust.
(struct ld_emulation_xfer_struct): Add add_options and handle_option.
Return bfd_boolean from parse_args.
* lexsup.c (parse_args): Malloc shortopts, longopts and
really_longopts.  Call ldemul_add_options and ldemul_handle_option.
* emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
gld${EMULATION_NAME}_parse_args.
(gld${EMULATION_NAME}_handle_option): Likewise.
(ld_${EMULATION_NAME}_emulation): Adjust initializer.
* emultempl/armcoff.em: As for aix.em, but remove parse_args.
* emultempl/beos.em: Likewise.
* emultempl/pe.em: Likewise.
* emultempl/ticoff.em: Likewise.
* emultempl/elf32.em: Likewise.  Don't duplicate long options either.
(gld${EMULATION_NAME}_add_sysroot): Prototype.
* emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
options.
* emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
* emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
* emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
* emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
initializer.
* emultempl/generic.em: Likewise.
* emultempl/gld960.em: Likewise.
* emultempl/gld960c.em: Likewise.
* emultempl/linux.em: Likewise.
* emultempl/lnk960.em: Likewise.
* emultempl/m68kcoff.em: Likewise.
* emultempl/mipsecoff.em: Likewise.
* emultempl/sunos.em: Likewise.
* emultempl/vanilla.em: Likewise.
* emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.

21 years ago * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
rth [Fri, 28 Feb 2003 00:22:46 +0000 (00:22 +0000)]
    * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
        (elfNN_ia64_check_relocs): Set it.
        (allocate_global_data_got): Check it.
        (allocate_local_got): Likewise.
        (allocate_dynrel_entries): Likewise.
        (elfNN_ia64_relax_ldxmov): New.
        (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
        (elfNN_ia64_choose_gp): Split out from ...
        (elfNN_ia64_final_link): ... here.

21 years ago2003-02-27 Martin M. Hunt <hunt@redhat.com>
hunt [Fri, 28 Feb 2003 00:11:17 +0000 (00:11 +0000)]
2003-02-27  Martin M. Hunt  <hunt@redhat.com>

* cpp_variable.test: Major changes required because varobj_update
now returns "-1" if a variable is out of scope.

21 years ago*** empty log message ***
gdbadmin [Fri, 28 Feb 2003 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2003-02-27 Martin M. Hunt <hunt@redhat.com>
hunt [Thu, 27 Feb 2003 23:54:47 +0000 (23:54 +0000)]
2003-02-27  Martin M. Hunt  <hunt@redhat.com>

* c_variable.test: Major changes required because varobj_update
now returns "-1" if a variable is out of scope. This fixes a bunch
of XFAILS.

21 years agoIndex: arm/ChangeLog
cagney [Thu, 27 Feb 2003 23:26:33 +0000 (23:26 +0000)]
Index: arm/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* wrapper.c (sim_create_inferior, sim_open): Rename _bfd to bfd.

Index: common/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* sim-utils.h (sim_analyze_program, sim_load_file): Rename _bfd to bfd.
* sim-hload.c (sim_load), sim-base.h (sim_state_base): Ditto.
* nrun.c (main): Ditto.

Index: d10v/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: erc32/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interf.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: h8300/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: h8500/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: i960/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* sim-if.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: m32r/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* sim-if.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: m68hc11/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_prepare_for_program, sim_open)
(sim_create_inferior): Rename _bfd to bfd.

Index: mcore/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: mips/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_open):
(sim_create_inferior):

Index: mn10200/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: mn10300/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_open, sim_create_inferior, sim_open)
(sim_create_inferior): Rename _bfd to bfd.

Index: ppc/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* sim_calls.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: sh/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interp.c (init_dsp, sim_open, sim_create_inferior): Rename _bfd
to bfd.

Index: v850/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

Index: z8k/ChangeLog
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* iface.c (sim_open, sim_create_inferior): Rename _bfd to bfd.

21 years ago2003-02-27 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 27 Feb 2003 23:17:52 +0000 (23:17 +0000)]
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.

21 years ago2003-02-27 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 27 Feb 2003 23:13:32 +0000 (23:13 +0000)]
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
_bfd to bfd.

21 years agodaily update
amodra [Thu, 27 Feb 2003 23:00:05 +0000 (23:00 +0000)]
daily update

21 years ago2003-02-27 Martin M. Hunt <hunt@redhat.com>
hunt [Thu, 27 Feb 2003 22:21:33 +0000 (22:21 +0000)]
2003-02-27  Martin M. Hunt  <hunt@redhat.com>

* windows.test: Remove HtmlViewer from list of windows.

21 years ago2003-02-27 Martin M. Hunt <hunt@redhat.com>
hunt [Thu, 27 Feb 2003 22:18:44 +0000 (22:18 +0000)]
2003-02-27  Martin M. Hunt  <hunt@redhat.com>

* srcwin.test: Use "list get" instead of "listget" to
get contents of comboboxes.
(2.1): Be less sensitive.

* srcwin2.test: Use "list get" instead of "listget" to
get contents of comboboxes
(2-1.3): Accept assembly == mixed
for no source tests.

* srcwin3.test:  Use "list get" instead of "listget" to
get contents of comboboxes

21 years ago2003-03-27 Corinna Vinschen <corinna@vinschen.de>
corinna [Thu, 27 Feb 2003 21:41:28 +0000 (21:41 +0000)]
2003-03-27  Corinna Vinschen  <corinna@vinschen.de>

* fhandler_socket.cc (class sock_event): New class managing Winsock
events for interruptible socket calls.
(fhandler_socket::connect): Move support for interruptible call to
class sock_event.  Use class object instead.
(fhandler_socket::accept): Ditto.  Remove useless casts.

2003-03-27  Thomas Pfaff  <tpfaff@gmx.net>

* fhandler_socket.cc (fhandler_socket::connect): Add support for
an interruptable connect.

21 years ago2003-02-27 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 27 Feb 2003 21:24:36 +0000 (21:24 +0000)]
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* bfd.c (struct bfd): Rename "struct _bfd".
* bfd-in.h: Update copyright.
(struct bfd): Rename "struct _bfd".
(_bfd): Define for backward compatibility.
* bfd-in2.h: Regenerate.

21 years ago * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
ciceron [Thu, 27 Feb 2003 21:02:17 +0000 (21:02 +0000)]
* m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
(M6812_OP_STS_EXT): Likewise.
(m6811_prologue): Use the above to recognize prologue.
(m6812_prologue): Likewise.

21 years agomerge from gcc
dj [Thu, 27 Feb 2003 21:01:01 +0000 (21:01 +0000)]
merge from gcc

21 years ago2003-02-27 David Carlton <carlton@math.stanford.edu>
carlton [Thu, 27 Feb 2003 20:48:03 +0000 (20:48 +0000)]
2003-02-27  David Carlton  <carlton@math.stanford.edu>

* symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
SYMBOL_PRINT_NAME.
(compare_psymbols): Ditto.
* symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.

21 years ago2003-02-27 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 27 Feb 2003 18:36:31 +0000 (18:36 +0000)]
2003-02-27  Michael Snyder  <msnyder@redhat.com>

* gdb.base/restore.c (main): Return zero, so exit code
        will be consistant.

21 years ago2003-02-27 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 27 Feb 2003 18:13:36 +0000 (18:13 +0000)]
2003-02-27  Michael Snyder  <msnyder@redhat.com>

        * f-lang.c (build_fortran_types): New function.
(_initialize_f_language): Gdbarch-register built-in fortran types.

21 years ago2003-02-27 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 27 Feb 2003 18:08:25 +0000 (18:08 +0000)]
2003-02-27  Michael Snyder  <msnyder@redhat.com>

* doublest.c (extract_floating): Fix warning text.

21 years ago2003-02-27 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 27 Feb 2003 17:48:45 +0000 (17:48 +0000)]
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
predicate.  Replaces PUSH_DUMMY_FRAME.
* gdbarch.h, gdbarch.c: Regnerate.
* valops.c (hand_function_call): Update.  Call
generic_push_dummy_frame directly.
* vax-tdep.c (vax_gdbarch_init): Update.
* sparc-tdep.c (sparc_gdbarch_init): Update.
* ns32k-tdep.c (ns32k_gdbarch_init): Update.
* m68k-tdep.c (m68k_gdbarch_init): Update.
* hppa-tdep.c (hppa_gdbarch_init): Update.
* alpha-tdep.c (alpha_gdbarch_init): Update.
* config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
* config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
* inferior.h (PUSH_DUMMY_FRAME): Delete definition.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
push_dummy_frame to generic_push_dummy_frame.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* s390-tdep.c (s390_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mips-tdep.c (mips_gdbarch_init): Ditto.
* mcore-tdep.c (mcore_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* i386-tdep.c (i386_gdbarch_init): Ditto.
* h8300-tdep.c (h8300_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* d10v-tdep.c (d10v_gdbarch_init): Ditto.
* cris-tdep.c (cris_gdbarch_init): Ditto.
* avr-tdep.c (avr_gdbarch_init): Ditto.
* arm-tdep.c (arm_gdbarch_init): Ditto.

21 years ago * uinfo.cc (internal_getlogin): Only update user.groups.pgsid
corinna [Thu, 27 Feb 2003 17:41:15 +0000 (17:41 +0000)]
* uinfo.cc (internal_getlogin): Only update user.groups.pgsid
if the call to set the primary group succeeds.

21 years agomerge from gcc
dj [Thu, 27 Feb 2003 15:17:29 +0000 (15:17 +0000)]
merge from gcc

21 years ago* cygthread::detach: Improve error message.
cgf [Thu, 27 Feb 2003 15:09:31 +0000 (15:09 +0000)]
* cygthread::detach: Improve error message.

21 years ago* sid man page support, belatedly contributed
bje [Thu, 27 Feb 2003 07:26:35 +0000 (07:26 +0000)]
* sid man page support, belatedly contributed

[ChangeLog]
2002-11-21  Ben Elliston  <bje@redhat.com>

* configure.in: Output doc/Makefile.

[doc/ChangeLog]
2002-11-21  Ben Elliston  <bje@redhat.com>

* Makefile.am: New file.
* sid.1: Likewise.

21 years agoMake ``show mips abi'' actually show the abi in use.
kevinb [Thu, 27 Feb 2003 01:14:53 +0000 (01:14 +0000)]
Make ``show mips abi'' actually show the abi in use.

21 years ago*** empty log message ***
gdbadmin [Thu, 27 Feb 2003 00:01:02 +0000 (00:01 +0000)]
*** empty log message ***

21 years agoIndex: common/ChangeLog
cagney [Wed, 26 Feb 2003 23:27:09 +0000 (23:27 +0000)]
Index: common/ChangeLog
2003-02-26  Andrew Cagney  <cagney@redhat.com>

* sim-engine.h (sim_engine_abort): Add noreturn attribute.
(sim_engine_vabort): Ditto.
(sim_engine_halt, sim_engine_restart): Ditto.

Index: mn10300/ChangeLog
2003-02-26  Andrew Cagney  <cagney@redhat.com>

* am33.igen: Call sim_engine_abort instead of abort.

21 years agodaily update
amodra [Wed, 26 Feb 2003 23:00:15 +0000 (23:00 +0000)]
daily update

21 years ago2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 26 Feb 2003 21:41:18 +0000 (21:41 +0000)]
2003-02-26  Jeff Johnston  <jjohnstn@redhat.com>

        From Elena Zannoni  <ezannoni@redhat.com>
        * dbxread.c (process_one_symbol): Only record line 0 if one or
        more sline entries have been seen for the function.

21 years ago2003-02-26 Michael Chastain <mec@shout.net>
chastain [Wed, 26 Feb 2003 20:30:26 +0000 (20:30 +0000)]
2003-02-26  Michael Chastain  <mec@shout.net>

* configure: Regenerate with autoconf 000227.

21 years ago2003-02-26 David Carlton <carlton@math.stanford.edu>
carlton [Wed, 26 Feb 2003 20:30:05 +0000 (20:30 +0000)]
2003-02-26  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
char *>::foo" test with respect to PR c++/33.  Create a new test
which is identical to that one except that it doesn't put the
space between the "char" and the "*"; KFAIL it, too.

21 years ago2003-02-26 David Carlton <carlton@math.stanford.edu>
carlton [Wed, 26 Feb 2003 20:23:13 +0000 (20:23 +0000)]
2003-02-26  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
template types into either PASSes or KFAILs (corresponding to PR
c++/57).  Tweak indentation.  Update copyright.

21 years ago2003-02-26 Michael Chastain <mec@shout.net>
chastain [Wed, 26 Feb 2003 17:24:12 +0000 (17:24 +0000)]
2003-02-26  Michael Chastain  <mec@shout.net>

Close PR build/660.
* PROBLEMS (i[3456]86-*-linux*): Note explicit error message
for old libc5/glibc.
* gdb_thread_db.h: Die if not HAVE_UINTPTR_T.

21 years ago2003-02-26 David Carlton <carlton@math.stanford.edu>
carlton [Wed, 26 Feb 2003 17:04:19 +0000 (17:04 +0000)]
2003-02-26  David Carlton  <carlton@math.stanford.edu>

* dv-mn103tim.c (read_special_timer6_reg): Add break after
empty default: label.
(write_special_timer6_reg): Ditto.
Update copyright.

21 years agoAdded GDB_OSABI_QNXNTO.
kewarken [Wed, 26 Feb 2003 16:34:53 +0000 (16:34 +0000)]
Added GDB_OSABI_QNXNTO.