OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
21 years agoUpdate copyright date
amodra [Fri, 24 Jan 2003 01:12:30 +0000 (01:12 +0000)]
Update copyright date

21 years agoPerform more C warning fixup on all C source files and headers.
cgf [Fri, 24 Jan 2003 01:09:38 +0000 (01:09 +0000)]
Perform more C warning fixup on all C source files and headers.

21 years agoNo, really this time.
neroden [Fri, 24 Jan 2003 00:39:51 +0000 (00:39 +0000)]
No, really this time.

21 years ago*** empty log message ***
gdbadmin [Fri, 24 Jan 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * config/tc-hppa.h (DIFF_EXPR_OK): Define.
amodra [Thu, 23 Jan 2003 23:17:56 +0000 (23:17 +0000)]
* config/tc-hppa.h (DIFF_EXPR_OK): Define.
(MD_APPLY_SYM_VALUE): Move.

21 years ago* symfile.c (syms_from_objfile): Don't print the "(no debugging
jimb [Thu, 23 Jan 2003 23:17:28 +0000 (23:17 +0000)]
* symfile.c (syms_from_objfile): Don't print the "(no debugging
symbols found)" message here; we haven't checked for a separate
debug info file yet, so we don't know yet.
(symbol_file_add_with_addrs_or_offsets): Print it here, after
we've looked everywhere.  Also, there's no need to print a special
message when we're loading the separate debug info file: the one
symbol_file_add prints is fine.

21 years agogdb/ChangeLog:
jimb [Thu, 23 Jan 2003 23:03:31 +0000 (23:03 +0000)]
gdb/ChangeLog:
2003-01-23  Alexander Larsson <alexl@redhat.com>
    Jim Blandy  <jimb@redhat.com>

