OSDN Git Service

pf3gnuchains/sourceware.git
21 years ago* config/tc-sh64.c (sh64_target_format): Add support for sh64
sclarke [Wed, 9 Oct 2002 19:07:42 +0000 (19:07 +0000)]
* config/tc-sh64.c (sh64_target_format): Add support for sh64
Linux environment.

21 years ago* Makefile.am: Add entries for elf32-sh64-lin.c and
sclarke [Wed, 9 Oct 2002 19:03:55 +0000 (19:03 +0000)]
* Makefile.am: Add entries for elf32-sh64-lin.c and
elf64-sh64-lin.c. Regenerate.
* Makefile.in: Regenerate.
* config.bfd:  Change sh64eb-*-linux* and sh64-*-linux*
to use sh64 vectors rather than sh vectors.
* configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
* configure: Regenerate.
* elf32-sh64-lin.c: New file.
* elf64-sh64-lin.c: New file.
* targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.

21 years ago * readelf.c (display_debug_info): Ignore empty .rela.debug_info
drow [Wed, 9 Oct 2002 13:44:27 +0000 (13:44 +0000)]
    * readelf.c (display_debug_info): Ignore empty .rela.debug_info
        sections.  Allow relocations against the absolute symbol.  Don't
        use the value in compunit.cu_abbrev_offset if we found a RELA
        relocation.

21 years agoConvert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C
markom [Wed, 9 Oct 2002 11:59:54 +0000 (11:59 +0000)]
Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C

21 years ago* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.
cgf [Wed, 9 Oct 2002 05:55:40 +0000 (05:55 +0000)]
* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.
Assume that they exit via an ExitThread call.
* cygthread.h (cygthread::SetThreadPriority): New function.
(cygthread::zap_h): New function.
* dcrt0.cc (do_exit): Move cygthread::terminate earlier and establish
exit_state guard.
* fhandler.h (fhandler_tty_master::output_thread): Delete.
* fhandler_tty.cc (fhandler_tty_master::init): Set priority for threads via
method.  Zap handles when done.  Don't treat process_output specially.
(process_output): Call ExitThread directly.
(fhandler_tty_master::fixup_after_fork): Don't worry about output_thread.
(fhandler_tty_master::fixup_after_exec): Ditto.
* sigproc.cc (proc_terminate): Don't detach from hwait_subproc.  Just let it
exit.
(sigproc_init): Close thread handle after initialization.
(wait_sig): Use GetCurrentThread() as SetThreadPriority call rather than
*event* handle.  Call ExitThread directly on termination.
(wait_subproc): Call ExitThread directly on termination.
* tty.cc (tty_list::terminate): Don't attempt t detach from output_thread.

21 years ago2002-10-08 Petr Sorfa <petrs@caldera.com>
jimb [Wed, 9 Oct 2002 04:43:49 +0000 (04:43 +0000)]
2002-10-08  Petr Sorfa <petrs@caldera.com>

