OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
22 years ago* mount.cc (version) New global variable.
cgf [Thu, 23 May 2002 04:19:07 +0000 (04:19 +0000)]
* mount.cc (version) New global variable.
(usage) Standardize usage output.  Accomodate new version option.
(print_version) New function.
(longopts) Accomodate new version option.
(opts) Ditto.
(main) Ditto.

22 years ago * rdcoff.c: Fix formatting.
kazu [Thu, 23 May 2002 04:11:56 +0000 (04:11 +0000)]
* rdcoff.c: Fix formatting.
* rddbg.c: Likewise.
* readelf.c: Likewise.
* rename.c: Likewise.
* resbin.c: Likewise.
* resrc.c: Likewise.
* resres.c: Likewise.

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

22 years ago*** empty log message ***
gdbadmin [Thu, 23 May 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* fhandler.h (fhandler_virtual::exists): Eliminate path argument.
cgf [Wed, 22 May 2002 22:09:56 +0000 (22:09 +0000)]
* fhandler.h (fhandler_virtual::exists): Eliminate path argument.
(fhandler_proc::exists): Ditto.
(fhandler_registry::exists): Ditto.
(fhandler_process::exists): Ditto.
* fhandler_proc.cc (fhandler_proc::exists): Ditto.  Use built-in name.
* fhandler_process.cc (fhandler_process::exists): Ditto.
(fstat): Ditto.
* fhandler_registry.cc (fhandler_registry::exists): Ditto.
(fhandler_registry::fstat): Ditto.
* fhandler_virtual.cc (fhandler_virtual::opendir): Ditto.
* path.cc (path_conv::check): Ditto.  Add debugging.
* syscalls.cc (dup): Always call dup2 for error handling.

22 years ago* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
dj [Wed, 22 May 2002 21:06:53 +0000 (21:06 +0000)]
* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.

22 years ago2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 22 May 2002 20:26:22 +0000 (20:26 +0000)]
2002-05-22  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/shm_open.c: New file.
        * libc/sys/linux/shm_unlink.c: Ditto.
        * libc/sys/linux/Makefile.am: Add support for shm_open.c and
        shm_unlink.c.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/sys/types.h: Add some additional checks to see
        if clock_t or time_t is already defined.

22 years ago * Makefile.am (sh-dis.lo): Compile with @archdefs@.
amylaar [Wed, 22 May 2002 19:18:13 +0000 (19:18 +0000)]
* Makefile.am (sh-dis.lo): Compile with @archdefs@.
* Makefile.in: regenerate.

22 years ago * MAINTAINERS: Remove status `OBSOLETE' from v850.
corinna [Wed, 22 May 2002 18:53:53 +0000 (18:53 +0000)]
* MAINTAINERS: Remove status `OBSOLETE' from v850.

22 years ago2002-05-21 Dave Brolley <brolley@redhat.com>
brolley [Wed, 22 May 2002 18:43:31 +0000 (18:43 +0000)]
2002-05-21  Dave Brolley  <brolley@redhat.com>

* decode.scm (-opcode-slots): Don't consider bits beyond the length of
the insn.

22 years ago* config.guess: Update to 2002-05-22 version.
thorpej [Wed, 22 May 2002 18:36:10 +0000 (18:36 +0000)]
* config.guess: Update to 2002-05-22 version.
* config.sub: Likewise.

22 years ago2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 22 May 2002 18:25:11 +0000 (18:25 +0000)]
2002-05-22  Jeff Johnston  <jjohnstn@redhat.com>

        * Makefile.am: Don't pass $toollibdir down directly in
        AM_MAKEFLAGS as it causes all multilibs to use the same toollibdir.
        Pass it under the name: top_toollibdir.
        * Makefile.in: Regenerated.

22 years agoAvoid dereferencing null pointer in:
amylaar [Wed, 22 May 2002 18:16:43 +0000 (18:16 +0000)]
Avoid dereferencing null pointer in:
* sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4
for disassembly.

22 years ago2002-05-22 H.J. Lu <hjl@gnu.org>
hjl [Wed, 22 May 2002 18:14:34 +0000 (18:14 +0000)]
2002-05-22  H.J. Lu <hjl@gnu.org>

* gas/mips/elf-rel.d: Updated for the subsegs_finish change in
write.c.
* gas/mips/elfel-rel.d: Likewise.

22 years ago* pe-dll.c (autofilter_liblist): Add more system libs excluded by default.
cgf [Wed, 22 May 2002 18:03:05 +0000 (18:03 +0000)]
* pe-dll.c (autofilter_liblist): Add more system libs excluded by default.
(autofilter_objlist): Add crtbegin.o, crtend.o.
* emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
(longopts): Add new option --exclude-libs.
(gld_${EMULATION_NAME}_list_options): Give quick help about it.
(gld_${EMULATION_NAME}_parse_args): Use it.
* pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
* pe-dll.c (exclude_list_struct): Add field type to distinguish symbols from
whole archives.
(pe_dll_add_excludes): Set excludes->type.
(auto_export): Add new variable libname and set to archive basename if abfd.
Use it when filtering default and user-specified libarary excludes.  Let string
"ALL" mean all libs when filtering user-specified libs.
* ld.texinfo: Document --exclude-libs.

22 years agoCOFF: Dump literal pool when changing sections.
nickc [Wed, 22 May 2002 16:46:22 +0000 (16:46 +0000)]
COFF: Dump literal pool when changing sections.

22 years ago2002-05-22 H.J. Lu <hjl@gnu.org>
hjl [Wed, 22 May 2002 16:15:17 +0000 (16:15 +0000)]
2002-05-22  H.J. Lu <hjl@gnu.org>

* dwarf2dbg.c (dwarf2_emit_insn): Emit only one line symbol
for one .loc for compiler.

22 years ago * gas/sh/pcrel-coff.s: New file.
amylaar [Wed, 22 May 2002 13:31:36 +0000 (13:31 +0000)]
* gas/sh/pcrel-coff.s: New file.
* gas/sh/pcrel-coff.d: Likewise.
* gas/sh/basic.exp: For coff, don't do dsp test,
and a modified pcrel test.

