OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
22 years ago * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
dannysmith [Thu, 24 Jan 2002 07:34:16 +0000 (07:34 +0000)]
* include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.

* include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
_HDITEM[AW], with parallel changes to typedefs. Use defines for
backward compatability with old names. Update UNICODE mappings.
(HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
for struct _HD_LAYOUT and add defines for backward
compatability with old names.
(NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
parallel chages to typedefs. Add defines for backward
compatability with old names.
(TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.

22 years agoApproved by msynder@redhat.com
fnf [Thu, 24 Jan 2002 04:08:32 +0000 (04:08 +0000)]
Approved by msynder@redhat.com

2002-01-23  Fred Fish  <fnf@redhat.com>
* mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
stabstring on initial malloc.  Reallocing will copy it for us,
if necessary.

22 years ago2002-01-23 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Thu, 24 Jan 2002 03:44:07 +0000 (03:44 +0000)]
2002-01-23  Elena Zannoni  <ezannoni@redhat.com>

        * Makefile.in (hpread_h): Delete.
        (HFILES_NO_SRCDIR): Remove hpread.h.
        (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
        (hpread.o): Update dependencies.
        (hp-psymtab-read.o, hp-symtab-read.o): Remove.

        * hp-psymtab-read.c: Remove file.
        * hp-symtab-read.c: Remove file.
        * hpread.h: Remove file.

        * hpread.c: Merge all contents of hp-psymtab-read.c,
        hp-symtab-read.c and hpread.h into this file, as it was prior to
        January 1999.

        * config/pa/hpux11w.mh, config/pa/hpux11.mh,
        config/pa/hpux1020.mh, config/pa/hppaosf.mh,
        config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
        Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.

22 years ago2002-01-23 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Thu, 24 Jan 2002 03:42:59 +0000 (03:42 +0000)]
2002-01-23  Elena Zannoni  <ezannoni@redhat.com>

        * Makefile.in (hpread_h): Delete.
        (HFILES_NO_SRCDIR): Remove hpread.h.
        (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
        (hpread.o): Update dependencies.
        (hp-psymtab-read.o, hp-symtab-read.o): Remove.

        * hp-psymtab-read.c: Remove file.
        * hp-symtab-read.c: Remove file.
        * hpread.h: Remove file.

        * hpread.c: Merge all contents of hp-psymtab-read.c,
        hp-symtab-read.c and hpread.h into this file, as it was prior to
        January 1999.

        * config/pa/hpux11w.mh, config/pa/hpux11.mh,
        config/pa/hpux1020.mh, config/pa/hppaosf.mh,
        config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
        Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.

22 years agocopyright years
aoliva [Thu, 24 Jan 2002 02:59:16 +0000 (02:59 +0000)]
copyright years

22 years ago2002-01-23 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Thu, 24 Jan 2002 02:58:24 +0000 (02:58 +0000)]
2002-01-23  Elena Zannoni  <ezannoni@redhat.com>

* ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
fill_gregset): Call gdbarch_tdep() just once, assign result to
variable and use that, instead of calling the function several
times.

22 years ago* config/tc-sh.c (sh_elf_suffix): Removed.
aoliva [Thu, 24 Jan 2002 02:54:45 +0000 (02:54 +0000)]
* config/tc-sh.c (sh_elf_suffix): Removed.
(sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
sh_end_of_match, sh_parse_name): New functions.
(sh_elf_cons): Simplify.
(parse_exp): Reject misplaced PIC operands.
(md_undefined_symbol): Simplify.
(sh_fix_adjustable): Let @GOTOFF be adjusted.
(md_apply_fix3): Write @PLT and @GOTOFF addends in place.
(tc_gen_reloc): Move fixp subsy absolute value into addnumber.
Complain if subsy remains at the end.
* config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
(md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.

22 years ago* configure.host: Accept sparcv9 as alias for sparc64.
aoliva [Thu, 24 Jan 2002 02:48:03 +0000 (02:48 +0000)]
* configure.host: Accept sparcv9 as alias for sparc64.
* configure.tgt: Likewise.

22 years ago * libc/include/sys/signal.h: Remove pthread_kill declaration
fitzsim [Thu, 24 Jan 2002 00:52:27 +0000 (00:52 +0000)]
* libc/include/sys/signal.h: Remove pthread_kill declaration
when __CYGWIN__ is defined.

22 years agobit more about full install
davidsb [Thu, 24 Jan 2002 00:34:35 +0000 (00:34 +0000)]
bit more about full install

22 years agovarious updates to choosing & [un]installing packages with setup
davidsb [Thu, 24 Jan 2002 00:30:25 +0000 (00:30 +0000)]
various updates to choosing & [un]installing packages with setup

22 years ago*** empty log message ***
gdbadmin [Thu, 24 Jan 2002 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

22 years agoclarify how to disable anti-virus safely during setup
davidsb [Wed, 23 Jan 2002 23:53:39 +0000 (23:53 +0000)]
clarify how to disable anti-virus safely during setup

22 years agoremove obsolete urgent reference to latest/readme file.
davidsb [Wed, 23 Jan 2002 23:21:31 +0000 (23:21 +0000)]
remove obsolete urgent reference to latest/readme file.

22 years agoremove explicit list of packages, refer to <http://cygwin.com/packages/>.
davidsb [Wed, 23 Jan 2002 23:18:30 +0000 (23:18 +0000)]
remove explicit list of packages, refer to <cygwin.com/packages/>.

22 years ago"History" no longer maintained here. Moved to <http://cygwin.com/history.html>.
davidsb [Wed, 23 Jan 2002 23:07:18 +0000 (23:07 +0000)]
"History" no longer maintained here.  Moved to <cygwin.com/history.html>.

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

22 years agoclarify "why doesn't my shell script work"
davidsb [Wed, 23 Jan 2002 22:35:58 +0000 (22:35 +0000)]
clarify "why doesn't my shell script work"

22 years ago * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
rth [Wed, 23 Jan 2002 21:51:52 +0000 (21:51 +0000)]
    * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
        plt entries for undefweak symbols.

22 years agoRemove libgdb.texinfo
cagney [Wed, 23 Jan 2002 21:08:19 +0000 (21:08 +0000)]
Remove libgdb.texinfo

22 years ago * CATALOG: Add hw-video-vga, sid-io-vga-x.
fitzsim [Wed, 23 Jan 2002 20:59:47 +0000 (20:59 +0000)]
* CATALOG: Add hw-video-vga, sid-io-vga-x.

22 years ago * Makefile.am (SUBDIRLIST): Add vga, gui.
fitzsim [Wed, 23 Jan 2002 20:51:59 +0000 (20:51 +0000)]
* Makefile.am (SUBDIRLIST): Add vga, gui.
(SUBLIBLIST): Add vga/libvga.la, gui/libgui.la.
(INCLUDES): Add vga, gui directories.
* bochs.h: Include vga/vga.h.
* configure.in: Add check for X11/Xos.h header.
Add vga/Makefile and gui/Makefile to AC_OUTPUT.
* config.h.in (BX_USE_VGA_SMF): Set to 0.
(HAVE_X11_XOS_H): New define.
* components.cxx (compX86ListTypes): Add types hw-video-vga,
sid-io-vga.
(compX86Create): Likewise.
(compX86Delete): Handle deletion of x86_cpu, vga and x_gui components.

* gui/Makefile.am: New file.
* gui/Makefile.in: Likewise.
* gui/dummy.cc: Likewise.
* gui/icon_bochs.h: Likewise.
* gui/x-gui.h: Likewise.
* gui/x-gui.cc: Likewise.

* vga/Makefile.am: New file.
* vga/Makefile.in: Likewise.
* vga/sid-vga-wrapper.cc: Likewise.
* vga/sid-vga-wrapper.h: Likewise.
* vga/tests/vga-test-bounce.c: Likewise.
* vga/tests/vga-test-color.c: Likewise.
* vga/tests/vga-test-draw.c: Likewise.
* vga/tests/vga-test-modes.c: Likewise.
* vga/vga.cc: Likewise.
* vga/vga.cc: Likewise.

22 years ago* speclib: Use rm -f to remove temp file just to quiet any potential warnings.
cgf [Wed, 23 Jan 2002 18:46:18 +0000 (18:46 +0000)]
* speclib: Use rm -f to remove temp file just to quiet any potential warnings.

22 years ago Supplement ChangeLog entry.
corinna [Wed, 23 Jan 2002 18:37:58 +0000 (18:37 +0000)]
Supplement ChangeLog entry.

22 years ago * security.cc (create_token): Use sec_user() to create
corinna [Wed, 23 Jan 2002 18:35:03 +0000 (18:35 +0000)]
* security.cc (create_token): Use sec_user() to create
SECURITY_ATTRIBUTES structure for primary token.

22 years ago * path.cc (symlink): Fix check for already existing file.
corinna [Wed, 23 Jan 2002 16:50:16 +0000 (16:50 +0000)]
* path.cc (symlink): Fix check for already existing file.

22 years agoImport StrongARM and XScale target_configdirs from FSF GCC version.
nickc [Wed, 23 Jan 2002 16:40:51 +0000 (16:40 +0000)]
Import StrongARM and XScale target_configdirs from FSF GCC version.

22 years agoTidy up formatting of --help output.
nickc [Wed, 23 Jan 2002 16:12:54 +0000 (16:12 +0000)]
Tidy up formatting of --help output.

22 years agoAdd: bfd_elf32_ia64_hpux_big_vec, bfd_elf64_ia64_hpux_big_vec and
nickc [Wed, 23 Jan 2002 12:21:04 +0000 (12:21 +0000)]
Add: bfd_elf32_ia64_hpux_big_vec, bfd_elf64_ia64_hpux_big_vec and
bfd_elf32_h8300_vec to DEFAULT_VECTOR.

22 years agoAdd Danish translation
nickc [Wed, 23 Jan 2002 11:48:51 +0000 (11:48 +0000)]
Add Danish translation

22 years ago * elf64-ppc.c: Remove stale part of ABI comment.
amodra [Wed, 23 Jan 2002 11:21:15 +0000 (11:21 +0000)]
* elf64-ppc.c: Remove stale part of ABI comment.
(NO_OPD_RELOCS): Define.
(ppc64_elf_check_relocs): Use it.
(ppc64_elf_relocate_section): Here too.
(build_one_stub): Don't point function syms at the stub.  Instead,
hijack plt.offset.
(ppc64_elf_relocate_section): Check whether REL24 relocs should
really go to the stub.  Make all dynamic relocs in opd against
locals.
(ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
plt.offset.

22 years agoFix xcalloc() calls so order of arguments is not reversed.
kevinb [Wed, 23 Jan 2002 06:24:19 +0000 (06:24 +0000)]
Fix xcalloc() calls so order of arguments is not reversed.

22 years ago2002-01-22 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 23 Jan 2002 04:00:54 +0000 (04:00 +0000)]
2002-01-22  Elena Zannoni  <ezannoni@redhat.com>

* sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
modified version of obsolete sh_fetch_pseudo_register.
(sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
(sh4_register_read): New function.
(sh_pseudo_register_write): New function. Renamed and modified
version of obsolete sh_store_pseudo_register.
(sh_store_pseudo_register): Rename to sh_pseudo_register_write.
(sh4_register_write): New function.
(sh_gdbarch_init): Remove setting of gdbarch function
fetch_pseudo_register and store_pseudo_register. Remove setting of
register_convert_to_raw, register_convert_to_virtual,
register_convertible.
(sh_sh4_register_convertible): Delete. No longer needed. All is
taken care by architecture specific functions
register_read/register_write.
(sh_sh4_register_convert_to_virtual): Make static.
(sh_sh4_register_convert_to_raw): Ditto.

22 years ago2002-01-23 Ben Elliston <bje@redhat.com>
bje [Wed, 23 Jan 2002 02:12:11 +0000 (02:12 +0000)]
2002-01-23  Ben Elliston  <bje@redhat.com>

* tracedis.c (bfd_getb16): New function.
(bfd_getl16): Likewise.
(bfd_getb32): Likewise.
(bfd_getl32): Likewise.

22 years agooops
aoliva [Wed, 23 Jan 2002 02:01:54 +0000 (02:01 +0000)]
oops

22 years ago* gas/mn10300/basic.exp (run_list_test): New proc, from alpha.
aoliva [Wed, 23 Jan 2002 01:53:00 +0000 (01:53 +0000)]
* gas/mn10300/basic.exp (run_list_test): New proc, from alpha.
* gas/mn10300/movpc.s, gas/mn10300/movpc.l: New tests.

22 years ago* config/tc-mn10300.c (xr_registers): Move `pc'...
aoliva [Wed, 23 Jan 2002 01:52:18 +0000 (01:52 +0000)]
* config/tc-mn10300.c (xr_registers): Move `pc'...
(other_registers): ... here.

22 years ago* config/tc-mn10300.c (xr_registers): Move `pc'...
aoliva [Wed, 23 Jan 2002 01:51:42 +0000 (01:51 +0000)]
* config/tc-mn10300.c (xr_registers): Move `pc'...
(other_registers): ... here.

22 years ago*** empty log message ***
gdbadmin [Wed, 23 Jan 2002 00:00:38 +0000 (00:00 +0000)]
*** empty log message ***

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

22 years ago * configure.in (variable detection): Use arrays of unspecified
rth [Tue, 22 Jan 2002 22:32:35 +0000 (22:32 +0000)]
    * configure.in (variable detection): Use arrays of unspecified
        size instead of plain integers.

22 years ago[ include/opcode/ChangeLog ]
graydon [Tue, 22 Jan 2002 21:45:33 +0000 (21:45 +0000)]
[ include/opcode/ChangeLog ]

2002-01-22  Graydon Hoare  <graydon@redhat.com>

* cgen.h (CGEN_MAYBE_MULTI_IFLD): New structure.
(CGEN_OPERAND): Add CGEN_MAYBE_MULTI_IFLD field.

[ opcodes/ChangeLog ]

2002-01-22  Graydon Hoare  <graydon@redhat.com>

* fr30-asm.c: Regenerate.
* fr30-desc.c: Likewise.
* fr30-desc.h: Likewise.
* fr30-dis.c: Likewise.
* fr30-ibld.c: Likewise.
* fr30-opc.c: Likewise.
* fr30-opc.h: Likewise.
* m32r-asm.c: Likewise.
* m32r-desc.c: Likewise.
* m32r-desc.h: Likewise.
* m32r-dis.c: Likewise.
* m32r-ibld.c: Likewise.
* m32r-opc.c: Likewise.
* m32r-opc.h: Likewise.
* m32r-opinst.c: Likewise.
* openrisc-asm.c: Likewise.
* openrisc-desc.c: Likewise.
* openrisc-desc.h: Likewise.
* openrisc-dis.c: Likewise.
* openrisc-ibld.c: Likewise.
* openrisc-opc.c: Likewise.
* openrisc-opc.h: Likewise.
* xstormy16-desc.c: Likewise.

[ cgen/ChangeLog ]

2002-01-22  Graydon Hoare  <graydon@redhat.com>

* desc-cpu.scm (ifld-number-cache): Add.
(ifld-number): Add.
(gen-maybe-multi-ifld-of-op): Add.
(gen-maybe-multi-ifld): Add.
(gen-multi-ifield-nodes): Add.
(cgen-desc.c): Add call to gen-multi-ifield-nodes.

22 years agomerge from gcc
dj [Tue, 22 Jan 2002 20:14:52 +0000 (20:14 +0000)]
merge from gcc

22 years agoInitialize the TYPE_FLOATFORMAT field of the h/w floating-point
cagney [Tue, 22 Jan 2002 19:57:38 +0000 (19:57 +0000)]
Initialize the TYPE_FLOATFORMAT field of the h/w floating-point
builtin types.

22 years agoEliminate texinfo 3.12 hacks.
cagney [Tue, 22 Jan 2002 17:15:54 +0000 (17:15 +0000)]
Eliminate texinfo 3.12 hacks.

22 years agoRemove->Remote
cagney [Tue, 22 Jan 2002 16:58:30 +0000 (16:58 +0000)]
Remove->Remote

22 years agoUse texi2dvi instead of TEX/TEXINDEX.
cagney [Tue, 22 Jan 2002 16:37:08 +0000 (16:37 +0000)]
Use texi2dvi instead of TEX/TEXINDEX.

22 years agoMove remote protocol specification to an appendix.
cagney [Tue, 22 Jan 2002 16:25:57 +0000 (16:25 +0000)]
Move remote protocol specification to an appendix.

22 years ago * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
corinna [Tue, 22 Jan 2002 11:22:23 +0000 (11:22 +0000)]
* xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
parameter.  Set frameless flag if it exists and depended of
whether the scanned function is frameless or not.
(xstormy16_skip_prologue): If function is frameless, return
result of xstormy16_scan_prologue().
(xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
call.

22 years ago * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
rth [Tue, 22 Jan 2002 09:51:58 +0000 (09:51 +0000)]
    * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.

22 years ago * emulparams/elf64alpha.sh (NOP): Use unop.
rth [Tue, 22 Jan 2002 09:51:15 +0000 (09:51 +0000)]
    * emulparams/elf64alpha.sh (NOP): Use unop.

22 years ago * gas/alpha/unop.s, gas/alpha/unop.d: New test.
rth [Tue, 22 Jan 2002 09:45:47 +0000 (09:45 +0000)]
    * gas/alpha/unop.s, gas/alpha/unop.d: New test.
        * gas/alpha/alpha.exp: Run it.

22 years ago * alpha-dis.c (print_insn_alpha): Also mask the base opcode for
rth [Tue, 22 Jan 2002 09:44:09 +0000 (09:44 +0000)]
    * alpha-dis.c (print_insn_alpha): Also mask the base opcode for
        comparison.

22 years ago * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
amodra [Tue, 22 Jan 2002 09:05:07 +0000 (09:05 +0000)]
* elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
TOC_BASE_OFF adjustment.

22 years agorun "make dep-am"; automake
amodra [Tue, 22 Jan 2002 08:57:57 +0000 (08:57 +0000)]
run "make dep-am"; automake
regenerate po/POTFILES.in

22 years ago2002-01-22 Ben Elliston <bje@redhat.com>
bje [Tue, 22 Jan 2002 06:06:20 +0000 (06:06 +0000)]
2002-01-22  Ben Elliston  <bje@redhat.com>

* sidcomp.ide/idebase.exp: Delete "D:\\drive0" on completion.

22 years ago* cygmagic: Suppress error output when figuring out if sum takes an option.
cgf [Tue, 22 Jan 2002 03:48:15 +0000 (03:48 +0000)]
* cygmagic: Suppress error output when figuring out if sum takes an option.

22 years ago* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even
cgf [Tue, 22 Jan 2002 03:22:55 +0000 (03:22 +0000)]
* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even
when overriden by command line.

22 years ago* Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS.
cgf [Tue, 22 Jan 2002 03:17:58 +0000 (03:17 +0000)]
* Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS.
* cygcheck.cc (cygwin_info): Intitialize variable to quiet g++ warning.
(dump_sysinfo): Make variables unsigned to quiet g++ warnings.
* strace.cc (version_string): Rename from SCCSid.
(add_child): Remove unused variable.
(version): Use version_string.  Avoid use of fprintf.

22 years ago* cygmagic: Attempt to figure out if sum takes an option.
cgf [Tue, 22 Jan 2002 03:01:59 +0000 (03:01 +0000)]
* cygmagic: Attempt to figure out if sum takes an option.

22 years ago* Makefile.in (libpthread.a): Pass the assembler also.
cgf [Tue, 22 Jan 2002 01:40:11 +0000 (01:40 +0000)]
* Makefile.in (libpthread.a): Pass the assembler also.
(libm.a): Ditto.
(libc.a): Ditto.
* speclib: Specify the assembler to dlltool.

22 years ago* config/obj-coff.c (obj_coff_init_stab_section): Make the
dj [Tue, 22 Jan 2002 01:09:48 +0000 (01:09 +0000)]
* config/obj-coff.c (obj_coff_init_stab_section): Make the
stabstr_name allocation permanent, as it will be referenced from
the section hash.

22 years ago 2002-01-21 Fred Fish <fnf@redhat.com>
fnf [Tue, 22 Jan 2002 01:05:04 +0000 (01:05 +0000)]
2002-01-21  Fred Fish  <fnf@redhat.com>
* gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
not caller.

22 years ago * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
amodra [Tue, 22 Jan 2002 00:47:20 +0000 (00:47 +0000)]
* configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
host defines.

22 years ago2002-01-21 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 22 Jan 2002 00:22:38 +0000 (00:22 +0000)]
2002-01-21  Elena Zannoni  <ezannoni@redhat.com>

* sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
sh_sh4_register_byte, sh_sh4_register_raw_size,
sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
sh_store_pseudo_register, sh_do_pseudo_register): Call
gdbarch_tdep() just once, assign result to variable and use that,
instead of calling the function several times.

22 years agoFOOBAR, didn't ChangeLog UI_OUT removal.
cagney [Tue, 22 Jan 2002 00:08:55 +0000 (00:08 +0000)]
FOOBAR, didn't ChangeLog UI_OUT removal.

22 years ago*** empty log message ***
gdbadmin [Tue, 22 Jan 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

22 years agoAdd menu entries for ``Remote Debugging''.
cagney [Mon, 21 Jan 2002 23:27:40 +0000 (23:27 +0000)]
Add menu entries for ``Remote Debugging''.

22 years ago* go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
kettenis [Mon, 21 Jan 2002 23:03:12 +0000 (23:03 +0000)]
* go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
macros instead of LAST_FPU_CTRL_REGNUM.
(store_register): Likewise.

22 years agodaily update
amodra [Mon, 21 Jan 2002 23:00:04 +0000 (23:00 +0000)]
daily update

22 years ago * ld-cris: New testsuite directory.
hp [Mon, 21 Jan 2002 22:04:02 +0000 (22:04 +0000)]
* ld-cris: New testsuite directory.

22 years agoCorrect attribution
hp [Mon, 21 Jan 2002 22:00:00 +0000 (22:00 +0000)]
Correct attribution

22 years ago* infcmd.c (run_command): Check that the `exec' target layer's BFD
jimb [Mon, 21 Jan 2002 21:57:49 +0000 (21:57 +0000)]
* infcmd.c (run_command): Check that the `exec' target layer's BFD
is up-to-date before running the program, not just when a program
exits.

* testsuite/gdb.base/reread.exp: Check that GDB properly re-reads the
executable file when it changes while no inferior is running.

22 years ago * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
hp [Mon, 21 Jan 2002 21:57:47 +0000 (21:57 +0000)]
* elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
Check for and emit error if sgot is NULL at this point.

22 years ago* Makefile.in: Use CXX instead of CC to compile C++ sources.
cgf [Mon, 21 Jan 2002 21:35:55 +0000 (21:35 +0000)]
* Makefile.in: Use CXX instead of CC to compile C++ sources.

22 years ago* include/cygwin/version.h: Bump DLL minor number.
cgf [Mon, 21 Jan 2002 20:55:58 +0000 (20:55 +0000)]
* include/cygwin/version.h: Bump DLL minor number.

22 years ago Fix ChangeLog entry.
corinna [Mon, 21 Jan 2002 20:52:33 +0000 (20:52 +0000)]
Fix ChangeLog entry.

22 years ago * grp.cc (getgrent): Don't return default gid entry when ntsec is on.
corinna [Mon, 21 Jan 2002 20:51:29 +0000 (20:51 +0000)]
* grp.cc (getgrent): Don't return default gid entry when ntsec is on.
* syscalls.cc (setegid): Don't set primary group in process token.

22 years agoApproved by fnasser@redhat.com:
fnf [Mon, 21 Jan 2002 20:25:18 +0000 (20:25 +0000)]
Approved by fnasser@redhat.com:

2002-01-21  Fred Fish  <fnf@redhat.com>
        * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
        optionally accept the "shlib events" variation.

22 years agoApproved by fnasser@redhat.com:
fnf [Mon, 21 Jan 2002 20:12:33 +0000 (20:12 +0000)]
Approved by fnasser@redhat.com:

2002-01-21  Fred Fish  <fnf@redhat.com>
* arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
when we have found all instructions we are looking for.

22 years ago * ldlex.l: Use fread instead of read.
aj [Mon, 21 Jan 2002 19:53:44 +0000 (19:53 +0000)]
* ldlex.l: Use fread instead of read.

22 years ago* gdb.texinfo (Remote): Move the sub-section ``The GDB remote
cagney [Mon, 21 Jan 2002 18:56:05 +0000 (18:56 +0000)]
* gdb.texinfo (Remote): Move the sub-section ``The GDB remote
serial protocol'' from here.
(Remote Debugging): To here.  New chapter.

22 years ago* gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
jimb [Mon, 21 Jan 2002 18:46:31 +0000 (18:46 +0000)]
* gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
call `fflush' after every `printf', so that the output is produced
at predictable points, regardless of whatever buffering does (or
doesn't) take place.
* gdb.base/ending-run.exp: Adjust tests to expect output to appear
at different points.

22 years agobfd:
thorpej [Mon, 21 Jan 2002 18:17:23 +0000 (18:17 +0000)]
bfd:
* config.bfd (ia64*-*-netbsd*): New target.

gas:
* configure.in (ia64-*-netbsd*): New target.
* configure: Regenerate.

ld:
* configure.tgt (ia64-*-netbsd*): New target.

22 years agoAdd newline at EOF.
cgf [Mon, 21 Jan 2002 17:47:53 +0000 (17:47 +0000)]
Add newline at EOF.

22 years ago* speclib: Don't use /dev/null as DLL name. Just default to what's already in
cgf [Mon, 21 Jan 2002 17:42:07 +0000 (17:42 +0000)]
* speclib: Don't use /dev/null as DLL name.  Just default to what's already in
.def file.
* exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which
caused SIGCHLD to be ignored.

22 years ago* arm-tdep.c (arm_register_name): New function.
rearnsha [Mon, 21 Jan 2002 17:36:05 +0000 (17:36 +0000)]
* arm-tdep.c (arm_register_name): New function.
(arm_registers_names): Make static.
* config/arm/tm-arm.h (arm_register_names): Delete declaration.
(arm_register_name): Declare.
(REGISTER_NAME): Use it.

22 years ago2002-01-21 H.J. Lu <hjl@gnu.org>
hjl [Mon, 21 Jan 2002 17:19:09 +0000 (17:19 +0000)]
2002-01-21  H.J. Lu <hjl@gnu.org>

* emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
0.
* emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.

22 years agoRichard Earnshaw <rearnsha@arm.com>
rearnsha [Mon, 21 Jan 2002 16:27:41 +0000 (16:27 +0000)]
Richard Earnshaw  <rearnsha@arm.com>
and Kevin Buettner  <kevinb@redhat.com>
Convert arm targets to new FRAME interface.
* arm-tdep.c (struct frame_extra_info): Remove fsr.
(arm_frame_find_save_regs): Delete.
(arm_frame_init_saved_regs): New.
(arm_init_extra_frame_info): Alloacte saved_regs as required.
Allocate extra_info as required.  Convert all uses of fsr.regs
to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
to use extra_info.
(thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
(arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
(check_prologue_cache, save_prologue_cache): Likewise.
(_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
* config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
(FRAME_FIND_SAVED_REGS): Delete.
(arm_frame_find_saved_regs): Delete prototype.
(arm_frame_init_saved_regs): New prototype.
(FRAME_INIT_SAVED_REGS): Define.

22 years agocomment typo fixes
amodra [Mon, 21 Jan 2002 14:03:24 +0000 (14:03 +0000)]
comment typo fixes

22 years ago * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
amodra [Mon, 21 Jan 2002 12:15:06 +0000 (12:15 +0000)]
* elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
is_func_descriptor fields.
(link_hash_newfunc): Init them.
(ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
dot are candidates for plt entries.  When processing .opd relocs,
set function descriptor strings to point inside function code
string, and set new ppc_link_hash_entry fields.
(ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
(ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
function descriptors.  It's now done in..
(func_desc_adjust): New.
(ppc64_elf_func_desc_adjust): New.
(define elf_backend_always_size_sections): Define.
(ppc64_elf_hide_symbol): New.
(define elf_backend_hide_symbol): Define.
(allocate_dynrelocs): Remove code looking up function descriptors
as that has been done earlier.
(ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
table.
(ppc64_elf_finish_dynamic_symbol): Likewise.  Remove code looking
up function descriptor.
(build_one_stub): Look up the function code sym.  Check for
invalid plt offsets.
(ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.

22 years ago * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
amodra [Mon, 21 Jan 2002 10:29:07 +0000 (10:29 +0000)]
* elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
boolean param.
(_bfd_elf_link_hash_hide_symbol): Likewise.
* elflink.h (elf_link_add_object_symbols): Adjust call to
elf_backend_hide_symbol.
(elf_fix_symbol_flags): Likewise.
(elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
than bfd_alloc.
* elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
* elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
(clobber_millicode_symbols): Adjust to suit new hide_symbol.
* elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
and adjust to suit.
* elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
_bfd_elf_link_hash_hide_symbol rather than duplicating code.
* elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.

22 years ago* include/cygwin/version.h: Bump DLL minor number.
cgf [Mon, 21 Jan 2002 03:36:15 +0000 (03:36 +0000)]
* include/cygwin/version.h: Bump DLL minor number.

22 years agoZap an IEEE_FLOAT.
cagney [Mon, 21 Jan 2002 03:34:29 +0000 (03:34 +0000)]
Zap an IEEE_FLOAT.

22 years ago* syscalls.cc (regfree): Make dll_export.
cgf [Mon, 21 Jan 2002 03:15:23 +0000 (03:15 +0000)]
* syscalls.cc (regfree): Make dll_export.

22 years ago* infttrace.c: Include <sys/pstat.h>.
cagney [Mon, 21 Jan 2002 01:27:01 +0000 (01:27 +0000)]
* infttrace.c: Include <sys/pstat.h>.
(child_pid_to_exec_file): Revamp.  Use pstat call to get the
exec file if the ttrace equivalent fails.

22 years ago * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
hp [Mon, 21 Jan 2002 00:20:58 +0000 (00:20 +0000)]
* doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
to @dots call.
<Detailed description, ARM options>: Ditto.
* doc/c-arm.texi (ARM Options): Ditto.

22 years ago*** empty log message ***
gdbadmin [Mon, 21 Jan 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when
cgf [Sun, 20 Jan 2002 23:13:03 +0000 (23:13 +0000)]
* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when
detecting if we should actually handle CTRL-C.

22 years agodaily update
amodra [Sun, 20 Jan 2002 23:00:05 +0000 (23:00 +0000)]
daily update