Revised and re-submitted by John Wolfe <jlw@caldera.com>

Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
so we can work on more than one compilation unit at a time.  This
helps prepare GDB to handle inter-CU die references.
* dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
the code to be defined before struct comp_unit_head.
(comp_unit_head): Added new members - offset, cu_head,
begin_die, next and dwarf2_abbrevs.
(dwarf2_abbrevs): Removed single static var; now member of
struct comp_unit_head.
dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
members.
(psymtab_to_symtab_1): Changed to work with the new
struct comp_unit_head.
(dwarf2_read_abbrevs): Now accepts a cu_header parameter and
constructs the dwarf2_abbrevs[] inside the cu_header.
(dwarf2_empty_abbrev_table): Now expects a ptr to a
dwarf2_abbrev table to clean up.
(dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
handling of dwarf2_abbrevs inside the cu_header.
(read_partial_die): Now supports the call to the new
dwarf2_lookup_abbrev.
(read_full_die): Now supports the call to the new
dwarf2_lookup_abbrev.

21 years ago* cygheap.cc (dup_now): Make fatal error a little more informative.
cgf [Wed, 9 Oct 2002 04:08:04 +0000 (04:08 +0000)]
* cygheap.cc (dup_now): Make fatal error a little more informative.
(cygheap_setup_for_child): Detect when default size of shared region is less
than the current size and allocate that much.
(_cbrk): Just return NULL on inability to allocate.
(_cmalloc): Ditto.
* cygheap.h (CYGHEAPSIZE): Change size to reflect newer, tinier fhandler sizes.
* spawn.cc (av::error): New element, reflects potential errno from cmalloc.
(av::~av): Don't free NULL pointers.
(av::replace0_maybe): Detect out-of-memory conditions.
(av::dup_maybe): Ditto.
(av::dup_all): Ditto.
(av::unshift): Ditto.
(spawn_guts): Set errno and return if argv creation ran into problems.
* fhandler.h (fhandler_union): Change member names to something safer.
* fhandler_console.cc (fhandler_console::get_tty_stuff): Always set
fhandler_console::dev_state regardless of whether shared region is initialized.
* cygthread.cc (cygthread::runner): Use ExitThread rather than return
(planning for future).

21 years ago2002-10-08 Heiko Gerdau <hg@technosis.de>
dannysmith [Wed, 9 Oct 2002 00:16:21 +0000 (00:16 +0000)]
2002-10-08  Heiko Gerdau  <hg@technosis.de>

* include/oleacc.h: New file.
* include/winuser.h (ENDSESSION_LOGOFF) Add define.
(OBJID_*) Add defines.
* lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
* lib/test.c: Include oleacc.h.

21 years agodaily update
amodra [Wed, 9 Oct 2002 00:00:05 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Wed, 9 Oct 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2002-10-08 Heiko Gerdau <hg@technosis.de>
dannysmith [Tue, 8 Oct 2002 20:28:13 +0000 (20:28 +0000)]
2002-10-08  Heiko Gerdau  <hg@technosis.de>

* include/tchar.h (_tchdir. _tgetcwd, _tgetdcwd.
_tmkdir, _trmdir, _tstat): Add ASCII and UNICODE
mappings.

21 years ago2002-10-08 H.J. Lu <hjl@gnu.org>
hjl [Tue, 8 Oct 2002 20:12:45 +0000 (20:12 +0000)]
2002-10-08  H.J. Lu <hjl@gnu.org>

* ldlang.c (lang_file_exist): Removed.
(new_afile): Revert the last change.
* ldlang.h (lang_file_exist): Removed.
* lexsup.c (parse_args): Revert the last change.

21 years ago2002-10-08 H.J. Lu <hjl@gnu.org>
hjl [Tue, 8 Oct 2002 16:11:07 +0000 (16:11 +0000)]
2002-10-08  H.J. Lu <hjl@gnu.org>

* elf32-i386.c (elf_i386_relocate_section): Re-arrange the
IE->LE transition for R_386_TLS_IE.

21 years ago2002-10-07 Joel Sherrill <joel@OARcorp.com>
joel [Tue, 8 Oct 2002 13:09:04 +0000 (13:09 +0000)]
2002-10-07 Joel Sherrill <joel@OARcorp.com>

* libc/sys/rtems/crt0.c: Add even more symbols so gcc() can link
dummy programs.

21 years ago2002-10-07 Joel Sherrill <joel@OARcorp.com>
joel [Tue, 8 Oct 2002 13:03:07 +0000 (13:03 +0000)]
2002-10-07 Joel Sherrill <joel@OARcorp.com>

* libc/include/pthread.h: Define PTHREAD_CANCELED.

21 years ago2002-10-07 Joel Sherrill <joel@OARcorp.com>
joel [Tue, 8 Oct 2002 13:02:39 +0000 (13:02 +0000)]
2002-10-07 Joel Sherrill <joel@OARcorp.com>

* libc/include/pthread.h: Define PTHREAD_CANCELED.

21 years ago2002-10-07 Joel Sherrill <joel@OARcorp.com>
joel [Tue, 8 Oct 2002 13:00:57 +0000 (13:00 +0000)]
2002-10-07 Joel Sherrill <joel@OARcorp.com>

* libc/machine/hppa/DEFS.h, libc/machine/hppa/pcc_prefix.s,
libc/machine/hppa/setjmp.S, libc/machine/hppa/DEFS.h: Make this
compile with current GNU tools.

21 years ago * elf64-ppc.c (edit_opd): Correct test for discarded sections.
amodra [Tue, 8 Oct 2002 09:51:09 +0000 (09:51 +0000)]
* elf64-ppc.c (edit_opd): Correct test for discarded sections.

21 years ago* fhandler.h (dev_console): New class.
cgf [Tue, 8 Oct 2002 06:16:16 +0000 (06:16 +0000)]
* fhandler.h (dev_console): New class.
(fhandler_console::dev_state): New class element.
(fhandler_console::mouse_aware): Use dev_state element.
(fhandler_console::get_tty_stuff): Declare new function.
* fhandler_console.cc: Use dev_state fhandler_console element, throughout.
(fhandler_console::get_tty_stuff): Move to fhandler_console class.  Incorporate
dev_console information.  Move constructor stuff here.

21 years ago* dtable.cc (dtable::init_std_file_from_handle): Try to mimic standard open
cgf [Tue, 8 Oct 2002 02:44:35 +0000 (02:44 +0000)]
* dtable.cc (dtable::init_std_file_from_handle): Try to mimic standard open
behavior with files redirected from stdin/stdout/stderr, i.e., fmode settings
take precedence over mount settings.

21 years ago*** empty log message ***
gdbadmin [Tue, 8 Oct 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Tue, 8 Oct 2002 00:00:05 +0000 (00:00 +0000)]
daily update

21 years ago * types.scm (bitrange-overlap?): Handle lsb0?.
hp [Mon, 7 Oct 2002 23:50:30 +0000 (23:50 +0000)]
* types.scm (bitrange-overlap?): Handle lsb0?.

21 years ago2002-10-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 7 Oct 2002 23:10:12 +0000 (23:10 +0000)]
2002-10-07  Jeff Johnston  <jjohnstn@redhat.com>

        * Makefile.am: Add EXTRA_DIRS to allow future dependencies on
        the build library.
        * configure.in: Ditto.
        * Makefile.in: Regenerated.
        * configure: Ditto.
        * libc/sys/linux/Makefile.am: Add EXTRA_SUBDIRS and EXTRA_SUBLIBS
        for specifying configured libraries/directories.
        * libc/sys/linux/configure.in: Ditto.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/configure: Ditto.

21 years ago* dtable.cc (unknown_file): New variable.
cgf [Mon, 7 Oct 2002 20:06:16 +0000 (20:06 +0000)]
* dtable.cc (unknown_file): New variable.
(dtable::init_std_file_from_handle): Don't set binmode if we couldn't determine
the actual file name on stdin/stdout/stderr.
(handle_to_fn): Return unknown_file when can't determine filename.

21 years agoRead in dynamic symbols if no ordinary ones are available.
nickc [Mon, 7 Oct 2002 17:25:08 +0000 (17:25 +0000)]
Read in dynamic symbols if no ordinary ones are available.

21 years agoAdd tic4x target.
nickc [Mon, 7 Oct 2002 16:40:56 +0000 (16:40 +0000)]
Add tic4x target.

21 years agoDon't re-export auto-import symbols.
nickc [Mon, 7 Oct 2002 16:36:10 +0000 (16:36 +0000)]
Don't re-export auto-import symbols.

21 years agoDon't mark relocations in excluded sections.
nickc [Mon, 7 Oct 2002 16:27:39 +0000 (16:27 +0000)]
Don't mark relocations in excluded sections.

21 years ago * mips/ddb.ld: KEEP .init and .fini.
rsandifo [Mon, 7 Oct 2002 16:24:00 +0000 (16:24 +0000)]
* mips/ddb.ld: KEEP .init and .fini.
* mips/ddb-kseg0.ld: Likewise.

21 years agoAbort if the filename to be added matches the linker output filename.
nickc [Mon, 7 Oct 2002 16:08:21 +0000 (16:08 +0000)]
Abort if the filename to be added matches the linker output filename.

21 years ago* dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need to
cgf [Mon, 7 Oct 2002 04:12:53 +0000 (04:12 +0000)]
* dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need to
track thread detaches.
* init.cc (dll_entry): Reorganize slightly.  Fix api_fatal message.

21 years ago * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
amodra [Mon, 7 Oct 2002 00:14:28 +0000 (00:14 +0000)]
* elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
code.

21 years ago * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
amodra [Mon, 7 Oct 2002 00:06:00 +0000 (00:06 +0000)]
* elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.

21 years ago*** empty log message ***
gdbadmin [Mon, 7 Oct 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Mon, 7 Oct 2002 00:00:03 +0000 (00:00 +0000)]
daily update

21 years ago * mingwex/math/powil.c: Rename powil to __powil.
dannysmith [Sun, 6 Oct 2002 23:26:42 +0000 (23:26 +0000)]
* mingwex/math/powil.c: Rename powil to __powil.
* mingwex/math/powl.c: Adjust declaration and call
to __powil. Remove comment on powil.
* mingwex/math/powi.c: New file.
* mingwex/math/powif.c: New file.
* mingwex/math/pow.c: New file.
* mingwex/math/cephes_mconf.h. Add double and float
versions of constants.
(polevl): Add double precision function.
(p1evl): Likewise.
* mingwex/Makefile.in (MATH_DISTFILES): Add pow.c,
powi.c, powif.c.
(MATH_OBJS): Add pow.o, powi.o, powif.o.

21 years ago2002-10-06 Casper Hornstrup <chorns@it.dk>
earnie [Sun, 6 Oct 2002 22:18:25 +0000 (22:18 +0000)]
2002-10-06  Casper Hornstrup  <chorns@it.dk>

* include/ddk: New subdir.
* lib/ddk: Ditto.
* include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
xfilter.h): New files.
* lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
win32k.def): Ditto.