22 years ago2002-05-22 Michal Ludvig <mludvig@suse.cz>
mludvig [Wed, 22 May 2002 13:21:15 +0000 (13:21 +0000)]
2002-05-22  Michal Ludvig  <mludvig@suse.cz>

* dwarf2cfi.c (execute_stack_op): Change type of 'result'
from ULONGEST to CORE_ADDR.

22 years ago * sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4
amylaar [Wed, 22 May 2002 13:17:24 +0000 (13:17 +0000)]
* sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4
for disassembly.

22 years ago * include/cygwin/types.h: Revert previous patch.
corinna [Wed, 22 May 2002 12:47:47 +0000 (12:47 +0000)]
* include/cygwin/types.h: Revert previous patch.

22 years ago * libc/include/sys/types.h: Revert previous patch.
corinna [Wed, 22 May 2002 12:34:09 +0000 (12:34 +0000)]
* libc/include/sys/types.h: Revert previous patch.

22 years ago2002-05-22 Michal Ludvig <mludvig@suse.cz>
mludvig [Wed, 22 May 2002 12:34:01 +0000 (12:34 +0000)]
2002-05-22  Michal Ludvig  <mludvig@suse.cz>
* dwarf2cfi.c (frame_state_for): Added safety check for a valid
fde->cie_ptr.
(dwarf2_build_frame_info): Corrected handling of eh_frame.
(dwarf2_build_frame_info): Add offset to fde->initial_location
so that frames of shared libraries are mapped correctly.

22 years ago * libc/include/sys/types.h: Include cygwin/types.h always under
corinna [Wed, 22 May 2002 11:39:04 +0000 (11:39 +0000)]
* libc/include/sys/types.h: Include cygwin/types.h always under
Cygwin, not only if _POSIX_THREADS is defined.

22 years ago * include/cygwin/types.h: Define pthread stuff only if _POSIX_THREADS
corinna [Wed, 22 May 2002 10:33:34 +0000 (10:33 +0000)]
* include/cygwin/types.h: Define pthread stuff only if _POSIX_THREADS
is defined.

22 years ago * cygpath.cc (usage): Change usage output slightly.
corinna [Wed, 22 May 2002 10:05:41 +0000 (10:05 +0000)]
* cygpath.cc (usage): Change usage output slightly.

* cygpath.cc (main): Add option l to support conversion to
Windows long file names.  Refactured code for capital options.
Support of options from file for capital options.
(dowin): New function.  Refactured from main.
(doit): Call long path conversion.
(get_long_name): New function.
(get_long_paths): New function.
(get_long_path_name_w32impl): New function.  Reimplementation
of Windows API function GetLongPathName (only 98/Me/2000/XP or
higher).
(get_short_name): Call GetShortPathName only once.
(get_short_paths): Fix calculating buffer size.
* utils.sgml: Update cygpath section for l option.

22 years agoAllow for PWDCMD to override hardcoded pwd.
nickc [Wed, 22 May 2002 09:21:24 +0000 (09:21 +0000)]
Allow for PWDCMD to override hardcoded pwd.

