OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
23 years ago * valops.c (value_cast): If casting a scalar to a pointer, do not
taylor [Tue, 6 Feb 2001 18:07:47 +0000 (18:07 +0000)]
* valops.c (value_cast): If casting a scalar to a pointer, do not
  issue a message about truncation unless it exceeds the length of
  an address, not the length of a pointer.  This is because what the
  user gives us is an address, not a pointer, and we will ultimately
  convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
  to a pointer.  This allows things like "print *(int *)0x01000234"
  to work without generating a misleading message on a target having
  two byte pointers and four byte addresses.

23 years ago * syscalls.cc (stat_worker): Add a check for the special case when
corinna [Tue, 6 Feb 2001 14:07:01 +0000 (14:07 +0000)]
    * syscalls.cc (stat_worker): Add a check for the special case when
        a process creates a file using mode 000 using ntsec.

23 years ago2001-02-06 Philip Blundell <philb@gnu.org>
pb [Tue, 6 Feb 2001 08:19:34 +0000 (08:19 +0000)]
2001-02-06  Philip Blundell  <philb@gnu.org>

* Makefile.am: Remove mention of earmelf_linux26.
* Makefile.in: Regenerate.

23 years agoFix spacing.
cgf [Tue, 6 Feb 2001 05:04:40 +0000 (05:04 +0000)]
Fix spacing.

23 years ago* win32-nat.c: Change PTR to void * throughout.
cgf [Tue, 6 Feb 2001 05:01:03 +0000 (05:01 +0000)]
* win32-nat.c: Change PTR to void * throughout.