21 years agomerge from gcc
dj [Sun, 6 Oct 2002 20:21:00 +0000 (20:21 +0000)]
merge from gcc

21 years ago* win/tclWin32Dll.c (tclWinTCharEncoding): Remove 'static' since it is declared
cgf [Sun, 6 Oct 2002 20:00:35 +0000 (20:00 +0000)]
* win/tclWin32Dll.c (tclWinTCharEncoding): Remove 'static' since it is declared
in header as exportable extern.

21 years ago* Makefile.in (install-gdbtk): Add missing continuation backslash to insure
cgf [Sun, 6 Oct 2002 19:53:52 +0000 (19:53 +0000)]
* Makefile.in (install-gdbtk): Add missing continuation backslash to insure
that shell variables, such as "transformed_name" are propagated to later shell
statements in rule.

21 years ago* config/i386/nm-i386sco.h: Add protection against
kettenis [Sun, 6 Oct 2002 18:37:12 +0000 (18:37 +0000)]
* config/i386/nm-i386sco.h: Add protection against
multiple-inclusion.  Include "i386/nm-i386v.h".
(REGISTER_U_ADDR): Remove define.
(i386_register_u_addr): Remove prototype.

21 years ago * opncls.c: Formatting.
amodra [Sun, 6 Oct 2002 09:03:05 +0000 (09:03 +0000)]
* opncls.c: Formatting.
(_bfd_new_bfd): Use a smaller section hash table.