22 years ago * ldemul.c (ldemul_new_vers_pattern): New function.
amodra [Wed, 22 May 2002 09:04:47 +0000 (09:04 +0000)]
* ldemul.c (ldemul_new_vers_pattern): New function.
* ldemul.h (ldemul_new_vers_pattern): Declare.
(struct ld_emulation_xfer_struct): Add new_vers_pattern.
* ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
* emultempl/ppc64elf.em (dotsyms): New static var.
(gld${EMULATION_NAME}_new_vers_pattern): New function.
(LDEMUL_NEW_VERS_PATTERN): Define.
(PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
(PARSE_AND_LIST_LONGOPTS): Likewise.
(PARSE_AND_LIST_ARGS_CASES): Handle them.
* emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
initialiser.
* emultempl/armcoff.em: Likewise.
* emultempl/armelf_oabi.em: Likewise.
* emultempl/beos.em: Likewise.
* emultempl/elf32.em: Likewise.
* emultempl/generic.em: Likewise.
* emultempl/gld960.em: Likewise.
* emultempl/gld960c.em: Likewise.
* emultempl/linux.em: Likewise.
* emultempl/lnk960.em: Likewise.
* emultempl/m68kcoff.em: Likewise.
* emultempl/mipsecoff.em: Likewise.
* emultempl/pe.em: Likewise.
* emultempl/sunos.em: Likewise.
* emultempl/ticoff.em: Likewise.
* emultempl/vanilla.em: Likewise.

22 years ago * ldemul.c (ldemul_new_vers_pattern): New function.
amodra [Wed, 22 May 2002 09:01:55 +0000 (09:01 +0000)]
* ldemul.c (ldemul_new_vers_pattern): New function.
* ldemul.h (ldemul_new_vers_pattern): Declare.
(struct ld_emulation_xfer_struct): Add new_vers_pattern.
* ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
* emultempl/ppc64elf.em (dotsyms): New static var.
(gld${EMULATION_NAME}_new_vers_pattern): New function.
(LDEMUL_NEW_VERS_PATTERN): Define.
(PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
(PARSE_AND_LIST_LONGOPTS): Likewise.
(PARSE_AND_LIST_ARGS_CASES): Handle them.
* emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
initialiser.
* emultempl/armcoff.em: Likewise.
* emultempl/armelf_oabi.em: Likewise.
* emultempl/beos.em: Likewise.
* emultempl/elf32.em: Likewise.
* emultempl/generic.em: Likewise.
* emultempl/gld960.em: Likewise.
* emultempl/gld960c.em: Likewise.
* emultempl/linux.em: Likewise.
* emultempl/lnk960.em: Likewise.
* emultempl/m68kcoff.em: Likewise.
* emultempl/mipsecoff.em: Likewise.
* emultempl/pe.em: Likewise.
* emultempl/sunos.em: Likewise.
* emultempl/ticoff.em: Likewise.
* emultempl/vanilla.em: Likewise.

22 years ago * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
amodra [Wed, 22 May 2002 08:44:47 +0000 (08:44 +0000)]
* genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
(LIB_SEARCH_DIRS): No need to use "tr".
(COMPILE_IN): Only set for native targets.
* configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
* configure.tgt (powerpc*): Set tdir_*.
(powerpcle*): Correct targ_extra_emuls.
* emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
* emulparams/elf64ppc.sh (LIB_PATH): Likewise.

22 years ago * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
amodra [Wed, 22 May 2002 08:21:24 +0000 (08:21 +0000)]
* emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
calling lang_add_entry.

22 years ago2002-05-21 H.J. Lu (hjl@gnu.org)
hjl [Wed, 22 May 2002 05:08:29 +0000 (05:08 +0000)]
2002-05-21  H.J. Lu  (hjl@gnu.org)

* emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
"-z muldefs".
(gld${EMULATION_NAME}_list_options): Add "-z muldefs".

* ld.texinfo: Updated for --allow-multiple-definition and
"-z muldefs".

* ldmain.c (main): Initialize the allow_multiple_definition
field to false.

* lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
(ld_options): Add --allow-multiple-definition.
(parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.

22 years ago2002-05-21 H.J. Lu (hjl@gnu.org)
hjl [Wed, 22 May 2002 05:07:20 +0000 (05:07 +0000)]
2002-05-21  H.J. Lu  (hjl@gnu.org)

* bfdlink.h (bfd_link_info): Add allow_multiple_definition.

22 years ago2002-05-21 H.J. Lu (hjl@gnu.org)
hjl [Wed, 22 May 2002 05:06:17 +0000 (05:06 +0000)]
2002-05-21  H.J. Lu  (hjl@gnu.org)

* linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
definition.

22 years ago* config/alpha/tm-nbsd.h: Include solib.h.
thorpej [Wed, 22 May 2002 04:46:10 +0000 (04:46 +0000)]
* config/alpha/tm-nbsd.h: Include solib.h.

22 years ago* alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
thorpej [Wed, 22 May 2002 04:30:44 +0000 (04:30 +0000)]
* alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
assumptions about the host's byte order.

22 years ago * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
amodra [Wed, 22 May 2002 04:22:07 +0000 (04:22 +0000)]
* elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
(ppc64_elf_relocate_section): Handle unresolved relocs in opd.

22 years ago* Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
thorpej [Wed, 22 May 2002 04:15:35 +0000 (04:15 +0000)]
* Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
to dependency list.
* alphanbsd-tdep.c: Include solib-svr4.h.
* shnbsd-tdep.c: Ditto.

22 years ago* Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
thorpej [Wed, 22 May 2002 03:59:52 +0000 (03:59 +0000)]
* Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
nbsd-tdep.h to dependency list.
* configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
nbsdaout.mh and nbsdelf.mh consistently.
* configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
nbsdaout.mt and nbsdelf.mh consistently.
* armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
(arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
* config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
a.out shared library stuff from here...
* config/nm-nbsdaout.h: ...to here.
* config/tm-nbsd.h: Remove.
* config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
* config/arm/nbsd.mh: Remove.
* config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
nbsd-tdep.o.
* config/arm/nbsdaout.mh: New file.
* config/arm/nbsdelf.mh: New file.
* config/arm/nm-nbsdaout.h: New file.
* config/i386/nbsd.mh: Remove.
* config/i386/nbsd.mt: Remove.
* config/i386/nbsdaout.mh: New file.
* config/i386/nbsdaout.mt: New file.
* config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
* config/i386/nm-nbsd.h (REGISTER_U_ADDR,
i386_register_u_addr): Remove.
* config/i386/nm-nbsdaout.h: New file.
* config/i386/nm-nbsdelf.h: Remove.
* config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
(USE_STRUCT_CONVENTION): Remove.
* config/i386/tm-nbsdaout.h: New file.
* config/i386/tm-nbsdelf.h: Remove.
* config/m68k/nbsd.mh: Remove.
* config/m68k/nbsd.mt: Remove.
* config/m68k/nbsdaout.mh: New file.
* config/m68k/nbsdaout.mt: New file.
* config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
* config/m68k/nm-nbsdaout.h: New file.
* config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/ns32k/nbsd.mh: Remove.
* config/ns32k/nbsd.mt: Remove.
* config/ns32k/nbsdaout.mh: New file.
* config/ns32k/nbsdaout.mt: New file.
* config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
* config/ns32k/nm-nbsdaout.h: New file.
* config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
(SVR4_SHARED_LIBS): Remove.
* config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
* config/sparc/nbsd.mh: Remove.
* config/sparc/nbsd.mt: Remove.
* config/sparc/nbsdaout.mh: New file.
* config/sparc/nbsdaout.mt: New file.
* config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/sparc/nbsdelf.mt: New file.
* config/sparc/nm-nbsdaout.h: New file.
* config/sparc/nm-nbsdelf.h: Remove.
* config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
* config/sparc/tm-nbsdaout.h: New file.

22 years ago * config/tc-mips.c (macro): Relax warning, it's toot strict for
ths [Wed, 22 May 2002 00:13:11 +0000 (00:13 +0000)]
* config/tc-mips.c (macro): Relax warning, it's toot strict for
embedded-PIC.

22 years ago * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
amodra [Wed, 22 May 2002 00:04:38 +0000 (00:04 +0000)]
* elf64-ppc.c (ppc64_elf_relocate_section): Return false for
unresolved relocs.
(ppc64_elf_size_dynamic_sections): Check for splt NULL.

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

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

22 years ago? gas/testsuite/gas/mips/rol64.d
ths [Tue, 21 May 2002 23:54:39 +0000 (23:54 +0000)]
? gas/testsuite/gas/mips/rol64.d
? gas/testsuite/gas/mips/rol64.s
Index: gas/ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.1334
diff -u -p -r1.1334 ChangeLog
--- gas/ChangeLog 21 May 2002 20:01:51 -0000 1.1334
+++ gas/ChangeLog 21 May 2002 23:32:51 -0000
@@ -1,3 +1,8 @@
+2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * config/tc-mips.c (macro2): Add 64 bit drol, dror macros.
+ Optimize the rotate by zero case.
+
 2002-05-21  Nick Clifton  <nickc@cambridge.redhat.com>

  * configure.in: Remove accidental enabling of bfd_gas=yes for
Index: gas/config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.123
diff -u -p -r1.123 tc-mips.c
--- gas/config/tc-mips.c 14 May 2002 23:35:59 -0000 1.123
+++ gas/config/tc-mips.c 21 May 2002 23:32:52 -0000
@@ -6686,6 +6686,17 @@ macro2 (ip)
       --mips_opts.noreorder;
       break;

+    case M_DROL:
+      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "dsubu",
+    "d,v,t", AT, 0, treg);
+      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "dsrlv",
+    "d,t,s", AT, sreg, AT);
+      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "dsllv",
+    "d,t,s", dreg, sreg, treg);
+      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "or",
+    "d,v,t", dreg, dreg, AT);
+      break;
+
     case M_ROL:
       macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "subu",
     "d,v,t", AT, 0, treg);
