OSDN Git Service

pf3gnuchains/sourceware.git
22 years agooops - omitted from previous delta
nickc [Tue, 23 Jul 2002 09:59:21 +0000 (09:59 +0000)]
oops - omitted from previous delta

22 years agoupdate translations.
nickc [Tue, 23 Jul 2002 09:58:00 +0000 (09:58 +0000)]
update translations.

22 years agoKen Raeburn is no longer the maintainer for GAS.
nickc [Tue, 23 Jul 2002 07:25:37 +0000 (07:25 +0000)]
Ken Raeburn is no longer the maintainer for GAS.

22 years ago * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
amodra [Tue, 23 Jul 2002 05:12:56 +0000 (05:12 +0000)]
* doc/binutils.texi (addr2line <man synopsis>): Correct brackets.

22 years ago * budemang.c: Include config.h and string.h/strings.h.
amodra [Tue, 23 Jul 2002 05:12:26 +0000 (05:12 +0000)]
* budemang.c: Include config.h and string.h/strings.h.

22 years ago * elflink.h (elf_link_input_bfd): Don't change internal symbols
amodra [Tue, 23 Jul 2002 04:38:17 +0000 (04:38 +0000)]
* elflink.h (elf_link_input_bfd): Don't change internal symbols
when outputting relocs.

22 years ago * include/oleauto.h (V_BOOL): Define in terms of boolVal,
dannysmith [Tue, 23 Jul 2002 02:09:27 +0000 (02:09 +0000)]
* include/oleauto.h (V_BOOL): Define in terms of boolVal,
not bool, for C as well as C++.