21 years ago* cygthread.cc (cygthread::stub): Very minor cleanup.
cgf [Sun, 6 Oct 2002 01:01:57 +0000 (01:01 +0000)]
* cygthread.cc (cygthread::stub): Very minor cleanup.
(cygthread::stub): Report overflows in cygwin thread pool when DEBUGGING is on
and special environment variable is not set.
(cygthread::terminate): Set event only when event actually exists.
* exceptions.cc (signal_exit): Set priority of main thread to low before
setting current thread to high.

21 years ago*** empty log message ***
gdbadmin [Sun, 6 Oct 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Sun, 6 Oct 2002 00:00:06 +0000 (00:00 +0000)]
daily update

21 years agowhitespace
cgf [Sat, 5 Oct 2002 17:47:25 +0000 (17:47 +0000)]
whitespace

21 years ago* elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
aoliva [Sat, 5 Oct 2002 11:18:12 +0000 (11:18 +0000)]
* elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
of the other two relocations packed with a REL32 to NONE.

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

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

21 years ago2002-10-04 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 4 Oct 2002 22:17:35 +0000 (22:17 +0000)]
2002-10-04  Michael Snyder  <msnyder@redhat.com>

* m32r-stub.c (handle_exception): Make sure exception is "trap"
before treating it as a single-step event.