@@ -6697,15 +6708,55 @@ macro2 (ip)
     "d,v,t", dreg, dreg, AT);
       break;

+    case M_DROL_I:
+      {
+ unsigned int rot;
+ char *l, *r;
+
+ if (imm_expr.X_op != O_constant)
+   as_bad (_("rotate count too large"));
+ rot = imm_expr.X_add_number & 0x3f;
+ if (! rot)
+   break;
+ l = (rot < 0x20) ? "dsll" : "dsll32";
+ r = ((0x40 - rot) < 0x20) ? "dsrl" : "dsrl32";
+ rot &= 0x1f;
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, l,
+      "d,w,<", AT, sreg, rot);
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, r,
+      "d,w,<", dreg, sreg, (0x20 - rot) & 0x1f);
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "or",
+      "d,v,t", dreg, dreg, AT);
+      }
+      break;
+
     case M_ROL_I:
-      if (imm_expr.X_op != O_constant)
- as_bad (_("rotate count too large"));
-      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "sll", "d,w,<",
-    AT, sreg, (int) (imm_expr.X_add_number & 0x1f));
-      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "srl", "d,w,<",
-    dreg, sreg, (int) ((0 - imm_expr.X_add_number) & 0x1f));
-      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "or", "d,v,t",
-    dreg, dreg, AT);
+      {
+ unsigned int rot;
+
+ if (imm_expr.X_op != O_constant)
+   as_bad (_("rotate count too large"));
+ rot = imm_expr.X_add_number & 0x1f;
+ if (! rot)
+   break;
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "sll",
+      "d,w,<", AT, sreg, rot);
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "srl",
+      "d,w,<", dreg, sreg, (0x20 - rot) & 0x1f);
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "or",
+      "d,v,t", dreg, dreg, AT);
+      }
+      break;
+
+    case M_DROR:
+      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "dsubu",
+    "d,v,t", AT, 0, treg);
+      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "dsllv",
+    "d,t,s", AT, sreg, AT);
+      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "dsrlv",
+    "d,t,s", dreg, sreg, treg);
+      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "or",
+    "d,v,t", dreg, dreg, AT);
       break;

     case M_ROR:
@@ -6719,15 +6770,44 @@ macro2 (ip)
     "d,v,t", dreg, dreg, AT);
       break;

+    case M_DROR_I:
+      {
+ unsigned int rot;
+ char *l, *r;
+
+ if (imm_expr.X_op != O_constant)
+   as_bad (_("rotate count too large"));
+ rot = imm_expr.X_add_number & 0x3f;
+ if (! rot)
+   break;
+ r = (rot < 0x20) ? "dsrl" : "dsrl32";
+ l = ((0x40 - rot) < 0x20) ? "dsll" : "dsll32";
+ rot &= 0x1f;
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, r,
+      "d,w,<", AT, sreg, rot);
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, l,
+      "d,w,<", dreg, sreg, (0x20 - rot) & 0x1f);
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "or",
+      "d,v,t", dreg, dreg, AT);
+      }
+      break;
+
     case M_ROR_I:
-      if (imm_expr.X_op != O_constant)
- as_bad (_("rotate count too large"));
-      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "srl", "d,w,<",
-    AT, sreg, (int) (imm_expr.X_add_number & 0x1f));
-      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "sll", "d,w,<",
-    dreg, sreg, (int) ((0 - imm_expr.X_add_number) & 0x1f));
-      macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "or", "d,v,t",
-    dreg, dreg, AT);
+      {
+ unsigned int rot;
+
+ if (imm_expr.X_op != O_constant)
+   as_bad (_("rotate count too large"));
+ rot = imm_expr.X_add_number & 0x1f;
+ if (! rot)
+   break;
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "srl",
+      "d,w,<", AT, sreg, rot);
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "sll",
+      "d,w,<", dreg, sreg, (0x20 - rot) & 0x1f);
+ macro_build ((char *) NULL, &icnt, (expressionS *) NULL, "or",
+      "d,v,t", dreg, dreg, AT);
+      }
       break;

     case M_S_DOB:
Index: gas/testsuite/ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/testsuite/ChangeLog,v
retrieving revision 1.315
diff -u -p -r1.315 ChangeLog
--- gas/testsuite/ChangeLog 20 May 2002 17:05:34 -0000 1.315
+++ gas/testsuite/ChangeLog 21 May 2002 23:32:54 -0000
@@ -1,3 +1,9 @@
+2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * gas/mips/rol64.s: New file, test of drol, dror macros.
+ * gas/mips/rol64.d: Likewise.
+ * gas/mips/mips.exp: Add new test.
+
 2002-05-20  Nick Clifton  <nickc@cambridge.redhat.com>

  * gas/arm/arm.exp: Replace deprecated command line switches