22 years ago * aix-thread.c (language.h): Include.
kevinb [Tue, 23 Jul 2002 01:06:02 +0000 (01:06 +0000)]
* aix-thread.c (language.h): Include.
(ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
(pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
Print newlines at end of debug messages.
(pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
(pdc_write_data): Use local_hex_string() instead of %llx formats.

22 years agoDon't rely on FIRST_UISA_SP_REGNUM or LAST_UISA_REGNUM.
kevinb [Tue, 23 Jul 2002 00:34:29 +0000 (00:34 +0000)]
Don't rely on FIRST_UISA_SP_REGNUM or LAST_UISA_REGNUM.

22 years agodaily update
amodra [Tue, 23 Jul 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Tue, 23 Jul 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago2002-07-22 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 22 Jul 2002 23:53:48 +0000 (23:53 +0000)]
2002-07-22  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/stdio.h (fcloseall, _fcloseall_r): Added prototypes.
        * libc/stdio/Makefile.am: Added fcloseall.c support.
        * libc/stdio/Makefile.in: Regenerated.
        * libc/stdio/fcloseall.c: New file.
        * libc/stdio64/Makefile.am: Remove missing .def references.
        * libc/stdio64/Makefile.in: Regenerated.

22 years ago * aix-thread.c (ops): Rename to aix_thread_ops.
kevinb [Mon, 22 Jul 2002 22:11:03 +0000 (22:11 +0000)]
* aix-thread.c (ops): Rename to aix_thread_ops.
(base_ops): Rename to base_target.
(ops_attach): Rename to aix_thread_attach.
(ops_detach): Rename to aix_thread_detach.
(ops_resume): Rename to aix_thread_detach.
(ops_wait):   Rename to aix_thread_wait.
(ops_kill):   Rename to aix_thread_kill.
(init_ops):   Rename to init_aix_thread_ops.
(ops_fetch_register): Rename to aix_thread_fetch_register.
(ops_store_register): Rename to aix_thread_store_register.
(ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
(ops_thread_alive):   Rename to aix_thread_thread_alive.
(ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
(ops_pid_to_str):  Rename to aix_thread_pid_to_str.
(ops_xfer_memory): Rename to aix_thread_xfer_memory.
(fetch_regs_lib):  Rename to fetch_regs_user_thread.
(fetch_regs_kern): Rename to fetch_regs_kernel_thread.
(store_regs_lib):  Rename to store_regs_user_thread.
(store_regs_kern): Rename to store_regs_kernel_thread.

22 years ago2002-07-22 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 22 Jul 2002 20:26:51 +0000 (20:26 +0000)]
2002-07-22  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/machine/powerpc/time.c: Removed..renamed to times.c.
        * libc/machine/powerpc/times.c: New file.
        * libc/machine/powerpc/Makefile.am: Change time.c to times.c.
        * libc/machine/powerpc/Makefile.in: Regenerated.

22 years ago * aix-thread.c (ops_prepare_to_store): Eliminate.
kevinb [Mon, 22 Jul 2002 19:56:06 +0000 (19:56 +0000)]
* aix-thread.c (ops_prepare_to_store): Eliminate.
(init_ops): Don't initialize ops.prepare_to_store.
(store_regs_kern): Pre-fetch register buffers from child,
because some registers may not be in the cache.  Copy
regs from register cache only if they are cached.
(store_regs_lib): Copy regs from register cache only
if they are cached.
(fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
fill_gprs64): Ditto.

22 years ago2002-07-22 Aldy Hernandez <aldyh@redhat.com>
jjohnstn [Mon, 22 Jul 2002 19:26:25 +0000 (19:26 +0000)]
2002-07-22  Aldy Hernandez  <aldyh@redhat.com>

        * rs6000/simulator.S (gettimeofday): New.
        (getrusage): New.

22 years ago2002-07-19 Aldy Hernandez <aldyh@redhat.com>
jjohnstn [Mon, 22 Jul 2002 19:24:53 +0000 (19:24 +0000)]
2002-07-19  Aldy Hernandez  <aldyh@redhat.com>

        * libc/machine/powerpc/time.c: New file.
        * libc/machine/powerpc/Makefile.am (lib_a_SOURCES): Add
        time.c.
        * libc/machine/powerpc/Makefile.in: Regenerated.

22 years ago * aix-thread.c (gdb_assert.h): Include.
kevinb [Mon, 22 Jul 2002 19:20:21 +0000 (19:20 +0000)]
* aix-thread.c (gdb_assert.h): Include.
(fill_sprs64, fill_sprs32): Add selected asserts to make sure that
register sizes (from register cache) match size of buffer holding
register data.
(fill_sprs32): Change parameter types to match those in the ptrace()
buffer.
(store_regs_lib): Likewise, but for 32-bit temporary variables.
(ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.

* aix-thread.c (supply_sprs64): Cosmetic change.
(supply_sprs32): Cosmetic change.
(fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
(fill_sprs64): Use regcache_collect instead of read_register.
(store_regs_lib): Use regcache_collect instead of
read_register.  Use fill_sprs32 instead of fill_sprs64,
if debugging a 32-bit architecture.
(store_regs_kern): Use fill_gprs64 etc. to pull the values
out of the register cache, instead of passing a pointer into
the register cache directly to ptrace.  Use regcache_collect
insteaad of read_register.
(ops_prepare_to_store): Use target_read_registers instead
of read_register_bytes.

22 years ago * doc/c-ip2k.texi: The company name Scenix changed to Ubicom.
denisc [Mon, 22 Jul 2002 19:04:28 +0000 (19:04 +0000)]
* doc/c-ip2k.texi: The company name Scenix changed to Ubicom.
* doc/as.texi: Likewise.

22 years ago * libc/libc.texinfo: Change copyright notices to Red Hat from
fitzsim [Mon, 22 Jul 2002 16:40:48 +0000 (16:40 +0000)]
* libc/libc.texinfo: Change copyright notices to Red Hat from
Cygnus.
* libm/libm.texinfo: Likewise.
* README: Change docs URL to
http://sources.redhat.com/newlib/docs.html.

22 years ago* fhandler_serial.cc: Fix formatting problems introduced by below changes.
cgf [Mon, 22 Jul 2002 14:30:29 +0000 (14:30 +0000)]
* fhandler_serial.cc: Fix formatting problems introduced by below changes.

22 years ago * fhandler.h (class fhandler_serial): Add new members of
corinna [Mon, 22 Jul 2002 09:11:44 +0000 (09:11 +0000)]
* fhandler.h (class fhandler_serial): Add new members of
the class - rts,dtr and method ioctl(). Variables rts and dtr
important for Win 9x only.
* fhandler_serial.cc (fhandler_serial::open): Add initial setting
of dtr and rts. Important for Win 9x only.
(fhandler_serial::ioctl): New function. Implements commands TIOCMGET,
TIOCMSET and TIOCINQ.
(fhandler_serial::tcflush): Fixed found error.
(fhandler_serial::tcsetattr): Add settings of rts and dtr. Important
for Win 9x only.
* termios.h: Add new defines as a support for ioctl() function
on serial device.

22 years ago2002-07-22 Danny Smith <dannysmith@users.sourceforge.net>
dannysmith [Mon, 22 Jul 2002 03:10:43 +0000 (03:10 +0000)]
2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>

* include/shlwapi.h: New file.
Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
Victor Porton  <porton@narod.ru> for contributions.
* lib/shlwapi.def: New file.
* lib/test.c: #include shlwapi.h.

22 years ago*** empty log message ***
gdbadmin [Mon, 22 Jul 2002 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Mon, 22 Jul 2002 00:00:09 +0000 (00:00 +0000)]
daily update

22 years ago2002-07-21 Bart Oldeman <bart.oldeman@btinternet.com>
dannysmith [Sun, 21 Jul 2002 00:17:40 +0000 (00:17 +0000)]
2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>

* include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
character.
* include/winsock2.h (struct sockaddr): Use __int64 instead of
long long.
* include/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
does not need external library functions.

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

22 years agodaily update
amodra [Sun, 21 Jul 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago2002-07-20 Aidan Skinner <aidan@velvet.net>
aidan [Sat, 20 Jul 2002 16:18:07 +0000 (16:18 +0000)]
2002-07-20  Aidan Skinner <aidan@velvet.net>

* MAINTAINERS: Add self under write after approval.

22 years ago2002-07-20 Aidan Skinner <aidan@velvet.net>
aidan [Sat, 20 Jul 2002 16:17:57 +0000 (16:17 +0000)]
2002-07-20  Aidan Skinner <aidan@velvet.net>

* MAINTAINERS: Add self under write after approval.

22 years ago2002-07-20 Aidan Skinner <aidan@velvet.net>
aidan [Sat, 20 Jul 2002 16:08:49 +0000 (16:08 +0000)]
2002-07-20  Aidan Skinner <aidan@velvet.net>

* ada-tasks.c: Change k&r style function definitions to prototyped
form.

22 years ago2002-07-20 Aidan Skinner <aidan@velvet.net>
aidan [Sat, 20 Jul 2002 16:08:19 +0000 (16:08 +0000)]
2002-07-20  Aidan Skinner <aidan@velvet.net>

* ada-tasks.c: Change k&r style function definitions to prototyped
form.

22 years ago * budemang.c: Include string.h.
amodra [Sat, 20 Jul 2002 14:00:47 +0000 (14:00 +0000)]
* budemang.c: Include string.h.

22 years ago * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
amodra [Sat, 20 Jul 2002 13:41:11 +0000 (13:41 +0000)]
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
bomb on /DISCARD/ input section.
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
* emultempl/mmo.em (mmo_place_orphan): Likewise.

22 years ago* autoload.cc (LoadDLLprime): Add jmp call to allow streamlining of later jmp
cgf [Sat, 20 Jul 2002 04:59:15 +0000 (04:59 +0000)]
* autoload.cc (LoadDLLprime): Add jmp call to allow streamlining of later jmp
rewrite.
(doit): Avoid use of cx register.  Just change one word to avoid races.

22 years ago* autoload.cc (LoadDLLprime): Add jmp call to allow streamlining of later jmp
cgf [Sat, 20 Jul 2002 04:57:05 +0000 (04:57 +0000)]
* autoload.cc (LoadDLLprime): Add jmp call to allow streamlining of later jmp
rewrite.
(doit): Avoid use of cx register.  Just change one word to avoid races.

22 years ago* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
thorpej [Sat, 20 Jul 2002 04:09:30 +0000 (04:09 +0000)]
* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
DT_PLTGOT into the dynamic section if there is a PLT.

22 years ago2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Sat, 20 Jul 2002 01:03:08 +0000 (01:03 +0000)]
2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/inode.c: Add chmod, fchmod, and chown syscalls.
        * libc/sys/linux/io.c: Add ftruncate syscall.
        * libc/sys/linux/fpathconf.c: New file.
        * libc/sys/linux/pathconf.c: Ditto.
        * libc/sys/linux/linux_fsinfo.h: Ditto.
        * libc/sys/linux/sys/unistd.h: Ditto.

22 years ago2002-07-20 Casper S. Hornstrup <chorns@users.sourceforge.net>
dannysmith [Sat, 20 Jul 2002 00:12:25 +0000 (00:12 +0000)]
2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* include/winbase.h (GetEnvironmentStringsA): Remove duplicate
definition.
(Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
avoid compile error when already defined.

2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>

* include/winuser.h (WM_MENURBUTTONUP): Add define.

22 years agodaily update
amodra [Sat, 20 Jul 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Sat, 20 Jul 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years agowhite space
cgf [Fri, 19 Jul 2002 23:48:17 +0000 (23:48 +0000)]
white space

22 years ago2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 19 Jul 2002 23:27:05 +0000 (23:27 +0000)]
2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio64/Makefile.am: Remove missing files.
        * libc/stdio64/Makefile.in: Regenerated.

22 years ago2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 19 Jul 2002 23:21:42 +0000 (23:21 +0000)]
2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/config.h[__i386__][__linux__]: Define
        _LARGE64FILE_SOURCE to 1.
        * libc/sys/linux/Makefile.am: Add getrlimit64.c and setrlimit64.c.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/resource.c: Add __getrlimit and __setrlimit aliases.
        * libc/sys/linux/sys/linux_time.h: Protect struct timeval definition.
        * libc/sys/linux/sys/resource.h: Include <bits/resource.h> instead
        of <linux/resource.h>.
        * libc/sys/linux/getrlimit64.c: New file.
        * libc/sys/linux/setrlimit64.c: Ditto.

22 years ago * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
ths [Fri, 19 Jul 2002 21:34:01 +0000 (21:34 +0000)]
* elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
elf32-mips.c.
(_bfd_mips_elf_write_section): Likewise.
* elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
(_bfd_mips_elf_write_section): Likewise.
* elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
(elf32_mips_write_section): Likewise.
* elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
(_bfd_mips_elf_write_section): Likewise.

22 years ago * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
ths [Fri, 19 Jul 2002 21:30:25 +0000 (21:30 +0000)]
* config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
instead of S_IS_EXTERN.
(md_estimate_size_before_relax): Likewise.
(mips_fix_adjustable): Likewise.

22 years ago * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
ths [Fri, 19 Jul 2002 21:28:49 +0000 (21:28 +0000)]
* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.

22 years ago * libc/argz/argz_replace.c: Include buf_findstr.h.
fitzsim [Fri, 19 Jul 2002 20:36:03 +0000 (20:36 +0000)]
* libc/argz/argz_replace.c: Include buf_findstr.h.
* libc/argz/buf_findstr.c: Likewise.
* libc/argz/envz_entry.c: Include buf_findstr.h.  Cast return
value to (char *).
* libc/argz/envz_get.c: Likewise.
* libc/include/sys/unistd.h: Add getopt and getsubopt declarations.
* libc/stdlib/Makefile.am (LIB_SOURCES): Add getsubopt.c.
* libc/stdlib/getsubopt.3: New file.
* libc/stdlib/getsubopt.c: New file.
* libc/sys/linux/machine/i386/socketcall.h (__sockcall_base):
Change esp to ebp.

22 years ago2002-07-19 Daniel Jacobowitz <drow@mvista.com>
drow [Fri, 19 Jul 2002 19:40:28 +0000 (19:40 +0000)]
2002-07-19  Daniel Jacobowitz  <drow@mvista.com>

        * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
        Improve support for reusing an exec file.  Copy exec file
        to target, and run gdbserver on the target instead of on the host.

22 years ago[ dejagnu/ChangeLog ]
cgd [Fri, 19 Jul 2002 18:24:47 +0000 (18:24 +0000)]
[ dejagnu/ChangeLog ]
2002-07-19  Chris Demetriou  <cgd@broadcom.com>

        * config.guess: Update from ../config.guess.
        * config.sub: Update from ../config.sub.

[ readline/ChangeLog.gdb ]
2002-07-19  Chris Demetriou  <cgd@broadcom.com>

        * support/config.guess: Update from ../config.guess.
        * support/config.sub: Update from ../config.sub.

22 years ago* Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
cagney [Fri, 19 Jul 2002 18:22:14 +0000 (18:22 +0000)]
* Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
* x86-64-tdep.c: Include "objfiles.h".
(x86_64_gdbarch_init): Set in_solib_call_trampoline to
in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.

22 years ago2002-07-19 Chris Demetriou <cgd@broadcom.com>
cgd [Fri, 19 Jul 2002 18:16:30 +0000 (18:16 +0000)]
2002-07-19  Chris Demetriou  <cgd@broadcom.com>

        * MAINTAINERS: Clarify updates of config.guess and config.sub, and
add one instance of them which was missed to the list to update.

22 years ago * security.cc (get_unix_group_sidlist): Create.
corinna [Fri, 19 Jul 2002 15:04:17 +0000 (15:04 +0000)]
* security.cc (get_unix_group_sidlist): Create.
(get_supplementary_group_sidlist): Evolve into get_unix_group_sidlist.
(get_user_local_groups): Add check for duplicates.
(get_user_primary_group): Suppress.
(get_group_sidlist): Silently ignore PDC unavailability.
Call get_unix_group_sidlist() before get_user_local_groups().
Remove call to get_supplementary_group_sidlist(). Never call
get_user_primary_group() as the passwd group is always included.
Add well_known_authenticated_users_sid in only one statement.

22 years ago* fhandler_serial.cc (fhandler_serial::tcflush): Fix typo.
cgf [Fri, 19 Jul 2002 14:17:11 +0000 (14:17 +0000)]
* fhandler_serial.cc (fhandler_serial::tcflush): Fix typo.

22 years agoMake .ifdef treat a referenced but not yet defined symbol as if it were
nickc [Fri, 19 Jul 2002 11:35:05 +0000 (11:35 +0000)]
Make .ifdef treat a referenced but not yet defined symbol as if it were
undefined, in exactly the same way as .equiv.

22 years ago2002-07-17 Michal Ludvig <michal@suse.cz>
mludvig [Fri, 19 Jul 2002 09:40:50 +0000 (09:40 +0000)]
2002-07-17  Michal Ludvig  <michal@suse.cz>

* dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
(update_context): Initialise cfa variable.

22 years agoAdd IP2k GAS and OPCODES support.
nickc [Fri, 19 Jul 2002 07:52:36 +0000 (07:52 +0000)]
Add IP2k GAS and OPCODES support.

22 years ago * ld-mmix/sec-1.d: Adjust for changes in padding.
hp [Fri, 19 Jul 2002 03:30:13 +0000 (03:30 +0000)]
* ld-mmix/sec-1.d: Adjust for changes in padding.
* ld-mmix/sec-3.d: Ditto.

22 years ago * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
hp [Fri, 19 Jul 2002 02:56:58 +0000 (02:56 +0000)]
* emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
output section.

22 years ago * gas/mmix/list-pseudoints.l: Adjust for changes in gas section
hp [Fri, 19 Jul 2002 01:51:17 +0000 (01:51 +0000)]
* gas/mmix/list-pseudoints.l: Adjust for changes in gas section
padding.
* gas/mmix/greg7.d: Ditto.
* gas/mmix/greg8.d: Ditto.
* gas/mmix/fb-2.d: Ditto.
* gas/mmix/comment-1.d: Ditto.
* gas/mmix/byte-1.d: Ditto.

22 years ago * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
amodra [Fri, 19 Jul 2002 01:10:28 +0000 (01:10 +0000)]
* elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
PT_IA_64_UNWIND segments for a given section.

22 years ago* gdb.base/ending-run.exp: Don't expect to see the program end in
jimb [Fri, 19 Jul 2002 00:02:34 +0000 (00:02 +0000)]
* gdb.base/ending-run.exp: Don't expect to see the program end in
some orderly fashion when we're running on a real stand-alone
board.

22 years ago*** empty log message ***
gdbadmin [Fri, 19 Jul 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Fri, 19 Jul 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago* gdb.base/interrupt.exp: Correct logic for skipping tests on
jimb [Thu, 18 Jul 2002 23:52:49 +0000 (23:52 +0000)]
* gdb.base/interrupt.exp: Correct logic for skipping tests on
targets that don't support interrupts.

22 years ago2002-07-18 Chris Demetriou <cgd@broadcom.com>
jjohnstn [Thu, 18 Jul 2002 20:04:59 +0000 (20:04 +0000)]
2002-07-18  Chris Demetriou  <cgd@broadcom.com>

        * read.c (read): Don't assign past end of buffer, fix return value.

22 years ago2002-07-17 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 18 Jul 2002 19:26:14 +0000 (19:26 +0000)]
2002-07-17  Michael Snyder  <msnyder@redhat.com>

* aix-thread.c: Shorten some long lines.
Bring comments into line with code spec.

22 years ago * infrun.c: Re-indent using gdb_indent.sh.
brobecke [Thu, 18 Jul 2002 17:53:49 +0000 (17:53 +0000)]
    * infrun.c: Re-indent using gdb_indent.sh.

22 years ago * infrun.c (handle_inferior_event): Remove unneeded extra brace.
brobecke [Thu, 18 Jul 2002 17:51:27 +0000 (17:51 +0000)]
    * infrun.c (handle_inferior_event): Remove unneeded extra brace.
        Leave the indentation temporarily untouched, to minimize the diffs.

22 years ago2002-07-18 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Thu, 18 Jul 2002 17:22:50 +0000 (17:22 +0000)]
2002-07-18  Elena Zannoni  <ezannoni@redhat.com>

* stabsread.c: Make os9k sections of the code obsolete,
for real this time.
* stabsread.h: Make os9k sections of the code obsolete.

22 years ago2002-07-18 Michal Ludvig <mludvig@suse.cz>
mludvig [Thu, 18 Jul 2002 15:18:01 +0000 (15:18 +0000)]
2002-07-18  Michal Ludvig  <mludvig@suse.cz>

* linux-low.c (regsets_store_inferior_registers): Add free()
at the end of a loop to prevent memory leak.
* linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
(X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.

22 years ago* Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
mludvig [Thu, 18 Jul 2002 12:12:41 +0000 (12:12 +0000)]
* Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h

22 years agoAdd IP2K support
nickc [Thu, 18 Jul 2002 11:11:13 +0000 (11:11 +0000)]
Add IP2K support

22 years ago2002-07-18 Michal Ludvig <mludvig@suse.cz>
mludvig [Thu, 18 Jul 2002 10:10:48 +0000 (10:10 +0000)]
2002-07-18  Michal Ludvig <mludvig@suse.cz>
* config/sparc/tm-sp64linux.h: Make the rest of #endif
line a comment.

22 years agoDelete w65 directory.
cagney [Thu, 18 Jul 2002 00:05:41 +0000 (00:05 +0000)]
Delete w65 directory.

22 years agodaily update
amodra [Thu, 18 Jul 2002 00:00:04 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Thu, 18 Jul 2002 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago2002-07-17 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 17 Jul 2002 23:25:42 +0000 (23:25 +0000)]
2002-07-17  Jeff Johnston  <jjohnstn@redhat.com>

        * configure.host(stdio64_dir): New setting that is used to
        enable building of new stdio64 directory.
        * libc/Makefile.am[HAVE_STDIO64_DIR]: Add support for
        large files.
        (stmp-stdio64,stdio64.texi): New targets to optionally add in
        stdio64 info to info files.
        * libc/Makefile.in: Regenerated.
        * libc/configure: Ditto.
        * libc/configure.in: Add configuration variables that are set
        when stdio64 is selected as subdir in configure.host.
        * libc/libc.texinfo: Add optional menu item for Stdio64, based
        on whether STDIO64 flag is set or not.
        * libc/sys.tex: Add optional stdio64 syscalls based on whether
        STDIO64 flag is set or not.
        * libc/include/reent.h[__LARGE64_FILES]: Add new stdio64
        _r sycall routines.
        * libc/include/stdio.h[__LARGE64_FILES]: Add new stdio64 prototypes.
        (FILE): Typedef'd to __FILE instead of struct __sFILE directly.
        (__SL64): New file flag indicating file is opened via fopen64.
        * libc/include/sys/_types.h(_off64_t): Added.
        * libc/include/sys/config.h: For x86-linux, define __LARGE64_FILES.
        * libc/include/sys/reent.h(struct __sFILE64): New file structure
        for 64-bit offset large file support.
        (__FILE): New intermediate type either set to struct __sFILE64 or
        struct __sFILE, depending on whether __LARGE64_FILES is set or not.
        * libc/reent/Makefile.am[HAVE_STDIO64_DIR]: Add new files.
        * libc/reent/Makefile.in: Regenerated.
        * libc/reent/fstat64r.c: New file.
        * libc/reent/lseek64r.c: Ditto.
        * libc/reent/open64r.c: Ditto.
        * libc/reent/reent.tex: Optionally add stdio64 reentrant syscalls
        based on whether STDIO64 flag is set.
        * libc/stdio/stdio.tex: Add blank line.
        * libc/stdio64/Makefile.am: New file.
        * libc/stdio64/Makefile.in: Ditto.
        * libc/stdio64/fgetpos64.c: Ditto.
        * libc/stdio64/fopen64.: Ditto.
        * libc/stdio64/freopen64.c: Ditto.
        * libc/stdio64/fseeko64.c: Ditto.
        * libc/stdio64/fsetpos64.c: Ditto.
        * libc/stdio64/ftello64.c: Ditto.
        * libc/stdio64/local64.h: Ditto.
        * libc/stdio64/stdio64.c: Ditto.
        * libc/stdio64/stdio64.tex: Ditto.
        * libc/stdio64/tmpfile64.c: Ditto.
        * libc/sys/linux/io64.c: Add weak aliases for lseek64, fstat64, and
        open64.

22 years agoIndex: sim/common/ChangeLog
cagney [Wed, 17 Jul 2002 21:20:09 +0000 (21:20 +0000)]
Index: sim/common/ChangeLog
2002-07-17  Andrew Cagney  <cagney@redhat.com>

* run-sim.h: Add #ifdef RUN_SIM_H wrapper.
(sim_set_callbacks, sim_size, sim_trace)
(sim_set_trace, sim_set_profile_size, sim_kill): Declare.  Moved
to here from "gdb/remote-sim.h".

Index: include/gdb/ChangeLog
2002-07-17  Andrew Cagney  <cagney@redhat.com>

* remote-sim.h: Update copyright.
(sim_set_callbacks, sim_size, sim_trace)
(sim_set_trace, sim_set_profile_size, sim_kill): Delete.  Moved to
"sim/common/run-sim.h".

22 years ago* macrocmd.c (info_macro_command): Remove newline from error
jimb [Wed, 17 Jul 2002 21:16:33 +0000 (21:16 +0000)]
* macrocmd.c (info_macro_command): Remove newline from error
message.

22 years agoinclude/gdb:
amylaar [Wed, 17 Jul 2002 18:43:26 +0000 (18:43 +0000)]
include/gdb:
* sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
renumbering the sh-dsp registers to use distinct numbers.
sim/sh:
* Makefile.in (interp.o): Depend on $(srcroot)/include/gdb/sim-sh.h.
* interp.c: Include "gdb/sim-sh.h".
(sim_store_register, sim_fetch_register): Use constants defined there.
gdb:
* sh-tdep.c (sh_dsp_register_sim_regno): New function.
(sh_gdbarch_init): Use it for sh-dsp.

22 years ago2002-07-17 H.J. Lu <hjl@gnu.org>
hjl [Wed, 17 Jul 2002 17:53:27 +0000 (17:53 +0000)]
2002-07-17  H.J. Lu <hjl@gnu.org>

* Makefile.am: Fix a typo.
* Makefile.in: Regenerate.

22 years ago * cpu/ip2k.cpu: New file.
bje [Wed, 17 Jul 2002 14:56:53 +0000 (14:56 +0000)]
* cpu/ip2k.cpu: New file.
* cpu/ip2k.opc: Likewise.

22 years agooops - omitted from previous delta
nickc [Wed, 17 Jul 2002 14:18:37 +0000 (14:18 +0000)]
oops - omitted from previous delta

22 years agoAdd IP2k support to BFD and LD
nickc [Wed, 17 Jul 2002 14:15:48 +0000 (14:15 +0000)]
Add IP2k support to BFD and LD

22 years agoFrom: Ian Rickards <irickard@arm.com>
rearnsha [Wed, 17 Jul 2002 12:17:17 +0000 (12:17 +0000)]
From: Ian Rickards  <irickard@arm.com>
* dwarf2.c (concat_filename): If we can't establish the directory
just return the filename.

22 years ago2002-07-17 David Mosberger <davidm@hpl.hp.com>
hjl [Wed, 17 Jul 2002 07:27:40 +0000 (07:27 +0000)]
2002-07-17  David Mosberger  <davidm@hpl.hp.com>

* ia64-opc-b.c (bWhc): New macro.
(mWhc): Ditto.
(OpPaWhcD): Ditto.
(ia64_opcodes_b): Correct patterns for indirect call
instructions to use 3-bit "wh" field.
* ia64-asmtab.c: Regnerate.

22 years ago2002-07-17 H.J. Lu <hjl@gnu.org>
hjl [Wed, 17 Jul 2002 07:26:29 +0000 (07:26 +0000)]
2002-07-17  H.J. Lu <hjl@gnu.org>

* gas/ia64/dv-branch.d: Updated.
* gas/ia64/opc-b.d: Likewise.

22 years ago2002-07-17 Danny Smith <dannysmith@users.sourceforge.net>
dannysmith [Wed, 17 Jul 2002 04:49:01 +0000 (04:49 +0000)]
2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>

* include/commdlg.h: Define CDN_* notification message constants
as UINT.

2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>

* include/commctrl.h: Define notification message constants for
NMHDR.code as UINT.

22 years ago2002-07-17 Bart Oldeman <bart.oldeman@btinternet.com>
dannysmith [Wed, 17 Jul 2002 03:37:45 +0000 (03:37 +0000)]
2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>

* include/ddeml.h (MH_*) Add defines.
(MONHSZSTRUCT): Add structure and typedefs.
(MONLINKSTRUCT): Ditto.
(MONCONVSTRUCT): Ditto.
(MONCBSTRUCT): Ditto.
(MONERRSTRUCT): Ditto.
(MONMSGSTRUCT): Ditto.
* include/windef.h: Don't define __cdecl or _cdecl for
__WATCOM__.
Don't define _export or __export for __WATCOM__.
* include/windows.h (imm.h): #include.
* include/winnt.h (LPEXCEPTION_RECORD): Add typedef.

2002-07-17  Danny Smith <dannysmith@users.sourceforge.net>

* include/wtypes.h: Remove duplicate #includes of rhc.h and
rpcndr.h.

22 years ago * README: Add Running the Testsuite section.
fitzsim [Wed, 17 Jul 2002 00:58:59 +0000 (00:58 +0000)]
* README: Add Running the Testsuite section.

22 years ago2002-07-16 Chris Demetriou <cgd@broadcom.com>
cgd [Wed, 17 Jul 2002 00:17:14 +0000 (00:17 +0000)]
2002-07-16  Chris Demetriou  <cgd@broadcom.com>

        * config.guess: Update to 2002-07-09 version.
        * config.sub: Update to 2002-07-03 version.

22 years ago*** empty log message ***
gdbadmin [Wed, 17 Jul 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Wed, 17 Jul 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
hubicka [Tue, 16 Jul 2002 22:31:19 +0000 (22:31 +0000)]
* tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.

22 years ago * dwarf2read.c (read_initial_length): Handle older, non-standard,
kevinb [Tue, 16 Jul 2002 21:00:42 +0000 (21:00 +0000)]
* dwarf2read.c (read_initial_length): Handle older, non-standard,
64-bit DWARF2 format.

22 years agoCorrect typos.
brolley [Tue, 16 Jul 2002 19:25:45 +0000 (19:25 +0000)]
Correct typos.

22 years ago2002-07-16 Dave Brolley <brolley@redhat.com>
brolley [Tue, 16 Jul 2002 19:14:46 +0000 (19:14 +0000)]
2002-07-16  Dave Brolley  <brolley@redhat.com>

* cache.h (cache): Add flush_and_invalidate_set_pin and
flush_and_invalidate_pin.
* cache.cxx (cache_component): Initialize flush_and_invalidate_set_pin
and flush_and_invalidate_pin. Add flush-and-invalidate and
flush-and-invalidate-set pins.
(flush_set): Don't flush an invalid line.
(flush_and_invalidate_set): New method.
(flush_and_invalidate_line): New method.
* hw-cache.xml, hw-cache.txt: Modified accordingly.

22 years ago * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
brobecke [Tue, 16 Jul 2002 17:14:38 +0000 (17:14 +0000)]
    * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
        <sys/proc.h> when not available.

22 years ago * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
brobecke [Tue, 16 Jul 2002 17:14:13 +0000 (17:14 +0000)]
    * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
        <sys/proc.h> when not available.