21 years ago2002-10-03 H.J. Lu <hjl@gnu.org>
hjl [Fri, 4 Oct 2002 07:40:42 +0000 (07:40 +0000)]
2002-10-03  H.J. Lu <hjl@gnu.org>

* ld-elfvers/vers21.c (_old_foobar): Initialized to -1 for gcc
3.x.

21 years ago2002-10-04 Steven Edwards <Steven_Ed4153@yahoo.com>
dannysmith [Fri, 4 Oct 2002 04:39:25 +0000 (04:39 +0000)]
2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>

* lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
RtlAddAccessAllowedAce, RtlCreateAcl,
RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
RtlGetAce, RtlGetControlSecurityDescriptor,
RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
ZwSetSecurityObject, ZwSetValueKey): Added missing exports.

ChangeLog whitespace cleanup.

21 years ago2002-10-04 "KJK::Hyperion" <noog@libero.it>
dannysmith [Fri, 4 Oct 2002 04:25:00 +0000 (04:25 +0000)]
2002-10-04  "KJK::Hyperion"  <noog@libero.it>

*include/windef.h (WPARAM): Update typedef.
(LPARAM): Ditto.
(LRESULT): Ditto.

21 years ago2002-10-04 "KJK::Hyperion" <noog@libero.it>
dannysmith [Fri, 4 Oct 2002 04:18:55 +0000 (04:18 +0000)]
2002-10-04  "KJK::Hyperion"  <noog@libero.it>

* include/shlobj.h (CSIDL_*): Add defines.

21 years ago2002-10-03 Adam Fedor <fedor@gnu.org>
fedor [Fri, 4 Oct 2002 01:18:48 +0000 (01:18 +0000)]
2002-10-03  Adam Fedor  <fedor@gnu.org>

* objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
(objc_demangle): Remove assignment in if statements, Replace
free with xfree.
(add_msglist): Likewise.
(end_msglist): Likewise.
(complare_selectors): Likewise.
(selectors_info): Likewise.
(compare_classes): Likewise.
(classes_info): Likewise.
(print_object_command): Likewise.
(find_objc_msgcall_submethod): Replace PTR with void *.
* objc-lang.h: Remove check for __STDC__.

21 years ago*** empty log message ***
gdbadmin [Fri, 4 Oct 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Fri, 4 Oct 2002 00:00:04 +0000 (00:00 +0000)]
daily update

21 years ago2002-10-03 Chris Demetriou <cgd@broadcom.com>
cgd [Thu, 3 Oct 2002 23:56:24 +0000 (23:56 +0000)]
2002-10-03  Chris Demetriou  <cgd@broadcom.com>

        * ld-mips-elf/branch-misc-1.d: Link at 0x500000 and use -N, to be
        more compatible with non-embedded targets.
        * ld-mips-elf/branch-misc-2.d: Likewise.

        * ld-mips-elf/mips-elf.exp: Clean up some comments about embedded
        PIC tests.
        (elf): New variable, to control whether generic ELF tests are run.
        (embedded_elf): New variable, to control whether ELF tests
        requiring embedded PIC or embedded relocs are run.

21 years ago2002-10-03 Chris Demetriou <cgd@broadcom.com>
cgd [Thu, 3 Oct 2002 23:53:09 +0000 (23:53 +0000)]
2002-10-03  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/mips-no-jalx.l: Make error message regexps accomodate
        tools which target a specific CPU by default.