Index: gas/testsuite/gas/mips/mips.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips.exp,v
retrieving revision 1.32
diff -u -p -r1.32 mips.exp
--- gas/testsuite/gas/mips/mips.exp 4 Apr 2002 08:23:30 -0000 1.32
+++ gas/testsuite/gas/mips/mips.exp 21 May 2002 23:32:54 -0000
@@ -122,6 +122,7 @@ if { [istarget mips*-*-*] } then {
  run_dump_test "mul"
     }
     run_dump_test "rol"
+    run_dump_test "rol64"
     if !$aout { run_dump_test "sb" }
     run_dump_test "trunc"
     if !$aout { run_dump_test "ulh" }
Index: include/opcode/ChangeLog
===================================================================
RCS file: /cvs/src/src/include/opcode/ChangeLog,v
retrieving revision 1.167
diff -u -p -r1.167 ChangeLog
--- include/opcode/ChangeLog 17 May 2002 19:01:03 -0000 1.167
+++ include/opcode/ChangeLog 21 May 2002 23:32:57 -0000
@@ -1,3 +1,7 @@
+2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * mips.h: Add M_DROL, M_DROL_I, M_DROR, M_DROR_I macro cases.
+
 2002-05-17  Andrey Volkov  <avolkov@sources.redhat.com>

         * h8300.h: Corrected defs of all control regs
Index: include/opcode/mips.h
===================================================================
RCS file: /cvs/src/src/include/opcode/mips.h,v
retrieving revision 1.24
diff -u -p -r1.24 mips.h
--- include/opcode/mips.h 16 Mar 2002 03:09:18 -0000 1.24
+++ include/opcode/mips.h 21 May 2002 23:32:57 -0000
@@ -526,9 +526,13 @@ enum
   M_REM_3I,
   M_REMU_3,
   M_REMU_3I,
+  M_DROL,
   M_ROL,
+  M_DROL_I,
   M_ROL_I,
+  M_DROR,
   M_ROR,
+  M_DROR_I,
   M_ROR_I,
   M_S_DA,
   M_S_DOB,
Index: opcodes/ChangeLog
===================================================================
RCS file: /cvs/src/src/opcodes/ChangeLog,v
retrieving revision 1.447
diff -u -p -r1.447 ChangeLog
--- opcodes/ChangeLog 17 May 2002 14:36:45 -0000 1.447
+++ opcodes/ChangeLog 21 May 2002 23:33:00 -0000
@@ -1,3 +1,7 @@
+2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * mips-opc.c (mips_builtin_opcodes): Add drol, dror macros.
+
 Fri May 17 14:26:44 2002  J"orn Rennecke <joern.rennecke@superh.com>

  * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh.
Index: opcodes/mips-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/mips-opc.c,v
retrieving revision 1.32
diff -u -p -r1.32 mips-opc.c
--- opcodes/mips-opc.c 17 Mar 2002 02:42:25 -0000 1.32
+++ opcodes/mips-opc.c 21 May 2002 23:33:00 -0000
@@ -492,6 +492,10 @@ const struct mips_opcode mips_builtin_op
 {"dremu",   "z,s,t",    0x0000001f, 0xfc00ffff, RD_s|RD_t|WR_HILO,      I3      },
 {"dremu",   "d,v,t", 3,    (int) M_DREMU_3, INSN_MACRO, I3 },
 {"dremu",   "d,v,I", 3,    (int) M_DREMU_3I, INSN_MACRO, I3 },
+{"drol",    "d,v,t", 0,    (int) M_DROL, INSN_MACRO, I3 },
+{"drol",    "d,v,I", 0,    (int) M_DROL_I, INSN_MACRO, I3 },
+{"dror",    "d,v,t", 0,    (int) M_DROR, INSN_MACRO, I3 },
+{"dror",    "d,v,I", 0,    (int) M_DROR_I, INSN_MACRO, I3 },
 {"dsllv",   "d,t,s", 0x00000014, 0xfc0007ff, WR_d|RD_t|RD_s, I3 },
 {"dsll32",  "d,w,<", 0x0000003c, 0xffe0003f, WR_d|RD_t, I3 },
 {"dsll",    "d,w,s", 0x00000014, 0xfc0007ff, WR_d|RD_t|RD_s, I3 }, /* dsllv */