Add support for executables whose debug info has been separated
out into a separate file, leaving only a link behind.
* objfiles.h (struct objfile): New fields: separate_debug_objfile
and separate_debug_objfile_backlink.
(put_objfile_before): New declaration.
* symfile.c: #include "filenames.h".
(symbol_file_add_with_addrs_or_offsets): If this objfile has its
debug info in a separate file, read that, too. Save the addrs
argument, so we can use it again to read the separated debug info;
syms_from_objfile modifies the table we pass it.
(reread_symbols): After re-reading an objfile, call
reread_separate_symbols to refresh its separate debug info
objfile, if it has one.
(reread_separate_symbols, find_separate_debug_file,
get_debug_link_info, separate_debug_file_exists): New functions.
(debug_file_directory): New global var.
(_initialize_symfile): Initialize debug_file_directory, and
provide the new `set debug-file-directory' command to let the user
change it.
* objfiles.c (free_objfile): If this objfile has its debug info in
a separate objfile, free that one too.  If this is itself a
separate debug info objfile, clear our parent's backlink.
(put_objfile_before): New function.
* utils.c (gnu_debuglink_crc32): New function.
* defs.h (gnu_debuglink_crc32): New declaration.
* Makefile.in (symfile.o): Note dependency on "filenames.h".
* configure.in: Handle --with-separate-debug-dir config option.
* acinclude.m4 (AC_DEFINE_DIR): New macro.
* acconfig.h (DEBUGDIR): New macro.
* configure, aclocal.m4, config.in: Regenerated.

gdb/doc/ChangeLog:
2003-01-23  Jim Blandy  <jimb@redhat.com>

* gdb.texinfo (Separate Debug Files): New section.

21 years agodaily update
amodra [Thu, 23 Jan 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years ago * ld-alpha/tlsbin.sd: Cope with truncated address in data dumps.
amodra [Thu, 23 Jan 2003 22:37:20 +0000 (22:37 +0000)]
* ld-alpha/tlsbin.sd: Cope with truncated address in data dumps.
* ld-alpha/tlsbin.td: Likewise.
* ld-alpha/tlsbinr.sd: Likewise.

21 years ago2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Thu, 23 Jan 2003 22:33:55 +0000 (22:33 +0000)]
2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure.in: Revert previous change.
* configure: Regenerate.

21 years ago* libltp/include/test.h: Fix C warnings.
cgf [Thu, 23 Jan 2003 21:21:28 +0000 (21:21 +0000)]
* libltp/include/test.h: Fix C warnings.
* winsup.api/checksignal.c: Ditto.
* winsup.api/crlf.c: Ditto.
* winsup.api/devzero.c: Ditto.
* winsup.api/iospeed.c: Ditto.
* winsup.api/mmaptest01.c: Ditto.
* winsup.api/mmaptest02.c: Ditto.
* winsup.api/mmaptest03.c: Ditto.
* winsup.api/mmaptest04.c: Ditto.
* winsup.api/nullgetcwd.c: Ditto.
* winsup.api/sigchld.c: Ditto.
* winsup.api/signal-into-win32-api.c: Ditto.
* winsup.api/systemcall.c: Ditto.
* winsup.api/waitpid.c: Ditto.
* winsup.api/pthread/mainthreadexits.c: Ditto.
* winsup.api/pthread/test.h: Ditto.
* winsup.api/pthread/threadidafterfork.c: Ditto.
* Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now.

21 years ago* Makeifle.in: Use ALL_CFLAGS to build test programs so that correct libraries
cgf [Thu, 23 Jan 2003 21:14:56 +0000 (21:14 +0000)]
* Makeifle.in: Use ALL_CFLAGS to build test programs so that correct libraries
and other options are used.

21 years ago * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
dannysmith [Thu, 23 Jan 2003 20:43:46 +0000 (20:43 +0000)]
* lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
Add stubs.
* include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
options.

21 years ago2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Thu, 23 Jan 2003 19:55:18 +0000 (19:55 +0000)]
2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure.in: Make rda native-only.
* configure: Regenerate.

21 years agoAdd SH2E support
nickc [Thu, 23 Jan 2003 18:50:55 +0000 (18:50 +0000)]
Add SH2E support

21 years ago * gas/s390/reloc.s: Add test for PLT reloc against locally defined
sky [Thu, 23 Jan 2003 17:34:38 +0000 (17:34 +0000)]
* gas/s390/reloc.s: Add test for PLT reloc against locally defined
but global function.
* gas/s390/reloc.d: Likewise.
* gas/s390/reloc64.s: Likewise.
* gas/s390/reloc64.d: Likewise.

21 years ago * symbols.c (S_FORCE_RELOC): Add "strict" param.
amodra [Thu, 23 Jan 2003 12:51:04 +0000 (12:51 +0000)]
* symbols.c (S_FORCE_RELOC): Add "strict" param.
* symbols.h (S_FORCE_RELOC): Likewise.
* config/obj-aout.h (S_FORCE_RELOC): Likewise.
* config/obj-bout.h (S_FORCE_RELOC): Likewise.
* config/obj-coff.h (S_FORCE_RELOC): Likewise.
* config/obj-ieee.h (S_FORCE_RELOC): Likewise.
* config/obj-vms.h (S_FORCE_RELOC): Likewise.
* write.c (generic_force_reloc): New function.
(TC_FORCE_RELOCATION): Use it here instead of S_FORCE_RELOC.
(TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
(adjust_reloc_syms): Adjust S_FORCE_RELOC call.
* as.h (generic_force_reloc): Declare.
* doc/internals.texi (S_FORCE_RELOC): Update.
(TC_FORCE_RELOCATION_SUB_SAME): Update.

* config/tc-alpha.c (alpha_force_relocation): Adjust to use
generic_force_reloc.
(alpha_fix_adjustable): Likewise.
* config/tc-arm.c (arm_force_relocation): Likewise.
* config/tc-cris.c (md_cris_force_relocation): Likewise.
* config/tc-frv.c (frv_force_relocation): Likewise.
* config/tc-i386.c (md_apply_fix3): Likewise.
* config/tc-ia64.c (ia64_force_relocation): Likewise.
* config/tc-ip2k.c (ip2k_force_relocation): Likewise.
* config/tc-m32r.c (m32r_force_relocation): Likewise.
* config/tc-m68hc11.c (tc_m68hc11_force_relocation): Likewise.
* config/tc-mcore.c (mcore_force_relocation): Likewise.
* config/tc-mips.c (mips_force_relocation): Likewise.
* config/tc-mmix.c (mmix_force_relocation): Likewise.
* config/tc-ppc.c (ppc_force_relocation): Likewise.
* config/tc-s390.c (tc_s390_force_relocation): Likewise.
* config/tc-sh.c (sh_force_relocation): Likewise.
(md_pcrel_from_section): Likewise.
* config/tc-sparc.c (tc_gen_reloc): Likewise.
* config/tc-v850.c (v850_force_relocation): Likewise.
* config/tc-xstormy16.c (xstormy16_force_relocation): Likewise.
* config/tc-i386.h (TC_FORCE_RELOCATION): Likewise.
* config/tc-mcore.h (TC_FORCE_RELOCATION): Likewise.
* config/tc-sparc.h (tc_fix_adjustable): Likewise.

* config/tc-d10v.c (d10v_force_relocation): Delete.
* config/tc-d10v.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-dlx.c (md_dlx_force_relocation): Delete.
* config/tc-dlx.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-fr30.c (fr30_force_relocation): Delete.
* config/tc-fr30.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-mn10300.c (mn10300_force_relocation): Delete.
* config/tc-mn10300.h (TC_FORCE_RELOCATION): Don't define.
(TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
* config/tc-i960.h (TC_FORCE_RELOCATION_SUB_SAME): Likewise.
* config/tc-hppa.c (hppa_force_relocation): Adjust S_FORCE_RELOC call.
* config/tc-mips.c (RELAX_BRANCH_TOOFAR): Warning fix.
* config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Don't define.
* config/tc-openrisc.c (openrisc_force_relocation): Delete.
* config/tc-openrisc.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-sparc.c (elf32_sparc_force_relocation): Delete.
* config/tc-sparc.h (TC_FORCE_RELOCATION): Don't define for ELF.
* config/tc-i386.c (i386_force_relocation): Delete.
* config/tc-i386.h (TC_FORCE_RELOCATION): Don't define for
BFD_ASSEMBLER.
(EXTERN_FORCE_RELOC): Fix TE_PE and STRICT_PE_FORMAT nesting.
* config/tc-m68k.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-pj.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Don't call
S_FORCE_RELOC.
(TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
* config/tc-sh64.h (TC_FORCE_RELOCATION_SUB_SAME): Likewise.

21 years agoinclude/elf/ChangeLog
amodra [Thu, 23 Jan 2003 11:51:31 +0000 (11:51 +0000)]
include/elf/ChangeLog
* sh.h: Split out various bits to bfd/elf32-sh64.h.

include/opcode/ChangeLog
* m68hc11.h (cpu6812s): Define.

bfd/ChangeLog
* elf-bfd.h (struct bfd_elf_section_data): Remove tdata.  Change
dynindx to an int.  Rearrange for better packing.
* elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
* elf32-mips.c (bfd_elf32_new_section_hook): Define.
* elf32-sh64.h: New.  Split out from include/elf/sh.h.
(struct _sh64_elf_section_data): New struct.
(sh64_elf_section_data): Don't dereference sh64_info (was tdata).
* elf32-sh64-com.c: Include elf32-sh64.h.
* elf32-sh64.c: Likewise.
(sh64_elf_new_section_hook): New function.
(bfd_elf32_new_section_hook): Define.
(sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
(sh64_bfd_elf_copy_private_section_data): Likewise.
(sh64_elf_final_write_processing): Likewise.
* elf32-sparc.c (struct elf32_sparc_section_data): New.
(elf32_sparc_new_section_hook): New function.
(SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
(sec_do_relax): Define.
(elf32_sparc_relax_section): Adjust to use sec_do_relax.
(elf32_sparc_relocate_section): Likewise.
* elf64-mips.c (bfd_elf64_new_section_hook): Define.
* elf64-mmix.c (struct _mmix_elf_section_data): New.
(mmix_elf_section_data): Define.  Use throughout file.
(mmix_elf_new_section_hook): New function.
(bfd_elf64_new_section_hook): Define.
* elf64-ppc.c (struct _ppc64_elf_section_data): New.
(ppc64_elf_section_data): Define.  Use throughout.
(ppc64_elf_new_section_hook): New function.
(bfd_elf64_new_section_hook): Define.
* elf64-sparc.c (struct sparc64_elf_section_data): New.
(sparc64_elf_new_section_hook): New function.
(SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
(sec_do_relax): Define.
(sparc64_elf_relax_section): Adjust to use sec_do_relax.
(sparc64_elf_relocate_section): Likewise.
(bfd_elf64_new_section_hook): Define.
* elfn32-mips.c (bfd_elf32_new_section_hook): Define.
* elfxx-mips.c (struct _mips_elf_section_data): New.
(mips_elf_section_data): Define.  Use throughout.
(_bfd_mips_elf_new_section_hook): New function.
(mips_elf_create_got_section): Don't alloc used_by_bfd.
* elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
* elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

opcodes/ChangeLog
* sh64-dis.c: Include elf32-sh64.h.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

gas/ChangeLog
* config/tc-sh64.c (shmedia_frob_section_type): Adjust for changed
sh64_elf_section_data.
* config/tc-sh64.h: Include elf32-sh64.h.
* config/tc-m68hc11.c: Don't include stdio.h.
(md_show_usage): Fix missing continuation.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

ld/ChangeLog
* emultempl/sh64elf.em: Include elf32-sh64.h.
(sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
sh64_elf_section_data.
(sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.

21 years agoRemove an extra "i" in --dll-search-prefix.
nickc [Thu, 23 Jan 2003 09:30:43 +0000 (09:30 +0000)]
Remove an extra "i" in --dll-search-prefix.
Move a cross-80th-column-margin "an" to the next line.

21 years ago* symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
jimb [Thu, 23 Jan 2003 08:06:36 +0000 (08:06 +0000)]
* symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
like the old symbol_file_add, but taking new arguments: you can
now pass in either a `struct section_addr_info' list to say where
each section is loaded, or a `struct section_offsets' table.  Pass
these new arguments through to syms_from_objfile as appropriate.
(symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
with the appropriate quiescent values for the new arguments.

21 years ago* symfile.c: #include "gdb_assert.h".
jimb [Thu, 23 Jan 2003 07:30:17 +0000 (07:30 +0000)]
* symfile.c: #include "gdb_assert.h".
(syms_from_objfile): Add the ability to pass in a section offset
table directly, as an alternative to the section_addr_info table.
Document arguments better.
(symbol_file_add): Pass extra arguments to syms_from_objfile.
* symfile.h (syms_from_objfile): Update declaration.
* rs6000-nat.c (objfile_symbol_add): Pass new arguments to
syms_from_objfile.
* Makefile.in (symfile.o): List dependency on $(gdb_assert_h).

21 years ago * linux-target.c (struct peekuser_pokeuser_reginfo)
kevinb [Thu, 23 Jan 2003 06:40:07 +0000 (06:40 +0000)]
* linux-target.c (struct peekuser_pokeuser_reginfo)
[MIPS64_LINUX_TARGET, MIPS_LINUX_TARGET]: Disable registers ``cause''
and ``bad'' since they are not writable via ptrace().

21 years ago * gdb.exp (gdb_test_multiple): New function, cloned from
drow [Thu, 23 Jan 2003 01:35:21 +0000 (01:35 +0000)]
* gdb.exp (gdb_test_multiple): New function, cloned from
gdb_test.  Accept a list of expect arguments as the third
parameter.
(gdb_test): Use it.

21 years ago*** empty log message ***
gdbadmin [Thu, 23 Jan 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago Original patch by Tom Tromey <tromey@cygnus.com> and
drow [Wed, 22 Jan 2003 23:50:34 +0000 (23:50 +0000)]
Original patch by Tom Tromey <tromey@cygnus.com> and
Jason Molenda <jmolenda@apple.com>.
* Makefile.in (PROFILE_CFLAGS): Substitute from configure.
(INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
* NEWS: Mention profiling.
* configure.in (--enable-gdbtk): Fix typo.
(--enable-profiling): New.  Set PROFILE_CFLAGS.
* maint.c (maintenance_set_profile_cmd): Remove NOTYET.
Fill in function.
(profiling_state): New variable.
(mcleanup_wrapper): New function.
(_initialize_maint): Remove NOTYET, fix call to
add_setshow_boolean_cmd for "maint set profile".
* configure: Regenerated.

21 years ago * gdb.texinfo (Maintenance Commands): Add "maint set profile"
drow [Wed, 22 Jan 2003 23:50:13 +0000 (23:50 +0000)]
* gdb.texinfo (Maintenance Commands): Add "maint set profile"
and "maint show profile".

21 years agodaily update
amodra [Wed, 22 Jan 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years ago* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09 mutex...
tpfaff [Wed, 22 Jan 2003 19:51:31 +0000 (19:51 +0000)]
* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09 mutex patch.
(PTHREAD_MUTEX_ERRORCHECK): Ditto.

21 years ago* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09 mutex...
tpfaff [Wed, 22 Jan 2003 19:49:28 +0000 (19:49 +0000)]
* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09 mutex patch.
(PTHREAD_MUTEX_ERRORCHECK): Ditto.

21 years ago * Makefile.in (ALL_LDFLAGS): Remove newlib/libm from tools paths.
corinna [Wed, 22 Jan 2003 17:15:53 +0000 (17:15 +0000)]
* Makefile.in (ALL_LDFLAGS): Remove newlib/libm from tools paths.
(MINGW_LDFLAGS): Remove in favor of definition from Makefile.common.

21 years ago * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.
corinna [Wed, 22 Jan 2003 17:10:02 +0000 (17:10 +0000)]
* Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.

21 years ago * cygrun.c: Move from here to ../testsuite.
corinna [Wed, 22 Jan 2003 15:23:23 +0000 (15:23 +0000)]
* cygrun.c: Move from here to ../testsuite.
* Makefile.in: Remove cygrun.exe dependencies.

21 years ago * cygrun.c: Move here from ../cygwin.
corinna [Wed, 22 Jan 2003 15:18:58 +0000 (15:18 +0000)]
* cygrun.c: Move here from ../cygwin.
* Makefile.in: Build cygrun.exe.
* winsup.api/winsup.exp: Expect cygrun.exe in $rootme.

21 years ago * cygwin.din: Export nanosleep().
corinna [Wed, 22 Jan 2003 10:43:38 +0000 (10:43 +0000)]
* cygwin.din: Export nanosleep().
* signal.cc (nanosleep): New function.
(sleep): Move old functionality to nanosleep().  Call nanosleep().
(usleep): Remove old functionality.  Call nanosleep().
* include/cygwin/version.h: Bump API minor number.

21 years agoInclude fopen-bin.h not fopen-same.h for mingw32 hosts.
nickc [Wed, 22 Jan 2003 10:10:25 +0000 (10:10 +0000)]
Include fopen-bin.h not fopen-same.h for mingw32 hosts.

21 years ago* Makefile.in: Find tcl library in the right place.
cgf [Wed, 22 Jan 2003 03:58:28 +0000 (03:58 +0000)]
* Makefile.in: Find tcl library in the right place.

21 years ago* Makefile.in: Find tcl library in the right place.
cgf [Wed, 22 Jan 2003 03:57:52 +0000 (03:57 +0000)]
* Makefile.in: Find tcl library in the right place.

21 years ago * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
rth [Wed, 22 Jan 2003 00:47:57 +0000 (00:47 +0000)]
    * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
        (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
        (elf64_alpha_adjust_dynamic_symbol): Set them.
        (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
        (elf64_alpha_relax_tls_get_addr): Handle LDM relocs.  Frob the
        symbol index when relaxing LDM to TPREL.
        (elf64_alpha_relax_section): Likewise.  Allow relaxation of GD
        relocs, even if the target isn't locally defined.
        (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
        (elf64_alpha_relocate_section): Likewise.  Force TP-relative
        relocs vs symndx 0 to the tp base.

21 years agoNew TLS tests for Alpha.
rth [Wed, 22 Jan 2003 00:41:58 +0000 (00:41 +0000)]
New TLS tests for Alpha.

21 years ago*** empty log message ***
gdbadmin [Wed, 22 Jan 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Tue, 21 Jan 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years agoAccidently removed.
hunt [Tue, 21 Jan 2003 22:47:09 +0000 (22:47 +0000)]
Accidently removed.

21 years agoAccidently removed in last import.
hunt [Tue, 21 Jan 2003 22:29:36 +0000 (22:29 +0000)]
Accidently removed in last import.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:58:33 +0000 (21:58 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>
* library/main.tcl: Don't require iwidgets 3.0.

* library/console.itb (Console::_build_win): Rename
tkTextClosestGap to tk::TextClosestGap. Rename tkCancelRepeat
to tk::CancelRepeat. Rename tkPriv to tk::Priv. Needed for tk 8.4.1.

* library/bpwin.itb (BpWin::build_win): Don't
create sizebox.
* library/locals.tcl (build_win): Ditto.
* library/regwin.itb (RegWin::_build_win): Ditto.
* library/srcwin.itb (SrcWin::constructor): Ditto.
* library/stackwin.itb (StackWin::build_win): Ditto.
* library/watch.tcl (build_win): Ditto.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:58:20 +0000 (21:58 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>
* library/main.tcl: Don't require iwidgets 3.0.

* library/console.itb (Console::_build_win): Rename
tkTextClosestGap to tk::TextClosestGap. Rename tkCancelRepeat
to tk::CancelRepeat. Rename tkPriv to tk::Priv. Needed for tk 8.4.1.

* library/bpwin.itb (BpWin::build_win): Don't
create sizebox.
* library/locals.tcl (build_win): Ditto.
* library/regwin.itb (RegWin::_build_win): Ditto.
* library/srcwin.itb (SrcWin::constructor): Ditto.
* library/stackwin.itb (StackWin::build_win): Ditto.
* library/watch.tcl (build_win): Ditto.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:58:09 +0000 (21:58 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>
* library/main.tcl: Don't require iwidgets 3.0.

* library/console.itb (Console::_build_win): Rename
tkTextClosestGap to tk::TextClosestGap. Rename tkCancelRepeat
to tk::CancelRepeat. Rename tkPriv to tk::Priv. Needed for tk 8.4.1.

* library/bpwin.itb (BpWin::build_win): Don't
create sizebox.
* library/locals.tcl (build_win): Ditto.
* library/regwin.itb (RegWin::_build_win): Ditto.
* library/srcwin.itb (SrcWin::constructor): Ditto.
* library/stackwin.itb (StackWin::build_win): Ditto.
* library/watch.tcl (build_win): Ditto.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:45:39 +0000 (21:45 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>

* generic/gdbtk.c (gdbtk_init): Look for iwidgets in
"iwidgets" instead of "iwidgets3.0.0".
Don't call ide_create_sizebox_command.

* ChangeLog: New log for 2003.
* ChangeLog-2002: Renamed from ChangeLog.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:39:31 +0000 (21:39 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>

* Makefile.in (install-gdbtk): Install PNG images too.

21 years ago* winsup.api/pthread/cancel9.c: Make child pid static global.
tpfaff [Tue, 21 Jan 2003 21:36:31 +0000 (21:36 +0000)]
* winsup.api/pthread/cancel9.c: Make child pid static global.
(main): Wait in mainthread until child process has terminated.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:35:15 +0000 (21:35 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>

* src/tkTabletcl.h: Change all references of "tkPriv"
to "tk::Priv". Change all references of "tkCancelRepeat"
to "tk::CancelRepeat". Needed for tk 8.4.1.
* src/tkTable.tcl.h: Ditto.
* library/combobox.tcl: Ditto.

* src/Makefile.am: Remove tclsizebox.c.
* src/Makefile.in: Rebuilt.

* aclocal.m4: Rebuilt.
* Makefile.in: Rebuilt.
* configure: Rebuilt.

21 years ago* winsup.api/pthread/cancel9.c: Make child pid static global.
tpfaff [Tue, 21 Jan 2003 21:34:24 +0000 (21:34 +0000)]
* winsup.api/pthread/cancel9.c: Make child pid static global.
(main): Wait in mainthread until child process has terminated.

21 years agoRemove obsolete directory
hunt [Tue, 21 Jan 2003 21:19:44 +0000 (21:19 +0000)]
Remove obsolete directory

21 years agoUpdated to itcl 3.2.1.
hunt [Tue, 21 Jan 2003 21:04:22 +0000 (21:04 +0000)]
Updated to itcl 3.2.1.

21 years ago* winsup.api/pthread/cancel9.c: Wait in mainthread until child process has terminated.
tpfaff [Tue, 21 Jan 2003 20:51:14 +0000 (20:51 +0000)]
* winsup.api/pthread/cancel9.c: Wait in mainthread until child process has terminated.

21 years agoInitial revision
hunt [Tue, 21 Jan 2003 20:42:54 +0000 (20:42 +0000)]
Initial revision

21 years agoInitial revision
hunt [Tue, 21 Jan 2003 20:42:51 +0000 (20:42 +0000)]
Initial revision

21 years agotouched all sources to ease next import
hunt [Tue, 21 Jan 2003 20:40:24 +0000 (20:40 +0000)]
touched all sources to ease next import

21 years agoUpdated to tk 8.4.1
hunt [Tue, 21 Jan 2003 20:24:39 +0000 (20:24 +0000)]
Updated to tk 8.4.1

21 years agoInitial revision
hunt [Tue, 21 Jan 2003 19:54:42 +0000 (19:54 +0000)]
Initial revision

21 years agotouched all sources to ease next import
hunt [Tue, 21 Jan 2003 19:53:11 +0000 (19:53 +0000)]
touched all sources to ease next import

21 years agoRemove bogus file.
hunt [Tue, 21 Jan 2003 19:48:45 +0000 (19:48 +0000)]
Remove bogus file.

21 years ago2003-01-21 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 21 Jan 2003 19:43:46 +0000 (19:43 +0000)]
2003-01-21  Andrew Cagney  <ac131313@redhat.com>

* exec.c (text_start): Delete global variable.
(exec_file_attach): Make text_start local to the function.
* inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
* valops.c (hand_function_call): Delete code that handles
BEFORE_TEXT_END and AFTER_TEXT_END.
* gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
of CALL_DUMMY_LOCATION.
* gdbarch.c: Regenerate.
* inferior.h (deprecated_pc_in_call_dummy_before_text_end)
(deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
* blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
(deprecated_pc_in_call_dummy_after_text_end): Delete functions.
(text_end): Delete extern declaration.

21 years agoUpdated to tcl 8.4.1
hunt [Tue, 21 Jan 2003 19:39:56 +0000 (19:39 +0000)]
Updated to tcl 8.4.1

21 years ago2003-01-21 Anita Kulkarni <anitak@kpit.com>
jjohnstn [Tue, 21 Jan 2003 19:37:04 +0000 (19:37 +0000)]
2003-01-21 Anita Kulkarni  <anitak@kpit.com>

        * libc/time/difftime.c : Typecast the result to double.

21 years ago2003-01-21 Andrew Cagney <ac131313@redhat.com>
cagney [Tue, 21 Jan 2003 19:32:41 +0000 (19:32 +0000)]
2003-01-21  Andrew Cagney  <ac131313@redhat.com>

* frame.h (FRAME_OBSTACK_ZALLOC): Define.
* blockframe.c (backtrace_below_main): Move to "frame.c".
(frame_chain_valid): Delete check for backtrace_below_main.
(_initialize_blockframe): Delete initialization, move ``set
backtrace-below-main'' command to "frame.c".
(do_flush_frames_sfunc): Delete function.
* frame.c: Include "command.h" and "gdbcmd.h".
(frame_type_from_pc): New function.
(create_new_frame): Use frame_type_from_pc.
(legacy_get_prev_frame): New function.
(get_prev_frame): Rewrite.  When an old style frame, call
legacy_get_prev_frame.  Otherwize, unwind the PC first.
(_initialize_frame): Add ``set backtrace-below-main'' command.
* Makefile.in (frame.o): Update dependencies.

21 years agoInitial revision
hunt [Tue, 21 Jan 2003 19:11:54 +0000 (19:11 +0000)]
Initial revision

21 years agofix typo in previous entry
nickc [Tue, 21 Jan 2003 17:11:56 +0000 (17:11 +0000)]
fix typo in previous entry

21 years agoFix generation of tic3xcoff_onchip.c
nickc [Tue, 21 Jan 2003 17:09:46 +0000 (17:09 +0000)]
Fix generation of tic3xcoff_onchip.c

21 years agoAdd support for i386-*-aros triple.
nickc [Tue, 21 Jan 2003 16:08:29 +0000 (16:08 +0000)]
Add support for i386-*-aros triple.

21 years agoAll NetBSD ELF targets should pass these tests.
nickc [Tue, 21 Jan 2003 15:54:09 +0000 (15:54 +0000)]
All NetBSD ELF targets should pass these tests.

21 years ago(display_debug_loc): Skip address base changes.
nickc [Tue, 21 Jan 2003 15:41:10 +0000 (15:41 +0000)]
(display_debug_loc): Skip address base changes.

21 years ago * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
schwab [Tue, 21 Jan 2003 12:55:11 +0000 (12:55 +0000)]
* elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
(struct ppc_elf_link_hash_entry): Define.
(ppc_elf_hash_entry): New function.
(struct ppc_elf_link_hash_table): Define.
(ppc_elf_hash_table): New function.
(ppc_elf_link_hash_newfunc): New function.
(ppc_elf_link_hash_table_create): New function.
(ppc_elf_copy_indirect_symbol): New function.
(allocate_dynrelocs): New function.
(readonly_dynrelocs): New function.
(ppc_elf_size_dynamic_sections): Allocate space for dynamic
relocs and determine DT_TEXTREL.
(ppc_elf_check_relocs): Don't do that here, just count the
dynamic relocs.
(ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
removed section.
(bfd_elf32_bfd_link_hash_table_create): Define.
(elf_backend_copy_indirect_symbol): Define.

21 years ago * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
rth [Tue, 21 Jan 2003 08:59:25 +0000 (08:59 +0000)]
    * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
        TPREL also get a reloc if shared.  Remove SREL support.
        (elf64_alpha_emit_dynrel): New.
        (elf64_alpha_relocate_section): Use it.  Resolve dynamic TPREL
        and GOTTPREL relocs to local symbols against the tp base.
        (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.

        * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
        use count before clobbering r_type.
        (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
        ordering would mean dataflow inspection is necessary.

21 years ago* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.
cgf [Tue, 21 Jan 2003 06:58:10 +0000 (06:58 +0000)]
* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.
(gr): Use constructor (sigh).
(pwdgrp::parse_group): Rename from parse_grp.
(pwdgrp::read_group): Rename from read_etc_group.  Just call gr.load with a
single argument.
* passwd.cc: Call pr.refresh() rather than doing isunitialized tests
throughout.
(pr): Use constructor (sigh).
(pwdgrp::parse_passwd): Rename from "parse_pwd".
(pwdgrp::read_passwd): Rename from read_etc_passwd.  Just call pr.load with a
single argument.
* pwdgrp.h (pwdgrp_state): Eliminate.
(pwdgrp): Reflect above renamings.
(pwdgrp::etc_ix): Rename from pwd_ix.
(pwdgrp::read): New element.
(pwdgrp::lock): New element.
(pwdgrp::refresh): New function.
(pwdgrp::load): Eliminate variations which take buffer arguments.
(pwdgrp::pwdgrp): New constructors.  Initialize mutex here.
* uinfo.cc (pwdgrp::load): Accommodate pwd_ix -> etc_ix renaming.
(pwdgrp::load): Set initialized state to true rather than setting state to
loaded.

21 years ago* include/cygwin/version.h: Bump DLL minor number.
cgf [Tue, 21 Jan 2003 05:13:42 +0000 (05:13 +0000)]
* include/cygwin/version.h: Bump DLL minor number.

21 years agoFix ChangeLog entry.
cgf [Tue, 21 Jan 2003 05:09:48 +0000 (05:09 +0000)]
Fix ChangeLog entry.

21 years agoadd missing ChangeLog entry.
cgf [Tue, 21 Jan 2003 05:09:20 +0000 (05:09 +0000)]
add missing ChangeLog entry.

21 years agoadd missing ChangeLog entry.
cgf [Tue, 21 Jan 2003 05:08:55 +0000 (05:08 +0000)]
add missing ChangeLog entry.

21 years ago* path.h (etc::change_possible): Revert the type to bool.
cgf [Tue, 21 Jan 2003 05:07:27 +0000 (05:07 +0000)]
* path.h (etc::change_possible): Revert the type to bool.
(etc::set_last_modified): Remove obsolete function.
* path.cc (etc::change_possible): Revert type to bool.
(etc::test_file_change): Do not test for negative values of change_possible and
do not set it to -res.
(etc::dir_changed): When the handle is NULL, call memset instead of
test_file_changed.  When the handle is invalid, return true.
(etc::file_changed): Remove unneeded check for !fn[n].

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

21 years agodaily update
amodra [Mon, 20 Jan 2003 23:00:05 +0000 (23:00 +0000)]
daily update

21 years agoUpdates for fixing tic4x arch tagging of its object files.
sveinse [Mon, 20 Jan 2003 22:34:38 +0000 (22:34 +0000)]
Updates for fixing tic4x arch tagging of its object files.

* bfd/coffcode.h (coff_set_flags): Added get/set arch hooks.
* include/coff/tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug
* include/coff/ti.h (TICOFF_TARGET_MACHINE_GET): Added macros
* ld/Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
* ld/Makefile.in: Regenerate
* ld/configure.tgt: Added extra target emulations
* ld/emulparams/tic3xcoff.sh: Remove old settings
* ld/emulparams/tic4xcoff.sh: Ditto
* ld/emulparams/tic3xcoff-onchip.sh: Added new
* ld/scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
* ld/scripttempl/tic3xcoff.sc: Remove

21 years agomerge from gcc
dj [Mon, 20 Jan 2003 19:03:56 +0000 (19:03 +0000)]
merge from gcc

21 years agoTreat elfNN_bed like other macros defined in elfxx-target.h and #undef it
nickc [Mon, 20 Jan 2003 18:06:21 +0000 (18:06 +0000)]
Treat elfNN_bed like other macros defined in elfxx-target.h and #undef it
before #define'ing it.

21 years ago2003-01-20 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Mon, 20 Jan 2003 15:40:07 +0000 (15:40 +0000)]
2003-01-20  Elena Zannoni  <ezannoni@redhat.com>

* gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
allow for different test tree configurations.  Update some
tescases accordingly.
* gdb.arch/altivec-regs.exp: Ditto.
* gdb.asm/asm-source.exp: Ditto.
* gdb.base/advance.exp: Ditto.
* gdb.base/display.exp: Ditto.
* gdb.base/long_long.exp: Ditto.
* gdb.base/mips_pro.exp: Ditto.
* gdb.base/overlays.exp: Ditto.
* gdb.base/relocate.exp: Ditto.
* gdb.base/setshow.exp: Ditto.
* gdb.base/step-line.exp: Ditto.
* gdb.base/step-test.exp: Ditto.
* gdb.base/until.exp: Ditto.
* gdb.c++/virtfunc.exp: Get rid of variable 'src'.

21 years ago* libc/include/sys/unistd.h: Add rresvport declaration for cygwin.
cgf [Mon, 20 Jan 2003 15:28:02 +0000 (15:28 +0000)]
* libc/include/sys/unistd.h: Add rresvport declaration for cygwin.

21 years ago * ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.
amodra [Mon, 20 Jan 2003 12:57:58 +0000 (12:57 +0000)]
* ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.

21 years ago * s390.h: Rename R_390_GOTOFF to R_390_GOTOFF32. Add new gotoff,
sky [Mon, 20 Jan 2003 11:51:38 +0000 (11:51 +0000)]
* s390.h: Rename R_390_GOTOFF to R_390_GOTOFF32. Add new gotoff,
gotplt and pltoff relocations.

21 years ago * gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff
sky [Mon, 20 Jan 2003 11:50:37 +0000 (11:50 +0000)]
* gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff
relocations.
* gas/s390/reloc.s: Likewise.
* gas/s390/reloc64.d: Likewise.
* gas/s390/reloc64.s: Likewise.

21 years ago * config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
sky [Mon, 20 Jan 2003 11:48:32 +0000 (11:48 +0000)]
* config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
gotplt and pltoff relocations.
(s390_elf_suffix): Add suffix strings for gotoff, gotplt and pltoff.
(s390_elf_cons): Map new lenght/elf suffix combinations for gotoff,
gotplt and pltoff to bfd relocations.
(md_gather_operands): Map new instruction operand/elf suffix
combinations to bfd relocations.
(tc_s390_fix_adjustable): Add new gotoff, gotplt and pltoff relocations
to the list of unadjustable relocations.
(tc_s390_force_relocation): Always emit relocations for gotoff, gotplt
and pltoff relocations.
(md_apply_fix3): Add the new relocations.

21 years ago * bfd-in2.h: Regenerate.
sky [Mon, 20 Jan 2003 11:46:33 +0000 (11:46 +0000)]
* bfd-in2.h: Regenerate.
* elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
(elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
R_390_PLTOFF32 and R_390_PLTOFF64.
(elf_s390_reloc_type_lookup): Likewise.
(struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
of GOTPLT references to a function.
(link_hash_newfunc): Initialize gotplt_refcount.
(elf_s390_check_relocs): Move allocation of local_got_refcounts array
and creation of the got section out of the main switch. Add support
for the gotoff, gotplt and pltoff relocations.
(elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
and pltoff.
(elf_s390_adjust_gotplt): New function.
(elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
plt entries.
(allocate_dynrelocs): Add comment.
(elf_s390_relocate_section): Change r_type to unsigned. Add support
for gotoff, gotplt and pltoff relocations.
* elf64-s390.c: Same changes as for elf32-s390.c.
* libbfd.h: Regenerate.
* reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
and BFD_RELOC_390_PLTOFF64.

21 years ago * bfd-in2.h: Regenerate.
sky [Mon, 20 Jan 2003 11:44:47 +0000 (11:44 +0000)]
* bfd-in2.h: Regenerate.
* elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
(elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
R_390_PLTOFF32 and R_390_PLTOFF64.
(elf_s390_reloc_type_lookup): Likewise.
(struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
of GOTPLT references to a function.
(link_hash_newfunc): Initialize gotplt_refcount.
(elf_s390_check_relocs): Move allocation of local_got_refcounts array
and creation of the got section out of the main switch. Add support
for the gotoff, gotplt and pltoff relocations.
(elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
and pltoff.
(elf_s390_adjust_gotplt): New function.
(elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
plt entries.
(allocate_dynrelocs): Add comment.
(elf_s390_relocate_section): Change r_type to unsigned. Add support
for gotoff, gotplt and pltoff relocations.
* elf64-s390.c: Same changes as for elf32-s390.c.
* libbfd.h: Regenerate.
* reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
and BFD_RELOC_390_PLTOFF64.

21 years ago * config/tc-s390.c (md_apply_fix3): Emit error message for relocations
sky [Mon, 20 Jan 2003 10:22:24 +0000 (10:22 +0000)]
    * config/tc-s390.c (md_apply_fix3): Emit error message for relocations
        with a subsy symbol.

21 years ago* pwdgrp.h (etc): Move to path.h.
cgf [Mon, 20 Jan 2003 02:57:53 +0000 (02:57 +0000)]
* pwdgrp.h (etc): Move to path.h.
(pwdgrp::max_lines): New field.
(pwdgrp::curr_lines): New field.
(pwdgrp::pwdgrp_buf): Ditto.
(pwdgrp_buf_elem_size): Ditto.
(pwdgrp_parse): Ditto.
(pwdgrp::gets): Just declare here.
(pwdgrp::load): Ditto.  Just take one argument.
(pwdgrp::load): Define overloaded function accepting passwd buf.
(pwdgrp::load): Define overloaded function accepting group buf.
* grp.cc: Use pwdgrp elements rather than standalone static variables
throughout.
(curr_lines): Eliminate.
(max_lines): Ditto.
(add_grp_line): Ditto.
(parse_grp): Define as returning boolean.  Accept void * arg and line count.
Coerce first argument into __group32 buf reference.  Increment curr_line as
appropriate.
(read_etc_group): Pass pwdgrp buffer to gr.load.
* passwd.cc: Use pwdgrp elements rather than standalone static variables
throughout.
(curr_lines): Eliminate.
(max_lines): Ditto.
(add_grp_line): Ditto.
(parse_passwd): Define as returning boolean.  Accept void * arg and line count.
Coerce first argument into passwd buf reference.  Increment curr_line as
appropriate.
(read_etc_group): Pass pwdgrp buffer to pr.load.
* path.cc (etc::fn): Extend buffer size to allow index by 1 rather than zero.
(etc::last_modified): Ditto.
(etc::change_possible): Ditto.  Renamed from sawchange.  Change to signed char
since elements are now tri-state.
(etc::init): Assume "handle" is 1 based rather than 0.
(etc::test_file_change): New function.  Sets change_possible based on file date
comparison.
(etc::dir_changed): Check file states immediately after changed_h is
initialized to avoid a race.
(etc::file_changed): Use test_file_change to detect if file needs to be
updated.
* path.h (etc): Move class here from pwdgrp.h.
* uinfo.cc: Move etc:: functions to path.cc.  Move pwdgrp functions here.
(pwdgrp::gets): Eliminate buf checks.  Just check eptr and set lptr.
(pwdgrp::add_line): New function.
(pwdgrp::load): Call generic add_line function which will call correct parser.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 20 Jan 2003 01:01:46 +0000 (01:01 +0000)]
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
DEPRECATED_REGISTERS_INFO.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 20 Jan 2003 00:46:42 +0000 (00:46 +0000)]
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* MAINTAINERS: Replace `Blanket Write Privs' with `Global
Maintainers'.  Update `Various Maintainers'.

21 years ago*** empty log message ***
gdbadmin [Mon, 20 Jan 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * configure.in: Add missing \.
neroden [Sun, 19 Jan 2003 23:45:38 +0000 (23:45 +0000)]
* configure.in: Add missing \.
* configure: Rebuilt.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
cagney [Sun, 19 Jan 2003 23:27:27 +0000 (23:27 +0000)]
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
* gdbarch.sh (POP_FRAME): Change to function with predicate.
Suppress actual parameters when `-'.
* gdbarch.h, gdbarch.c: Regenerate.

21 years ago2003-01-19 Andrew Cagney <ac131313@redhat.com>
cagney [Sun, 19 Jan 2003 22:24:50 +0000 (22:24 +0000)]
2003-01-19  Andrew Cagney  <ac131313@redhat.com>

* d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
code handling dummy frames.