21 years ago2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 3 Oct 2002 22:34:58 +0000 (22:34 +0000)]
2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>

        * ui-out.h (ui_out_field_fmt_int): New prototype.
        * ui-out.c (ui_out_field_fmt_int): New function allowing specification
        of field width and alignment.
        * stack.c (print_frame_info_base): When printing frame level, use
        ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
        PR gdb/192

21 years ago2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 3 Oct 2002 22:33:15 +0000 (22:33 +0000)]
2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>

        * mi-return.exp: Change expected frame output to remove extraneous
        space in level field when frame level is single digit.  Part of
        fix for PR gdb/192.
        * mi-stack.exp: Ditto.
        * mi1-return.exp: Ditto.
        * mi1-stack.exp: Ditto.

21 years ago2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 3 Oct 2002 22:31:31 +0000 (22:31 +0000)]
2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>

        * gdbmi.texinfo: Fix examples that show frames to remove
        extraneous blank in level field.  Part of fix for PR gdb/192.

21 years ago2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 3 Oct 2002 22:30:01 +0000 (22:30 +0000)]
2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>

        * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
        interface definition.

21 years ago2002-10-03 Dave Brolley <brolley@redhat.com>
brolley [Thu, 3 Oct 2002 21:00:49 +0000 (21:00 +0000)]
2002-10-03  Dave Brolley  <brolley@redhat.com>
       From Ben Elliston  <bje@redhat.com>

* sidcpuutil.h (basic_cpu::disassembler_bus): New accessor.
(basic_cpu::basic_cpu): Initialise; register "disassembler-memory".

21 years ago2002-10-03 Dave Brolley <brolley@redhat.com>
brolley [Thu, 3 Oct 2002 21:00:17 +0000 (21:00 +0000)]
2002-10-03  Dave Brolley  <brolley@redhat.com>
       From Ben Elliston  <bje@redhat.com>

* compCGEN.cxx (cgen_bi_endian_cpu::cgen_read_memory): Don't
bother fiddling the latency values.  Have the disassembler read
memory using the disassembler-memory accessor, if available.
* common-xml/interface.xml: Document disassembler-memory accessor.
* common-xml/behavior.xml (execution): Likewise.

21 years ago2002-10-03 Dave Brolley <brolley@redhat.com>
brolley [Thu, 3 Oct 2002 21:00:02 +0000 (21:00 +0000)]
2002-10-03  Dave Brolley  <brolley@redhat.com>
       From Ben Elliston  <bje@redhat.com>

* compCGEN.cxx (cgen_bi_endian_cpu::cgen_read_memory): Don't
bother fiddling the latency values.  Have the disassembler read
memory using the disassembler-memory accessor, if available.
* common-xml/interface.xml: Document disassembler-memory accessor.
* common-xml/behavior.xml (execution): Likewise.

21 years ago2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 3 Oct 2002 20:23:56 +0000 (20:23 +0000)]
2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>

        * MAINTAINERS: Add self to Write After Approval list.

21 years ago2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 3 Oct 2002 20:03:55 +0000 (20:03 +0000)]
2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>

        * mi-var-block.exp: Change expected output from -var-update
        command to expect list format for "changelist".  Fix for
        PR gdb/672.
        * mi-var-cmd.exp: Ditto.
        * mi-var-child: Ditto.

21 years ago2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 3 Oct 2002 20:02:13 +0000 (20:02 +0000)]
2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>

        * mi-cmd-var.c (mi_cmd_var_update): Fix for PR gdb/672.  For m2,
        output list begin and end for "changelist" rather than tuple begin/end.
        (varobj_update_one): For m2, add tuple begin and end for varobj
        update output.

21 years ago2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 3 Oct 2002 19:33:08 +0000 (19:33 +0000)]
2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/reent.h: Update documentation at start of file.

21 years ago2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Thu, 3 Oct 2002 19:08:53 +0000 (19:08 +0000)]
2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
* configure.in: Make SET_LIB_PATH substitution more autoconfy.
* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
* Makefile.in: Regenerate.

21 years agoadd target specific commands; add myself to contributors list
markom [Thu, 3 Oct 2002 05:56:40 +0000 (05:56 +0000)]
add target specific commands; add myself to contributors list