23 years ago* signals.h: Removed.
jtc [Tue, 6 Feb 2001 04:17:02 +0000 (04:17 +0000)]
* signals.h: Removed.
* event-top.c (#include <signal.h>): Changed from signals.h.
* inflow.c: Likewise.
* mac-xdep.c: Likewise.
* ser-pipe.c: Likewise.
* ser-tcp.c: Likewise.
* standalone.c: Likewise.
* top.c: Likewise.
* utils.c: Likewise.
* Makefile.in: Removed signals.h from dependencies.

23 years agoChange suggested by Dean Luick <luick@cray.com>
cgf [Tue, 6 Feb 2001 04:03:23 +0000 (04:03 +0000)]
Change suggested by Dean Luick <luick@cray.com>
* inferior.h (step_over_calls_kind): Remove trailing comma from last enum
element.
(step_over_calls): Declare as extern rather than global.

23 years agoDon't abort for invalid input, print an error message instead.
wilson [Tue, 6 Feb 2001 03:49:28 +0000 (03:49 +0000)]
Don't abort for invalid input, print an error message instead.
* config/tc-ia64.c (errata_nop_necessary_p): Return 0 instead of
aborting for invalid operands.

23 years agoFix unwind info when cross-compiling from little-endian machines.
amodra [Tue, 6 Feb 2001 02:52:09 +0000 (02:52 +0000)]
Fix unwind info when cross-compiling from little-endian machines.

23 years agoRevert accidental breakage from Nick's 2000-12-16 checkin.
wilson [Tue, 6 Feb 2001 02:42:20 +0000 (02:42 +0000)]
Revert accidental breakage from Nick's 2000-12-16 checkin.
* ia64-asmtab.c: Revert 2000-12-16 change.

23 years ago2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
ezannoni [Tue, 6 Feb 2001 02:00:43 +0000 (02:00 +0000)]
2001-02-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

      * sh-tdep.c: Update copyright.
      (sh_extract_return_value): Rewrite.
      (sh3e_sh4_extract_return_value): New function.
      (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
      version of the function for sh3e and sh4 CPUs.

23 years ago* build tweak
fche [Mon, 5 Feb 2001 22:03:06 +0000 (22:03 +0000)]
* build tweak

[config/ChangeLog]
2001-02-05  Frank Ch. Eigler  <fche@redhat.com>

        * ltmain.sh (link/dlpreload): Apply export-symbols-regexp to
        preloaded libtool archives too.

[main/dynamic/ChangeLog]
2001-02-05  Frank Ch. Eigler  <fche@redhat.com>

        * Makefile.am (sid_LDFLAGS): Add export-symbols-regex parameter to
        shrink the list of static symbols in the dlpreload case.
        * Makefile.in: Regenerated.

23 years ago2001-02-05 Charles Wilson <cwilson@ece.gatech.edu>
jjohnstn [Mon, 5 Feb 2001 21:51:42 +0000 (21:51 +0000)]
2001-02-05  Charles Wilson  <cwilson@ece.gatech.edu>

        * libc/include/locale.h: add LC_MESSAGES definition

23 years ago2001-02-05 Michael Chastain <chastain@redhat.com>
chastain [Mon, 5 Feb 2001 21:09:20 +0000 (21:09 +0000)]
2001-02-05  Michael Chastain  <chastain@redhat.com>

* hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
to conform with interface change.

23 years ago * fhandler.cc (fhandler_base::open): Always add GENERIC_READ access
corinna [Mon, 5 Feb 2001 16:10:06 +0000 (16:10 +0000)]
    * fhandler.cc (fhandler_base::open): Always add GENERIC_READ access
        when opening raw disk devices.
        * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Implement bytewise
        access.
        * fhandler_raw.cc (fhandler_dev_raw::open): Always open raw disk device
        binary.
        (fhandler_dev_raw::raw_write): Don't drop read buffer content when
        writing after read.

23 years ago * mmap.cc (mmap_record::fixup_map): New method to duplicate
corinna [Mon, 5 Feb 2001 12:36:41 +0000 (12:36 +0000)]
    * mmap.cc (mmap_record::fixup_map): New method to duplicate
        the memory protection in a just forked child.
        (mmap): Realign gran_len to page boundary only on anonymous
        mapping before saving in the mmap_record.
        (munmap): Cleanup code.
        (msync): Ditto.
        (fixup_mmaps_after_fork): Ditto. Call mmap_record::fixup_map now.

23 years ago2001-02-04 Fernando Nasser <fnasser@redhat.com>
fnasser [Mon, 5 Feb 2001 02:24:55 +0000 (02:24 +0000)]
2001-02-04  Fernando Nasser  <fnasser@redhat.com>

* library/plugins/plugins.tcl: Fix typos and remove "-transient"
parameter from open command.
* library/plugins/HOW-TO: New file.  Describes how to add a plug-in
window to Insight.

23 years agoDo not convert reloc addend to PC rel, it will be handled later on.
nickc [Sun, 4 Feb 2001 22:14:19 +0000 (22:14 +0000)]
Do not convert reloc addend to PC rel, it will be handled later on.

23 years ago * config.guess: Import from subversions.gnu.org (revision 1.181).
msokolov [Sun, 4 Feb 2001 18:17:30 +0000 (18:17 +0000)]
* config.guess: Import from subversions.gnu.org (revision 1.181).
* config.sub: Import from subversions.gnu.org (revision 1.199).

23 years ago2001-02-04 Philip Blundell <philb@gnu.org>
pb [Sun, 4 Feb 2001 16:37:03 +0000 (16:37 +0000)]
2001-02-04  Philip Blundell  <philb@gnu.org>

* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
* configure: Regenerate.

23 years ago2001-02-04 Philip Blundell <philb@gnu.org>
pb [Sun, 4 Feb 2001 14:01:35 +0000 (14:01 +0000)]
2001-02-04  Philip Blundell  <philb@gnu.org>

* emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
* emulparams/armelf_linux26.sh: Delete.
* configure.tgt: Remove mention of armelf_linux26 emulation.

23 years ago * config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_header
ciceron [Sun, 4 Feb 2001 13:58:30 +0000 (13:58 +0000)]
* config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_header
function to select the header according to the cpu.
(md_after_pass_hook, md_do_align): Remove.
(md_cleanup, m68hc11_cleanup): Remove.
(md_pcrel_from_section): Declare.
* config/tc-m68hc11.c (build_dbranch_insn): Remove insn_size.
(build_jump_insn, build_insn): Likewise.
(m68hc11_listing_header): New function.
(m68hc11_cleanup): Remove.

23 years ago * gas/m68hc11/malis.s: New test to verify compliance with Motorola
ciceron [Sun, 4 Feb 2001 13:53:49 +0000 (13:53 +0000)]
* gas/m68hc11/malis.s: New test to verify compliance with Motorola
Assembly Language Input Standard.
* gas/m68hc11/malis.d: New file.
* gas/m68hc11/malis-include.s: New file.
* gas/m68hc11/all.exp: Add the new test.

23 years ago * config/djgpp/fnchange.lst: Tweak to make consistent with the
eliz [Sun, 4 Feb 2001 07:56:38 +0000 (07:56 +0000)]
* config/djgpp/fnchange.lst: Tweak to make consistent with the
new files.

23 years ago * config/djgpp/djconfig.sh: Use explicit absolute file name when
eliz [Sun, 4 Feb 2001 07:52:33 +0000 (07:52 +0000)]
* config/djgpp/djconfig.sh: Use explicit absolute file name when
invoking `find'.

23 years ago * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
eliz [Sun, 4 Feb 2001 07:48:18 +0000 (07:48 +0000)]
* ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
UART_FIFO_WORKS is defined.  Otherwise use outportb.
From Francisco Pastor <fpastor.etra-id@etra.es>

23 years ago * go32-nat.c (go32_xfer_memory): Make the argument list consistent
eliz [Sun, 4 Feb 2001 07:24:57 +0000 (07:24 +0000)]
* go32-nat.c (go32_xfer_memory): Make the argument list consistent
with target.h's to_xfer_memory member.

23 years agoFix typo
nickc [Sat, 3 Feb 2001 00:53:10 +0000 (00:53 +0000)]
Fix typo

23 years ago Binutils portion of fix for syntax array elements when max
patrickm [Fri, 2 Feb 2001 23:04:39 +0000 (23:04 +0000)]
Binutils portion of fix for syntax array elements when max
operands is greater than 127.

2001-02-02  Patrick Macdonald  <patrickm@redhat.com>

* cgen.h (CGEN_SYNTAX_CHAR_TYPE): Typedef as unsigned short.
(CGEN_MAX_SYNTAX_ELEMENTS): Rename from CGEN_MAX_SYNTAX_BYTES.
(CGEN_SYNTAX): Define using CGEN_MAX_SYNTAX_ELEMENTS.

* fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
* m32r-desc.h: Regenerate.

23 years ago* ppc-bdm.c (#include <signal.h>): Removed.
jtc [Fri, 2 Feb 2001 23:04:14 +0000 (23:04 +0000)]
* ppc-bdm.c (#include <signal.h>): Removed.
* remote-array.c: Likewise.
* remote-bug.c: Likewise.
* remote-e7000.c: Likewise.
* remote-mips.c: Likewise.
* remote-os9k.c: Likewise.
* remote-st.c: Likewise.
* remote-udi.c: Likewise.
* remote-vx29k.c: Likewise.
* remote-vx68.c: Likewise.
* remote-vx960.c: Likewise.
* remote-vxmips.c: Likewise.
* remote-vxsparc.c: Likewise.

23 years ago CGEN portion of fix for syntax array elements when max operands
patrickm [Fri, 2 Feb 2001 22:50:13 +0000 (22:50 +0000)]
    CGEN portion of fix for syntax array elements when max operands
        greater than 127.

        2001-02-02  Patrick Macdonald  <patrickm@redhat.com>

        * desc-cpu.scm (-gen-hash-defines): Rename
        CGEN_ACTUAL_MAX_SYNTAX_BYTES to CGEN_ACTUAL_MAX_SYNTAX_ELEMENTS.

23 years agomerge from gcc
dj [Fri, 2 Feb 2001 20:08:59 +0000 (20:08 +0000)]
merge from gcc

23 years agoChanged free() to xfree() where appropriate. Also changed Copyright to
juanito [Fri, 2 Feb 2001 20:01:15 +0000 (20:01 +0000)]
Changed free() to xfree() where appropriate. Also changed Copyright to
include 2001.

23 years ago* cli/cli-cmds.c (apropos_command): Changed occurance of free() to xfree().
juanito [Fri, 2 Feb 2001 19:37:48 +0000 (19:37 +0000)]
* cli/cli-cmds.c (apropos_command): Changed occurance of free() to xfree().
Also changed Copyright to include 2001.

23 years ago* monitor.c (#include "gdb_wait.h"): Removed.
jtc [Fri, 2 Feb 2001 19:14:32 +0000 (19:14 +0000)]
* monitor.c (#include "gdb_wait.h"): Removed.
* ocd.c: Likewise.
* ppc-bdm.c: Likewise.
* remote-adapt.c: Likewise.
* remote-array.c: Likewise.
* remote-bug.c: Likewise.
* remote-e7000.c: Likewise.
* remote-eb.c: Likewise.
* remote-es.c: Likewise.
* remote-mips.c: Likewise.
* remote-mm.c: Likewise.
* remote-nindy.c: Likewise.
* remote-os9k.c: Likewise.
* remote-rdi.c: Likewise.
* remote-rdp.c: Likewise.
* remote-sds.c: Likewise.
* remote-sim.c: Likewise.
* remote-st.c: Likewise.
* remote-udi.c: Likewise.
* remote-vx.c: Likewise.
* remote-vx29k.c: Likewise.
* remote-vx68.c: Likewise.
* remote-vx960.c: Likewise.
* remote-vxmips.c: Likewise.
* remote-vxsparc.c: Likewise.
* remote.c: Likewise.
* ser-pipe.c: Likewise.
* ser-unix.c: Likewise.
* Makefile.in: Updated dependencies.
-------------------------------------------------------------------

23 years agomerge from gcc
dj [Fri, 2 Feb 2001 18:58:51 +0000 (18:58 +0000)]
merge from gcc

23 years agomerge from gcc
dj [Fri, 2 Feb 2001 18:58:38 +0000 (18:58 +0000)]
merge from gcc

23 years agomerge from gcc
dj [Fri, 2 Feb 2001 18:58:10 +0000 (18:58 +0000)]
merge from gcc

23 years ago * include/winnt.h: (__TEXT): Add private macro.
earnie [Fri, 2 Feb 2001 18:10:58 +0000 (18:10 +0000)]
* include/winnt.h: (__TEXT): Add private macro.
(_TEXT): Modify definition to use __TEXT.
(_T): Ditto.
This change allows the passing of a MACRO as an argument and have that
MACRO resolved first.
Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>

23 years agoFri Feb 2 10:34:07 2001 Earnie Boyd <earnie@users.sourceforge.net>
earnie [Fri, 2 Feb 2001 16:50:06 +0000 (16:50 +0000)]
Fri Feb  2 10:34:07  2001  Earnie Boyd  <earnie@users.sourceforge.net>

* include/tchar.h: (__TEXT): Add private macro.
(_TEXT): Modify definition to use __TEXT.
(_T): Ditto.
This change allows the passing of a MACRO as an argument and have that
MACRO resolved first.
Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>

23 years agoFix 2001-02-02 Stephane Carrez ChangeLog entry
ciceron [Fri, 2 Feb 2001 14:16:53 +0000 (14:16 +0000)]
Fix 2001-02-02  Stephane Carrez ChangeLog entry

23 years ago * tc-m68hc11.c (relaxable_symbol): Relax externally visible symbols
ciceron [Fri, 2 Feb 2001 14:14:11 +0000 (14:14 +0000)]
* tc-m68hc11.c (relaxable_symbol): Relax externally visible symbols
because there is no support for shared libraries and these symbols
can't be overridden (unless they are weak).

23 years ago* cygheap.cc (creturn): Correctly calculate cygheap_max.
cgf [Fri, 2 Feb 2001 04:32:02 +0000 (04:32 +0000)]
* cygheap.cc (creturn): Correctly calculate cygheap_max.

23 years ago2001-02-01 Fernando Nasser <fnasser@redhat.com>
fnasser [Fri, 2 Feb 2001 02:41:45 +0000 (02:41 +0000)]
2001-02-01  Fernando Nasser  <fnasser@redhat.com>

* library/images/insight.gif: New splash screen/about graphics.
* library/images2/insight.gif: New splash screen/about graphics.
* library/about.tcl: Update copyright, window title and change colors
to match new splash screen/about images.

23 years ago* intro.texi (Input to a compiler backend): Rename node.
bje [Fri, 2 Feb 2001 01:42:05 +0000 (01:42 +0000)]
* intro.texi (Input to a compiler backend): Rename node.

23 years ago2001-02-01 Fernando Nasser <fnasser@redhat.com>
fnasser [Thu, 1 Feb 2001 22:56:26 +0000 (22:56 +0000)]
2001-02-01  Fernando Nasser  <fnasser@redhat.com>

* library/gdbtoolbar.itcl (add): New method.  Emulate the style of the
toolbar iwidget commands.
(toolbar_show): Old name.
        (show): New name.
(toolbar_create_button): Old name.
        (create): New name.
(toolbar_configure_button): Old name.
        (itemconfigure): New name.
        (toolbar_bind_button): Old name.
        (itembind): New name.
        (toolbar_set_button_balloon): Old name.
        (itemballoon): New name.
        (toolbar_add_button): Make private.
        (toolbar_add_label): Ditto.
        (toolbar_add_button_separator): Ditto.
(toolbar_remove_button): Ditto.
(tollbar_insert_button): Ditto.
* library/srcbar.itcl: Adjust to the above syntax.
* library/plugins/rhabout/rhabout.itcl: Ditto.

23 years ago* libc/sys/sh/sys/syscall.h (SYS_get_argc, SYS_get_argN_len,
aoliva [Thu, 1 Feb 2001 21:25:56 +0000 (21:25 +0000)]
* libc/sys/sh/sys/syscall.h (SYS_get_argc, SYS_get_argN_len,
SYS_get_argN):
* libc/sys/sh/syscalls.c (__setup_argv_for_main,
__setup_argv_and_call_main): New.

23 years ago2001-02-01 Fernando Nasser <fnasser@redhat.com>
fnasser [Thu, 1 Feb 2001 21:03:43 +0000 (21:03 +0000)]
2001-02-01  Fernando Nasser  <fnasser@redhat.com>

* library/gdbmenubar.itcl (constructor): Remove unused code.
(add): New method.  Emulate the style of the menubar iwidget commands.
(menubar_show): Old name.
(show): New name.
(menubar_menu_exists): Old name.
(exists): New name.
(menubar_clear_menu): Old name.
(clear): New name.
(menubar_delete_menu): Old name.
        (delete): New name.
(menubar_new_menu): Make private.  Does not return anything.
(menubar_add_menu_command): Make private.
(menubar_add_menu_separator): Ditto.
(menubar_change_menu_state): Ditto.
* library/srcbar.itcl: Adjust to the above syntax.
* library/plugins/plugins.tcl: Ditto.
* library/plugins/rhabout/rhabout.itcl: Ditto.

23 years agoAdd parentheses ready for future conbtribution
nickc [Thu, 1 Feb 2001 20:56:35 +0000 (20:56 +0000)]
Add parentheses ready for future conbtribution

23 years agoUpdate base address register after restoring register bank.
nickc [Thu, 1 Feb 2001 20:39:51 +0000 (20:39 +0000)]
Update base address register after restoring register bank.

23 years ago2001-02-01 Kazu Hirata <kazu@hxi.com>
kazu [Thu, 1 Feb 2001 19:35:29 +0000 (19:35 +0000)]
2001-02-01  Kazu Hirata  <kazu@hxi.com>

* elf-m10300.c: Fix formatting.

23 years agoReplace occurances of -oformat with --oformat.
nickc [Thu, 1 Feb 2001 18:44:43 +0000 (18:44 +0000)]
Replace occurances of -oformat with --oformat.

23 years ago * dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviations
rth [Thu, 1 Feb 2001 18:08:47 +0000 (18:08 +0000)]
    * dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviations
        for the compilation unit with a zero byte.

23 years ago2001-02-01 Fernando Nasser <fnasser@redhat.com>
fnasser [Thu, 1 Feb 2001 17:59:38 +0000 (17:59 +0000)]
2001-02-01  Fernando Nasser  <fnasser@redhat.com>

* library/pluginwin.itcl (contrucdtor, destructor): Use "code" to
specify callbacks.
(running, stopped, no_inferior): Make it a protected method.
(childsite): Explicitly mark as a public method.
* library/plugins/rhabout/rhabout.itcl (constructor): Add a label
widget to show status messages.
(running, stopped): Overload versions of the base class; display
status messages as an example.

23 years ago * (dis386_att, grps): Use 'T' for push/pop
hubicka [Thu, 1 Feb 2001 15:30:55 +0000 (15:30 +0000)]
* (dis386_att, grps): Use 'T' for push/pop
(putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax

23 years agov850-elf target is now building.
jlarmour [Thu, 1 Feb 2001 07:00:53 +0000 (07:00 +0000)]
v850-elf target is now building.

23 years ago * Makefile.in (gencode): Link with libopcodes in build tree rather
jlarmour [Thu, 1 Feb 2001 06:56:29 +0000 (06:56 +0000)]
* Makefile.in (gencode): Link with libopcodes in build tree rather
than building source files from there.

23 years ago2001-01-31 Fernando Nasser <fnasser@redhat.com>
fnasser [Thu, 1 Feb 2001 04:56:29 +0000 (04:56 +0000)]
2001-01-31  Fernando Nasser  <fnasser@redhat.com>

* library/pluginwin.itcl: New file.  Implements the PluginWindow
class that provides some basic functionality for plug-ins.
* library/plugins/rhabout/rhabout.itcl: Inherit from the new
PluginWindow class.  Remove code dependent on ModalDlg.
(constructor): Creates menus and a toolbar to show how these
PluginWindow components are used.
* library/tclIndex: Regenerate.

23 years ago2001-01-31 Fernando Nasser <fnasser@redhat.com>
fnasser [Thu, 1 Feb 2001 04:54:11 +0000 (04:54 +0000)]
2001-01-31  Fernando Nasser  <fnasser@redhat.com>

* library/pluginwin.itcl: New file.  Implements the PluginWindow
class that provides some basic functionality for plug-ins.
* library/plugins/rhabout/rhabout.itcl: Inherit from the new
PluginWindow class.  Remove code dependent on ModalDlg.
(constructor): Creates menus and a toolbar to show how these
PluginWindow components are used.

23 years agoDetect installation of SWI vector by running program as well as loading program.
nickc [Thu, 1 Feb 2001 00:14:40 +0000 (00:14 +0000)]
Detect installation of SWI vector by running program as well as loading program.

23 years ago2001-01-31 Fernando Nasser <fnasser@redhat.com>
fnasser [Wed, 31 Jan 2001 23:37:20 +0000 (23:37 +0000)]
2001-01-31  Fernando Nasser  <fnasser@redhat.com>

* library/plugins/rhabout.tcl: Add load for optional sample C command
procedure.
* library/plugins/rhabout/rhabout.itcl (constructor): Try calling
optional sample C command procedure rhabout_extra_text.
* library/plugins/rhabout/rhabout.c: New file. Implement an example
plug-in shared library with a sample C command procedure.
* library/plugins/rhabout/Makefile: New file. Makefile for the sample
shared library above (Linux only).

23 years ago * Makefile.in: Increment VERSION to 0.5
earnie [Wed, 31 Jan 2001 22:41:21 +0000 (22:41 +0000)]
* Makefile.in: Increment VERSION to 0.5
* include/winnt.h: Change TEXT to _TEXT throughout.
(SID_RELEASE): Define.
Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>

23 years ago * Makefile.in: Increment version to 0.5
earnie [Wed, 31 Jan 2001 22:17:17 +0000 (22:17 +0000)]
* Makefile.in: Increment version to 0.5
* include/_mingw.h: Increment minor version

23 years ago* robustness improvement
fche [Wed, 31 Jan 2001 20:59:01 +0000 (20:59 +0000)]
* robustness improvement

[ChangeLog]
2001-01-31  Frank Ch. Eigler  <fche@redhat.com>

* configure.in (target): AC_SUBST it to supply to config/info.tcl.
* configure: Regenerated.

[config/ChangeLog]
2001-01-31  Frank Ch. Eigler  <fche@redhat.com>

* info.tcl.in (target_alias): Initialize from @target@.
* unix.exp: Always include info.tcl ...
(sidcomp_start): ... not just here.
(sid_find_gas,sid_find_ld,sid_find_gcc): Look for tools in sibling
build tree, if it's configured for a matching target.

23 years ago2001-01-31 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 31 Jan 2001 20:11:47 +0000 (20:11 +0000)]
2001-01-31  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/stdio.h (FILENAME_MAX): Changed to use __FILENAME_MAX__
        if defined.
        (FOPEN_MAX): Changed to use __FOPEN_MAX__ if defined.
        (L_tmpnam): Changed to use __L_tmpnam__ if defined.
        * libc/include/sys/config.h: Changed to set __FILENAME_MAX__
        appropriately for Cygwin and RTEMS so not to exceed PATH_MAX.

23 years ago2001-01-31 David Smith <dsmith@redhat.com>
dsmith [Wed, 31 Jan 2001 15:46:34 +0000 (15:46 +0000)]
2001-01-31  David Smith  <dsmith@redhat.com>

* event-loop.c: Change inclusion of string.h to gdb_string.h and
updated the copyright notice.
* ser-pipe.c: Ditto.
* mi/mi-cmds.c: Ditto.
* mi/mi-console.c: Ditto.
* mi/mi-getopt.c: Ditto.
* mi/mi-parse.c: Ditto.

23 years ago* shared.cc (shared_info::initialize): Reduce size of heap.
cgf [Wed, 31 Jan 2001 15:06:06 +0000 (15:06 +0000)]
* shared.cc (shared_info::initialize): Reduce size of heap.

23 years ago2001-01-31 David Smith <dsmith@redhat.com>
dsmith [Wed, 31 Jan 2001 15:03:45 +0000 (15:03 +0000)]
2001-01-31  David Smith  <dsmith@redhat.com>

* MAINTAINERS: Add David Smith to Write After Approval list.

23 years ago(elf64_hppa_object_p): Set architecture and machine from elf header flags.
amodra [Wed, 31 Jan 2001 13:28:49 +0000 (13:28 +0000)]
(elf64_hppa_object_p): Set architecture and machine from elf header flags.

23 years ago * include/sys/resource.h: Fix typo.
corinna [Wed, 31 Jan 2001 12:24:24 +0000 (12:24 +0000)]
    * include/sys/resource.h: Fix typo.

23 years ago * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.
corinna [Wed, 31 Jan 2001 12:21:22 +0000 (12:21 +0000)]
    * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.

23 years agoAnother HAVE_DOS_BASED_FILE_SYSTEM check.
amodra [Wed, 31 Jan 2001 06:02:18 +0000 (06:02 +0000)]
Another HAVE_DOS_BASED_FILE_SYSTEM check.

23 years agoMove putchar_filtered() to utils.c.
cagney [Wed, 31 Jan 2001 03:46:22 +0000 (03:46 +0000)]
Move putchar_filtered() to utils.c.

23 years ago2001-01-28 Fernando Nasser <fnasser@redhat.com>
fnasser [Wed, 31 Jan 2001 03:04:21 +0000 (03:04 +0000)]
2001-01-28  Fernando Nasser  <fnasser@redhat.com>

* library/plugins: New directory.  Sample plug-in directory to help
developers of Insight plug-ins.  See README file in that directory.
* library/plugins/plugins.tcl: New file. Sample version of a code
fragment file which adds entries to the PlugIn menu of the Source
Window to activate custom plug-in windows.
* library/plugins/pkgIndex.tcl: New file.  Sample version of a file
with package information for the installed plug-ins.
* library/plugins/rhabout.tcl: New file. Sample file providing a
plug-in package.
* library/plugins/rhabout: New directory.  Sample plug-in.
* library/plugins/rhabout/rhabout.itcl: New file.  Sample class
implementing a plug-in window.
* library/plugins/rhabout/tclIndex: New file.  Tcl index for the sample
plug-in implementation.

23 years ago2001-01-28 Fernando Nasser <fnasser@redhat.com>
fnasser [Wed, 31 Jan 2001 03:02:49 +0000 (03:02 +0000)]
2001-01-28  Fernando Nasser  <fnasser@redhat.com>

* library/plugins: New directory.  Sample plug-in directory to help
developers of Insight plug-ins.  See README file in that directory.
* library/plugins/plugins.tcl: New file. Sample version of a code
fragment file which adds entries to the PlugIn menu of the Source
Window to activate custom plug-in windows.
* library/plugins/pkgIndex.tcl: New file.  Sample version of a file
with package information for the installed plug-ins.
* library/plugins/rhabout.tcl: New file. Sample file providing a
plug-in package.
* library/plugins/rhabout: New directory.  Sample plug-in.
* library/plugins/rhabout/rhabout.itcl: New file.  Sample class
implementing a plug-in window.
* library/plugins/rhabout/tclIndex: New file.  Tcl index for the sample
plug-in implementation.

23 years agoCleanup autoconfigury of vfork().
cagney [Wed, 31 Jan 2001 02:08:23 +0000 (02:08 +0000)]
Cleanup autoconfigury of vfork().

23 years agoReplace strsave() with xstrdup().
cagney [Wed, 31 Jan 2001 01:23:59 +0000 (01:23 +0000)]
Replace strsave() with xstrdup().

23 years ago* cli/cli-script.c (define_command): Check for a bad hook value in
cagney [Wed, 31 Jan 2001 00:50:01 +0000 (00:50 +0000)]
* cli/cli-script.c (define_command): Check for a bad hook value in
switch statement.

23 years ago* configure/sh/embed.mt: New file.
jtc [Tue, 30 Jan 2001 23:37:07 +0000 (23:37 +0000)]
* configure/sh/embed.mt: New file.
* configure/sh/linux.mt: New file.
* configure/sh/sh.mt: Removed.
* configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
(sh-*-*): Removed.

23 years ago* include/cygwin/version.h: Bump version to 1.3.0.
cgf [Tue, 30 Jan 2001 23:19:18 +0000 (23:19 +0000)]
* include/cygwin/version.h: Bump version to 1.3.0.

23 years ago* interp.c (sim_create_inferior): Record program arguments for
aoliva [Tue, 30 Jan 2001 23:03:56 +0000 (23:03 +0000)]
* interp.c (sim_create_inferior): Record program arguments for
later inspection by the trap handler.
(count_argc): New function.
(prog_argv): Declare static.
(sim_write): Declare.
(trap): Implement argc, argnlen and argn system calls. Do not
abort on unknown system calls--simply return -1.
* syscall.h (SYS_argc, SYS_argnlen, SYS_argn): Define.

23 years agoReplace blanked lines from earlier commit with comment stating that
kevinb [Tue, 30 Jan 2001 22:18:21 +0000 (22:18 +0000)]
Replace blanked lines from earlier commit with comment stating that
the reason why the space is empty.

23 years ago * include/assert.h: (assert): Remove ; from end of definition
earnie [Tue, 30 Jan 2001 18:03:22 +0000 (18:03 +0000)]
* include/assert.h: (assert): Remove ; from end of definition
Thanks to: AJ Reins <tbisp@qwest.net>

23 years agoRemove unused printf() definition.
kevinb [Tue, 30 Jan 2001 16:45:19 +0000 (16:45 +0000)]
Remove unused printf() definition.

23 years ago * Apply Phil Krylov patches.
earnie [Tue, 30 Jan 2001 15:47:40 +0000 (15:47 +0000)]
* Apply Phil Krylov patches.
2001-01-19  Phil Krylov  <phil@mail.ru>
* include/commctrl.h: (HDI_IMAGE) New definition.
(HDI_DI_SETITEM) Ditto.
(HDI_ORDER) Ditto.
(HDI_FILTER) Ditto.
(HDF_BITMAP_ON_RIGHT) Ditto.
(HDF_IMAGE) Ditto.
(HDM_SETORDERARRAY) Ditto.
(Header_SetOrderArray) Ditto.
(ICC_BAR_CLASSES) Ditto.
(struct _HD_ITEMA) Change definition.
(struct _HD_ITEMW) Ditto.
(struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
(InitCommonControlsEx()) Ditto.
2001-01-23  Phil Krylov  <phil@mail.ru>
* include/richedit.h: Many Richedit 2.0 definitions.

23 years ago * include/winuser.h: (IDC_HAND) New resource identifier.
earnie [Tue, 30 Jan 2001 14:59:29 +0000 (14:59 +0000)]
* include/winuser.h: (IDC_HAND)  New resource identifier.
Thanks to: Mark Jordon <mark_jordan@ieee.org>

23 years ago * include/iptypes.h: Include <sys/types.h> for time_t declaration.
earnie [Tue, 30 Jan 2001 14:37:54 +0000 (14:37 +0000)]
* include/iptypes.h: Include <sys/types.h> for time_t declaration.
Fix typo's.

23 years agoWrite out millicode functions with the right elf symbol type.
amodra [Tue, 30 Jan 2001 13:40:08 +0000 (13:40 +0000)]
Write out millicode functions with the right elf symbol type.

23 years ago * objidl.h: (GetClassID): Argument needs to be a pointer.
earnie [Tue, 30 Jan 2001 13:34:48 +0000 (13:34 +0000)]
* objidl.h: (GetClassID): Argument needs to be a pointer.
(GetUnmarshalClass): CLSID argument needs to be a pointer.
Thanks To: <bge@users.sourceforge.net>

23 years agoFix a null-pointer dereference and some range checks.
amodra [Tue, 30 Jan 2001 13:13:29 +0000 (13:13 +0000)]
Fix a null-pointer dereference and some range checks.

23 years agoFix a null-pointer dereference and some range checks.
amodra [Tue, 30 Jan 2001 13:13:20 +0000 (13:13 +0000)]
Fix a null-pointer dereference and some range checks.

23 years ago * Apply Danny Smith patch 102386
earnie [Tue, 30 Jan 2001 12:55:02 +0000 (12:55 +0000)]
* Apply Danny Smith patch 102386
2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
* lib/rasapi32.def: add symbols available in NT4 and W2k

23 years ago * include/time.h: (CLOCKS_PER_SEC): Type cast the constant.
earnie [Tue, 30 Jan 2001 12:44:46 +0000 (12:44 +0000)]
* include/time.h: (CLOCKS_PER_SEC): Type cast the constant.
Thanks to: Cosmin Truta  <cosmin@cs.toronto.edu>

23 years ago * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
rth [Tue, 30 Jan 2001 09:52:27 +0000 (09:52 +0000)]
    * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
        before mdebug.

23 years ago * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of
corinna [Tue, 30 Jan 2001 08:10:04 +0000 (08:10 +0000)]
    * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of
        explicit cast (HANDLE) 0xffffffff.
        * shared.cc (open_shared): Ditto.

23 years agoRemoved files structs3.c structs3.exp.
chastain [Tue, 30 Jan 2001 04:48:50 +0000 (04:48 +0000)]
Removed files structs3.c structs3.exp.
These were added by accident.  Whoops!

23 years ago* libc/stdlib/mallocr.c: Undefine windows preprocessor variables when compiling
cgf [Tue, 30 Jan 2001 04:04:58 +0000 (04:04 +0000)]
* libc/stdlib/mallocr.c: Undefine windows preprocessor variables when compiling
under Cygwin.

23 years ago2001-01-29 Michael Chastain <chastain@redhat.com>
chastain [Tue, 30 Jan 2001 02:49:34 +0000 (02:49 +0000)]
2001-01-29  Michael Chastain  <chastain@redhat.com>

* symtab.c (block_lookup_symbol): Use 'namespace' parameter in
symbol comparisons in binary search.

23 years agoHandle hppa64-linux systems.
amodra [Tue, 30 Jan 2001 02:17:40 +0000 (02:17 +0000)]
Handle hppa64-linux systems.

23 years ago* fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structure
cgf [Tue, 30 Jan 2001 01:52:29 +0000 (01:52 +0000)]
* fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structure
instead of shared structure to fix a race condition between read/write.