22 years ago* Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
thorpej [Tue, 21 May 2002 21:23:40 +0000 (21:23 +0000)]
* Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
mipsnbsd-tdep.c
(mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.

22 years ago* Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
thorpej [Tue, 21 May 2002 20:53:23 +0000 (20:53 +0000)]
* Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
shnbsd-nat.c.
(shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.

22 years agoSimulate XScale BCUMOD register
nickc [Tue, 21 May 2002 20:28:26 +0000 (20:28 +0000)]
Simulate XScale BCUMOD register

22 years agoRemove accidental enabling of bfd_gas=yes for sh-coff targets.
nickc [Tue, 21 May 2002 20:01:51 +0000 (20:01 +0000)]
Remove accidental enabling of bfd_gas=yes for sh-coff targets.

22 years ago * filemode.c: Fix formatting.
kazu [Tue, 21 May 2002 19:34:57 +0000 (19:34 +0000)]
* filemode.c: Fix formatting.
* ieee.c: Likewise.
* is-ranlib.c: Likewise.
* is-strip.c: Likewise.
* maybe-ranlib.c: Likewise.
* maybe-strip.c: Likewise.
* nlmconv.c: Likewise.
* nm.c: Likewise.
* not-ranlib.c: Likewise.
* not-strip.c: Likewise.
* objcopy.c: Likewise.
* objdump.c: Likewise.

22 years ago2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>
fitzsim [Tue, 21 May 2002 18:20:17 +0000 (18:20 +0000)]
2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>

* configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target.

22 years ago * Makefile.in: Increment VERSION to 1.4.
earnie [Tue, 21 May 2002 16:50:12 +0000 (16:50 +0000)]
* Makefile.in: Increment VERSION to 1.4.
(conf_prefix): New variable.
(bindist): Modify target to use $(conf_prefix).

22 years ago * objdump.c (dump_headers): Fix output formatting for ELF32
ths [Tue, 21 May 2002 16:21:16 +0000 (16:21 +0000)]
* objdump.c (dump_headers): Fix output formatting for ELF32
architectures in a BFD64 enabled toolchain.
* bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
non-ELF targets.

22 years ago * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
ths [Tue, 21 May 2002 16:03:45 +0000 (16:03 +0000)]
* elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
an error value.
* elflink.h (elf_link_output_relocs): Likewise. Improve error message.
return with false on error.
(elf_link_input_bfd): Check reloc_emitter return value.

22 years ago* NEWS: Note new MIPS NetBSD native configuration.
thorpej [Tue, 21 May 2002 15:58:39 +0000 (15:58 +0000)]
* NEWS: Note new MIPS NetBSD native configuration.
* configure.host (mips*-*-netbsd*): New host.
* configure.tgt (mips*-*-netbsd*): New target.
* mipsnbsd-nat.c: New file.
* mipsnbsd-tdep.c: New file.
* mipsnbsd-tdep.h: New file.
* config/mips/nbsd.mh: New file.
* config/mips/nbsd.mt: New file.
* config/mips/nm-nbsd.h: New file.
* config/mips/tm-nbsd.h: New file.

22 years ago* Makefile.in (SFILES): Add osabi.c.
thorpej [Tue, 21 May 2002 15:36:01 +0000 (15:36 +0000)]
* Makefile.in (SFILES): Add osabi.c.
(COMMON_OBS): Add osabi.o.
(osabi.o): New dependency list.
* osabi.c: New file.
* osabi.h: New file.
* doc/gdbint.texinfo: Document new generic OS ABI framework.

* Makefile.in (alpha_tdep_h): Define and use instead of
alpha-tdep.h.
* alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
Remove.
(alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
* alpha-tdep.h: Include osabi.h.
(alpha_abi): Remove.
(gdbarch_tdep): Use generic OS ABI framework.
* alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
gdbarch_register_osabi.
* alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
* alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.

* Makefile.in (sh_tdep_h): Add osabi.h.
* sh-tdep.h (sh_osabi): Remove.
(gdbarch_tdep): Use generic OS ABI framework.
* sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
(sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
* shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.

* Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
* arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
gdbarch_register_osabi.
* arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
(get_elfosabi): Rename to...
(arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
ABI framework support routines.
(arm_gdbarch_init): Use generic OS ABI framework.
(arm_dump_tdep): Likewise.
(_initialize_arm_tdep): Likewise.
* arm-tdep.h: Include osabi.h.
(arm_abi): Remove.
(gdbarch_tdep): Remove arm_abi and abi_name members.  Add
osabi member.
(arm_gdbarch_register_os_abi): Remove prototype.
* armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
(_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.

* Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
* mips-tdep.c: Include osabi.h.
(gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
OS ABI framework.

22 years agobfd:
thorpej [Tue, 21 May 2002 15:10:53 +0000 (15:10 +0000)]
bfd:
* config.bfd (armeb-*-netbsdelf*): New target.

ld:
* Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
(earmelfb_nbsd.c): New rule.
* Makefile.in: Regenerate.
* configure.tgt (armeb-*-netbsdelf*): New target.
(arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
(arm-*-netbsd*): Likewise.
* emulparams/armelfb_nbsd.sh: New file.

22 years ago * security.cc (open_local_policy): Initialize lsa to
corinna [Tue, 21 May 2002 14:50:24 +0000 (14:50 +0000)]
    * security.cc (open_local_policy): Initialize lsa to
INVALID_HANDLE_VALUE instead of NULL.
(get_logon_server_and_user_domain): Test for INVALID_HANDLE_VALUE
instead of NULL.
(create_token): Both of the above.

22 years ago*** empty log message ***
gdbadmin [Tue, 21 May 2002 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Tue, 21 May 2002 00:00:06 +0000 (00:00 +0000)]
daily update

22 years ago * h8300-tdep.c: Fix formatting.
kazu [Mon, 20 May 2002 18:40:44 +0000 (18:40 +0000)]
* h8300-tdep.c: Fix formatting.

22 years ago * debug.c: Fix formatting.
kazu [Mon, 20 May 2002 18:23:04 +0000 (18:23 +0000)]
* debug.c: Fix formatting.
* debug.h: Likewise.
* dlltool.c: Likewise.
* dllwrap.c: Likewise.
* emul_aix.c: Likewise.
* emul_vanilla.c: Likewise.

22 years ago * mi-main.c (captured_mi_execute_command): Add uiout parameter.
kseitz [Mon, 20 May 2002 18:09:56 +0000 (18:09 +0000)]
    * mi-main.c (captured_mi_execute_command): Add uiout parameter.
        "data" is now a structure which is used to pass data to/from this
        function to mi_execute_command.
        Modify function to comply with requirements from catch_exceptions.
        Store real return result and command's return result in data.
        (mi_execute_command): Use catch_exceptions.
        Use enum to handle actions to be performed instead of overloading
        catch_errors return result and the mi return result.

22 years ago2002-05-20 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Mon, 20 May 2002 17:45:41 +0000 (17:45 +0000)]
2002-05-20  Elena Zannoni  <ezannoni@redhat.com>

* rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
printing vector registers.

22 years agoReplace deprecated command line switches with their modern equivalents.
nickc [Mon, 20 May 2002 17:05:34 +0000 (17:05 +0000)]
Replace deprecated command line switches with their modern equivalents.

22 years agoAdd support for target specific command line switches to old-style simualtors.
nickc [Mon, 20 May 2002 14:32:48 +0000 (14:32 +0000)]
Add support for target specific command line switches to old-style simualtors.
Make use of this support in the ARM simulator to add a --swi-support= switch
to select whcih SWI protocols to emulate.

22 years ago * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
amodra [Mon, 20 May 2002 13:12:40 +0000 (13:12 +0000)]
* elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
at the plt call stub.

22 years ago2002-05-19 Michael Chastain <mec@shout.net>
chastain [Mon, 20 May 2002 05:16:53 +0000 (05:16 +0000)]
2002-05-19  Michael Chastain  <mec@shout.net>

* gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.

22 years ago2002-05-19 Michael Chastain <mec@shout.net>
chastain [Mon, 20 May 2002 05:14:47 +0000 (05:14 +0000)]
2002-05-19  Michael Chastain  <mec@shout.net>

* gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.

22 years ago2002-05-17 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Mon, 20 May 2002 01:07:14 +0000 (01:07 +0000)]
2002-05-17  Elena Zannoni  <ezannoni@redhat.com>

       * configure.in (configdirs): Add gdb.arch.
       * configure: Regenerate.

22 years ago2002-05-20 Philip Aston <philipa@mail.com>
dannysmith [Mon, 20 May 2002 00:57:17 +0000 (00:57 +0000)]
2002-05-20  Philip Aston  <philipa@mail.com>

* include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.

22 years ago2002-05-20 René Møller Fonseca <fonseca@users.sourceforge.net>
dannysmith [Mon, 20 May 2002 00:52:05 +0000 (00:52 +0000)]
2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>

* include/lmaccess.h: (NetAccess*, NetGroup*,
NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.

22 years agodaily update
amodra [Mon, 20 May 2002 00:00:07 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Mon, 20 May 2002 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago * cpu-mips.c (mips_compatible): Don't try to check machine
ths [Sun, 19 May 2002 21:06:34 +0000 (21:06 +0000)]
* cpu-mips.c (mips_compatible): Don't try to check machine
compatibility.

22 years agoFrom Fernando Nasser:
cagney [Sun, 19 May 2002 20:11:16 +0000 (20:11 +0000)]
From Fernando Nasser:
* remote.c (remote_async_open_1): Re-throw the exception when the
connection fails.
(remote_cisco_open): Ditto.
(remote_open_1): Ditto.

22 years ago* remote.c (remote_start_remote_dummy): Add uiout parameter.
cagney [Sun, 19 May 2002 18:32:09 +0000 (18:32 +0000)]
* remote.c (remote_start_remote_dummy): Add uiout parameter.
(remote_start_remote): Add uiout parameter.  Pass through to
remote_start_remote_dummy.
(remote_open_1): Use catch_exception instead of catch_errors.
(remote_async_open_1): Ditto.
(remote_cisco_open): Ditto.

22 years ago* remote.c (remote_start_remote): Replace PTR with void pointer.
cagney [Sun, 19 May 2002 16:56:03 +0000 (16:56 +0000)]
* remote.c (remote_start_remote): Replace PTR with void pointer.
(sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
static.

22 years ago * addr2line.c: Fix formatting.
kazu [Sun, 19 May 2002 16:17:53 +0000 (16:17 +0000)]
* addr2line.c: Fix formatting.
* ar.c: Likewise.
* arsup.c: Likewise.
* arsup.h: Likewise.
* binemul.c: Likewise.
* binemul.h: Likewise.
* bucomm.c: Likewise.
* coffdump.c: Likewise.
* coffgrok.c: Likewise.
* coffgrok.h: Likewise.

22 years ago * compile.c: Fix formatting.
kazu [Sun, 19 May 2002 12:52:54 +0000 (12:52 +0000)]
* compile.c: Fix formatting.

22 years agodaily update
amodra [Sun, 19 May 2002 00:00:06 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Sun, 19 May 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlink
cgf [Sat, 18 May 2002 21:07:18 +0000 (21:07 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlink
consistent for remote files.

22 years ago* strace.cc (add_child): Use calloc since new requires working libstdc++.a.
cgf [Sat, 18 May 2002 21:05:10 +0000 (21:05 +0000)]
* strace.cc (add_child): Use calloc since new requires working libstdc++.a.
(fhandler_disk_file::fstat): Ditto for delete/free.

22 years ago* path.cc (path_conv::check): Always set executable bit for executable
cgf [Sat, 18 May 2002 20:27:49 +0000 (20:27 +0000)]
* path.cc (path_conv::check): Always set executable bit for executable
extension.

22 years ago* gdb_indent.sh: Allow the script to be run in the sim directory.
cagney [Sat, 18 May 2002 19:50:19 +0000 (19:50 +0000)]
* gdb_indent.sh: Allow the script to be run in the sim directory.

22 years ago* config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
kettenis [Sat, 18 May 2002 19:29:35 +0000 (19:29 +0000)]
* config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
* config/i386/nm-go32.h (NO_PTRACE_H): Remove define.

22 years agoAdd -bnortl and -bnortllib support for AIX.
trix [Sat, 18 May 2002 16:56:26 +0000 (16:56 +0000)]
Add -bnortl and -bnortllib support for AIX.

22 years agoFix C_FILE auxent.
trix [Sat, 18 May 2002 13:13:12 +0000 (13:13 +0000)]
Fix C_FILE auxent.

22 years ago * app.c: Fix formatting.
kazu [Sat, 18 May 2002 12:53:29 +0000 (12:53 +0000)]
* app.c: Fix formatting.
* as.c: Likewise.
* ehopt.c: Likewise.
* expr.c: Likewise.
* input-file.c: Likewise.
* listing.c: Likewise.
* macro.h: Likewise.
* stabs.c: Likewise.
* symbols.c: Likewise.

22 years ago * compile.c: Fix formatting.
kazu [Sat, 18 May 2002 11:40:19 +0000 (11:40 +0000)]
* compile.c: Fix formatting.

22 years agoremove white space
cgf [Sat, 18 May 2002 06:10:16 +0000 (06:10 +0000)]
remove white space

22 years ago*** empty log message ***
gdbadmin [Sat, 18 May 2002 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

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

22 years ago2002-05-17 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 17 May 2002 23:39:36 +0000 (23:39 +0000)]
2002-05-17  Jeff Johnston  <jjohnstn@redhat.com>

* Makefile.am: Copy and install headers from sys/machine/include
directory.  Also pass $toollibdir to lower-level directories.
* Makefile.in: Regenerated.
* libc/include/stdio.h[!_REENT_ONLY]: Change stdin, stdout, and
stderr to use _REENT macro instead of _impure_ptr directly.
* libc/include/sys/config.h[__i386__][__linux__]: Define
__DYNAMIC_REENT__.
* libc/include/sys/reent.h[!_REENT_ONLY]: Change _REENT macro to be
call to __getreent() function if !__SINGLE_THREAD__ and
__DYNAMIC_REENT__ is set.
* libc/reent/Makefile.am: Add support for getreent.c.
* libc/reent/Makefile.in: Regenerated.
* libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.
* libc/sys/linux/Makefile.am: Add support for new files.
* libc/sys/linux/configure.in: Add $EXTRA_DIRS variable.
* libc/sys/linux/Makefile.in: Regenerated.
* libc/sys/linux/configure: Ditto.
* libc/sys/linux/io.c: Add poll syscall.  Also weak-alias
__close, __read, __write, __poll, __open, __lseek, __fcntl from
their __libc_ counterparts.
* libc/sys/linux/io64.c: Add __libc_ prefix to lseek64 and open64
and weak-alias to regular names.
* libc/sys/linux/pread64.c: Rename to __libc_pread64 and weak-alias
to pread64 and __pread64.
* libc/sys/linux/process.c: Weak_alias __libc_getpid to __getpid.
* libc/sys/linux/pwrite64.c: Rename to __libc_pwrite64 and
weak-alias to pwrite64.
* libc/sys/linux/sched.c: Weak-alias __libc_sched_getparam,
__libc_sched_getscheduler, __libc_sched_get_priority_max,
__libc_sched_get_priority_min, and __libc_sched_setschedule to
name with __ instead of __libc_.
* libc/sys/linux/siglongjmp.c: Include <machine/weakalias.h>.
Rename siglongjmp to __libc_siglongjmp and weak-alias to siglongjmp.
Call __libc_longjmp instead of longjmp, from __libc_siglongjmp.
* libc/sys/linux/signal.c: Rename raise to __libc_raise and weak-alias
to raise.
* libc/sys/linux/socket.c: Weak-alias __libc_connect to __connect and
__libc_send to __send.
* libc/sys/linux/time.c: Weak-alias __libc_gettimeofday to
__gettimeofday.
* libc/sys/linux/wait.c: Rename wait to __libc_wait and weak-alias
it to wait.  Rename wait3 to __libc_wait3 and weak-alias it to wait3.
* libc/sys/linux/include/setjmp.h: Use __jmp_buf in sigjmp_buf
type and typedef __jmp_buf to jmp_buf.
* libc/sys/linux/machine/i386/Makefile.am: Add syscalls.c and
setjmp.S.
* libc/sys/linux/machine/i386/Makefile.in: Regenerated.
* libc/sys/linux/machine/i386/crt0.c: Add support to clear .bss
section.
* libc/sys/linux/machine/i386/socketcall.h: Change to use __libc_
prefix for function macros and then use weak_alias() to regular names.
* libc/sys/linux/machine/i386/syscall.h: Ditto.
* libc/sys/linux/sys/errno.h: Define EOPNOTSUP to be ENOTSUP.
* libc/sys/linux/sys/stdio.h: Define _flockfile and _funlockfile
to be flockfile() and funlockfile() respectively.
* libc/sys/linux/sys/types.h
* libc/reent/getreent.c: New file.
* libc/sys/linux/flockfile.c: Ditto.
* libc/sys/linux/funlockfile.c: Ditto.
* libc/sys/linux/getreent.c: Ditto.
* libc/sys/linux/pread.c: Ditto.
* libc/sys/linux/pwrite.c: Ditto.
* libc/sys/linux/raise.c: Ditto.
* libc/sys/linux/system.c: Ditto.
* libc/sys/linux/tcdrain.c: Ditto.
* libc/sys/linux/machine/i386/i386mach.h: Ditto.
* libc/sys/linux/machine/i386/setjmp.S: Ditto.
* libc/sys/linux/machine/i386/syscalls.c: Ditto.
* libc/sys/linux/machine/i386/weakalias.h: Ditto.
* libc/sys/linux/machine/i386/include/setjmp.h: Ditto.

22 years ago* corelow.c (core_open): Only call set_gdbarch_from_file if
kettenis [Fri, 17 May 2002 23:06:09 +0000 (23:06 +0000)]
* corelow.c (core_open): Only call set_gdbarch_from_file if
exec_bfd is NULL.

22 years ago* gdb.base/completion.exp: Recognize the more detailed error
jimb [Fri, 17 May 2002 22:03:32 +0000 (22:03 +0000)]
* gdb.base/completion.exp: Recognize the more detailed error
messages produced by the macro expander's lexical analyzer.

22 years ago2002-05-17 Ben Elliston <bje@redhat.com>
bje [Fri, 17 May 2002 21:35:24 +0000 (21:35 +0000)]
2002-05-17  Ben Elliston  <bje@redhat.com>

* sidcomp.cache/refill.exp: New test.

22 years ago2002-05-17 Ben Elliston <bje@redhat.com>
bje [Fri, 17 May 2002 21:28:14 +0000 (21:28 +0000)]
2002-05-17  Ben Elliston  <bje@redhat.com>

* Makefile.am (DEJAGNUTESTS): Add refill.exp.
* cache.h (cache_component::refill_latency): New member.
* cache.cxx (cache_component::read_line): Add refill latency.
(cache_component::cache_component): Initialise it and add a
corresponding "refill-latency" attribute.
* hw-cache.xml (memory latency) : Document refill latency.

22 years ago * newlib/libc/sys/h8300hms/Makeile.am (lib_a_SOURCES): Add read.c.
fitzsim [Fri, 17 May 2002 20:13:37 +0000 (20:13 +0000)]
* newlib/libc/sys/h8300hms/Makeile.am (lib_a_SOURCES): Add read.c.
* newlib/libc/sys/h8300hms/read.c: New file.  Magic trap 0xC8 for sim.
* newlib/libc/sys/h8300hms/syscalls.c: Move _read() to read.c.
* newlib/libs/sys/h8300hms/sys/syscall.h: New file.

22 years agoFix call of read_relative_register_raw_bytes
avolkov [Fri, 17 May 2002 19:39:52 +0000 (19:39 +0000)]
Fix call of read_relative_register_raw_bytes