21 years ago * contig/tc-sh.c (sh_local_pcrel): New.
kkojima [Thu, 3 Oct 2002 04:58:27 +0000 (04:58 +0000)]
* contig/tc-sh.c (sh_local_pcrel): New.
(sh_force_relocation): Use sh_local_pcrel.
(md_pcrel_from_section): Check the relocation type whether it
should be resolved locally. Use S_FORCE_RELOC.
* testsuite/gas/sh/pcrel2.d: Check code also.

21 years ago2002-10-02 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Thu, 3 Oct 2002 02:34:06 +0000 (02:34 +0000)]
2002-10-02  Elena Zannoni  <ezannoni@redhat.com>

* infcmd.c (interrupt_target_command_wrapper): Delete.
(interrupt_target_command): Make non static.
(nofp_registers_info): Make static.
* stack.c (return_command_wrapper): Delete.
(return_command): Make non static.

21 years ago2002-10-02 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Thu, 3 Oct 2002 01:23:50 +0000 (01:23 +0000)]
2002-10-02  Elena Zannoni  <ezannoni@redhat.com>

* event-top.c (gdb_setup_readline): New function. Code moved from
_initialize_event_loop().
(_initialize_event_loop): Call gdb_setup_readline().

21 years ago* gas/sh/sh64/ptc32-noexp-1.d: Adjust for changes to *ABS*
sclarke [Thu, 3 Oct 2002 00:56:06 +0000 (00:56 +0000)]
* gas/sh/sh64/ptc32-noexp-1.d: Adjust for changes to *ABS*
symbol generation.
* gas/sh/sh64/ptc64-noexp-1.d: Likewise.

21 years ago * include/cytpe.h (_imp____mbcur_max): Add missing ';'.
dannysmith [Thu, 3 Oct 2002 00:51:25 +0000 (00:51 +0000)]
* include/cytpe.h (_imp____mbcur_max): Add missing ';'.
(_imp____mbcur_max_dll): Likewise.

21 years ago * include/fcntl.h (_fmode): Remove declarations and
dannysmith [Thu, 3 Oct 2002 00:49:20 +0000 (00:49 +0000)]
* include/fcntl.h (_fmode): Remove declarations and
compatibility defines.
(_setmode, setmode): Remove prototypes.
* include/stdlib (_fmode): Add declarations and
compatibility defines.  Change type to int.
* include/io.h (_setmode, setmode): Add prototypes.
* samples/fmode/all.c: Adjust includes.
* samples/fmode/test.c: Likewise.
* crt1.c (_CRT_fmode): Declare as int.
* CRTfmode.c (_CRT_fmode): Likewise.

* include/stdlib: Remove comment about MB_CUR_MAX.

21 years ago*** empty log message ***
gdbadmin [Thu, 3 Oct 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

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

21 years ago2002-10-02 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 2 Oct 2002 23:28:53 +0000 (23:28 +0000)]
2002-10-02  Andrew Cagney  <ac131313@redhat.com>

* infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
* gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
* gdbarch.h, gdbarch.c: Re-generate.

21 years ago Fix PR gdb/778
drow [Wed, 2 Oct 2002 22:01:52 +0000 (22:01 +0000)]
    Fix PR gdb/778
        * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
        before recursing.
        * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
        of fill_in_vptr_fieldno.

21 years ago* ld-sh/sh64/gotplt.d, ld-sh/sh64/gotplt.map,
sclarke [Wed, 2 Oct 2002 21:56:49 +0000 (21:56 +0000)]
* ld-sh/sh64/gotplt.d, ld-sh/sh64/gotplt.map,
ld-sh/sh64/gotplt.s: New test.

21 years ago* elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
sclarke [Wed, 2 Oct 2002 21:53:39 +0000 (21:53 +0000)]
* elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
(sh_elf_link_hash_newfunc): Initialize it.
(allocate_dynrelocs): Transfer gotplt refs from plt.refcount
to got.refcount for symbols that are forced local or when
we have direct got refs.
(sh_elf_gc_sweep_hook): Adjust gotplt_refcount.  Use it
to correctly adjust got.refcount and plt.refcount.
(sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
(sh_elf_check_relocs): Increment gotplt_refcount.

21 years ago* gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
jimb [Wed, 2 Oct 2002 21:46:56 +0000 (21:46 +0000)]
* gdb.c++/casts.cc, gdb.c++/casts.exp: New test.

21 years ago2002-10-02 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 2 Oct 2002 21:33:57 +0000 (21:33 +0000)]
2002-10-02  Elena Zannoni  <ezannoni@redhat.com>

        * inferior.h (registers_info, stepi_command, nexti_command,
        continue_command, interrupt_target_command): Export from infcmd.c.
        * frame.h (args_info, selected_frame_level_changed_hook,
        return_command): Export from stack.c.
        * v850ice.c (stepi_command, nexti_command, continue_command): use
        prototypes from inferior.h.
        * tracepoint.c (registers_info, args_info, locals_info): Use
        prototypes from frame.h and inferior.h.
        * Makefile.in (mi-main.o): Add dependency on frame.h.

2002-10-02  Elena Zannoni  <ezannoni@redhat.com>

        * mi-main.c (mi_cmd_exec_return): Don't use
        return_command_wrapper, use return_command instead.
        (mi_cmd_exec_interrupt): Don't use
        interrupt_target_command_wrapper, use interrupt_target_command
        instead.
        (return_command_wrapper, interrupt_target_command_wrapper):
        Delete.
        Include frame.h.

2002-10-02  Elena Zannoni  <ezannoni@redhat.com>

        * tui-hooks.c (selected_frame_level_changed_hook): Use the one
        exported from frame.h.

21 years ago2002-10-02 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 2 Oct 2002 21:21:46 +0000 (21:21 +0000)]
2002-10-02  Andrew Cagney  <ac131313@redhat.com>

* rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
value in register 3 adjusted by ppc_gp0_regnum.

21 years ago* ld-sh/sh64/cmpct1.sd : Fix linked file name.
sclarke [Wed, 2 Oct 2002 21:19:59 +0000 (21:19 +0000)]
* ld-sh/sh64/cmpct1.sd : Fix linked file name.
* ld-sh/sh64/crange3.dd: Likewise.

21 years ago2002-10-02 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 2 Oct 2002 21:18:57 +0000 (21:18 +0000)]
2002-10-02  Andrew Cagney  <ac131313@redhat.com>

* rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 19:14:25 +0000 (19:14 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
* Makefile.in: Regenerate.

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 06:29:04 +0000 (06:29 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.def: Remove order dependency comments.
* Makefile.tpl: Add explicit install-install dependencies.
* Makefile.in: Regenerate.

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 06:22:08 +0000 (06:22 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl: Remove material now in src-release.  (Finally!)
* Makefile.in: Regenerate.

21 years agoadd myself to the Write After Approval list.
markom [Wed, 2 Oct 2002 06:06:06 +0000 (06:06 +0000)]
add myself to the Write After Approval list.

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 05:37:45 +0000 (05:37 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure: Restore my original patch by syncing with gcc version.

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 05:22:11 +0000 (05:22 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Bring following over from gcc:

2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>

* configure.in (s390*-*-linux*): Enable libgcj.

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 04:40:23 +0000 (04:40 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.in: Regenerate.  This really ought to fix things. :sigh:

21 years ago * configure: Move stray lines back to where they belong.
amodra [Wed, 2 Oct 2002 03:47:32 +0000 (03:47 +0000)]
* configure: Move stray lines back to where they belong.

21 years ago * include/stdlib.h (_imp____mbcur_max): add missing ';'.
dannysmith [Wed, 2 Oct 2002 03:43:33 +0000 (03:43 +0000)]
* include/stdlib.h (_imp____mbcur_max): add missing ';'.
(_imp____mbcur_max_dll): Likewise.

21 years ago * configure: Move stray line back to where it belongs.
amodra [Wed, 2 Oct 2002 02:41:36 +0000 (02:41 +0000)]
* configure: Move stray line back to where it belongs.