OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
24 years ago* solib.c (elf_locate_base, info_sharedlibrary_command): Rename
Andrew Cagney [Wed, 19 Jul 2000 02:55:55 +0000 (02:55 +0000)]
* solib.c (elf_locate_base, info_sharedlibrary_command): Rename
bfd_elf_get_arch_size to bfd_get_arch_size.

24 years agoFix typo.
Christopher Faylor [Wed, 19 Jul 2000 02:14:19 +0000 (02:14 +0000)]
Fix typo.

24 years ago2000-07-18 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 19 Jul 2000 00:33:45 +0000 (00:33 +0000)]
2000-07-18  H.J. Lu  <hjl@gnu.org>

* common.h (DT_FLAGS_1): Renamed from DT_1_FLAGS.

24 years agoRename bfd_elf_get_arch_size to bfd_get_arch_size
Nick Clifton [Tue, 18 Jul 2000 19:20:13 +0000 (19:20 +0000)]
Rename bfd_elf_get_arch_size  to bfd_get_arch_size
Rename bfd_elf_get_sign_extend_vma  to  bfd_get_sign_extend_vma

24 years ago2000-07-18 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Tue, 18 Jul 2000 09:45:26 +0000 (09:45 +0000)]
2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>

* elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
paranthesis in if statement.

24 years agoFrom Richard Henderson <rth@cygnus.com>:
Andrew Cagney [Tue, 18 Jul 2000 07:47:02 +0000 (07:47 +0000)]
From Richard Henderson <rth@cygnus.com>:
* dwarf2read.c (dwarf2_empty_hash_tables): Renamed from
dwarf2_empty_die_ref_table; zero dwarf2_cached_types as well.
Update all callers.

24 years agomodify error message
Daniel Berlin [Mon, 17 Jul 2000 19:41:10 +0000 (19:41 +0000)]
modify error message

24 years ago2000-07-17 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Mon, 17 Jul 2000 19:39:40 +0000 (19:39 +0000)]
2000-07-17  Koundinya K  <kk@ddeorg.soft.net>

Enable the support for Traditional MIPS.
* elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
return ict_none appropriately for traditional mips targets.
(STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
(STUB_MOVE): Conditionalize for traditonal mips.
(STUB_LI16): Likewise.
(_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
room for RTPROC header.
(_bfd_mips_elf_modify_segment_map): For a normal mips executable set
the permission for the PT_DYNAMIC as read, write and execute.
(mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
for traditonal mips.
(_bfd_mips_elf_create_dynamic_sections): Add the symbol
_DYNAMIC_LINKING for traditonal mips.
(_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
in case of traditonal mips.
(_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
entry is required. For a function if PLT is not required then set the
corresponding hash table entry to 0.
(_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
traditonal mips.
(_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
shared object set the value to 0.
(_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
_DYNAMIC_LINKING for traditonal mips.
(_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
for traditonal mips.

24 years ago2000-07-17 matthew green <mrg@redhat.com>
J.T. Conklin [Mon, 17 Jul 2000 18:11:56 +0000 (18:11 +0000)]
2000-07-17  matthew green  <mrg@redhat.com>

        * config/sparc/nm-nbsd.h (GDB_GREGSET_T, GDB_FPREGSET_T): Define.

24 years ago * testsuite/regress-demangle (failed test): Show result and
Hans-Peter Nilsson [Mon, 17 Jul 2000 10:45:54 +0000 (10:45 +0000)]
* testsuite/regress-demangle (failed test): Show result and
expected output.
(From GCC.)

24 years agoCast integers into pointers before converting them into canonical
Andrew Cagney [Mon, 17 Jul 2000 03:39:34 +0000 (03:39 +0000)]
Cast integers into pointers before converting them into canonical
addresses.

24 years ago* gdb.base/exprs.exp: Test casts to a pointer including over and
Andrew Cagney [Mon, 17 Jul 2000 02:56:12 +0000 (02:56 +0000)]
* gdb.base/exprs.exp: Test casts to a pointer including over and
underflow.

24 years ago2000-07-15 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sat, 15 Jul 2000 18:42:01 +0000 (18:42 +0000)]
2000-07-15  H.J. Lu  <hjl@gnu.org>

* aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.

24 years agoProperly handle references
Daniel Berlin [Sat, 15 Jul 2000 17:40:30 +0000 (17:40 +0000)]
Properly handle references

24 years ago * ppcbug-rom.c (ppcbug_regnames[]): Make array size implicit.
Nicholas Duffek [Fri, 14 Jul 2000 22:17:33 +0000 (22:17 +0000)]
* ppcbug-rom.c (ppcbug_regnames[]): Make array size implicit.
* rs6000-tdep.c (DEFAULT_LR_SAVE): Move to config/*/tm-*.h.
(rs6000_gdbarch_init): Use generic_pc_in_call_dummy instead of
rs6000_pc_in_call_dummy.
* config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Move here from
rs6000-tdep.c.
* config/powerpc/tm-ppc-eabi.h: Remove various definitions
handled by multi-arched rs6000-tdep.c.

24 years ago2000-07-14 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser [Fri, 14 Jul 2000 21:27:15 +0000 (21:27 +0000)]
2000-07-14  Fernando Nasser <fnasser@cygnus.com>

        * wrapper.c (sim_create_inferior): Fix typo in the previous patch.

24 years agoFix definition of SKIP_PROLOGUE macro.
Nick Clifton [Fri, 14 Jul 2000 20:55:41 +0000 (20:55 +0000)]
Fix definition of SKIP_PROLOGUE macro.

24 years ago2000-07-14 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser [Fri, 14 Jul 2000 16:49:46 +0000 (16:49 +0000)]
2000-07-14  Fernando Nasser <fnasser@cygnus.com>

        * wrapper.c (sim_create_inferior): Reset mode to ARM when creating a
        new inferior.

24 years ago2000-07-13 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Thu, 13 Jul 2000 17:54:35 +0000 (17:54 +0000)]
2000-07-13  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * parse.c: Include inferior.h.

24 years agoOops, one to many ChangeLog entries.
Andrew Cagney [Thu, 13 Jul 2000 07:57:34 +0000 (07:57 +0000)]
Oops, one to many ChangeLog entries.

24 years agoCheck that GDB and the C compiler agree about the sizeof a few basic C
Andrew Cagney [Thu, 13 Jul 2000 05:07:54 +0000 (05:07 +0000)]
Check that GDB and the C compiler agree about the sizeof a few basic C
types.

24 years ago * parse.c (target_map_name_to_register): Include pseudo-regs.
Michael Snyder [Wed, 12 Jul 2000 23:16:45 +0000 (23:16 +0000)]
    * parse.c (target_map_name_to_register): Include pseudo-regs.

24 years ago2000-07-12 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Wed, 12 Jul 2000 22:01:17 +0000 (22:01 +0000)]
2000-07-12  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * regcache.c (registers_changed, registers_fetched): Use
        ARCH_NUM_REGS directly, eliminating an unnecessary variable.

        This change adds pseudo-register capability to GDB.
        Pseudo-registers are handled like registers, but they
        don't come from or live on the target.  They may be
        aliases for an existing register, or they may be computed.
        * defs.h (NUM_PSEUDO_REGISTERS): Define default of zero.
        (ARCH_FETCH_PSEUDO_REGISTERS): Define default of no-op.
        (ARCH_STORE_PSEUDO_REGISTERS): Define default of no-op.
        # regcache.c (registers_changed): Mark pseudo-registers
        invalid, as well as real registers.
        (registers_fetched): Do not mark pseudo-registers as fetched
        at the same time as other (real) registers.
        (read_register_bytes): Fetch pseudo-registers (if any) from
        the target architecture module instead of from the target.
        (read_register_gen): Ditto.
        (read_register): Ditto.
        (write_register_bytes): Store pseudo-registers (if any) to
        the target architecture module instead of to the target.
        (write_register_gen): Ditto.
        (write_register): Ditto.
        (build_regcache): Allocate enough register_valid space for
        pseudo-registers as well as normal (real) ones.

24 years ago* libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
DJ Delorie [Wed, 12 Jul 2000 18:29:55 +0000 (18:29 +0000)]
* libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
out a structure that is BFD_IN_MEMORY.

24 years agoUpdate comment.
Alan Modra [Wed, 12 Jul 2000 11:54:35 +0000 (11:54 +0000)]
Update comment.

24 years ago* valops.c (value_cast): Allow cast from INT, ENUM or RANGE to
Andrew Cagney [Wed, 12 Jul 2000 08:31:49 +0000 (08:31 +0000)]
* valops.c (value_cast): Allow cast from INT, ENUM or RANGE to
POINTER.

24 years agoUse section id in get_dyn_name.
Alan Modra [Wed, 12 Jul 2000 05:03:01 +0000 (05:03 +0000)]
Use section id in get_dyn_name.

24 years ago * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
Jakub Jelinek [Tue, 11 Jul 2000 18:44:12 +0000 (18:44 +0000)]
* sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
Reported by Bill Clarke <llib@computer.org>.

24 years ago2000-07-11 Scott Bambrough <scottb@netwinder.org>
Scott Bambrough [Tue, 11 Jul 2000 14:00:42 +0000 (14:00 +0000)]
2000-07-11  Scott Bambrough <scottb@netwinder.org>

* command.c (do_setshow_command): Fix typo in var_auto_boolean
case.

24 years ago* mips-tdep.c: General cleanup. Delete all #if 0 code. Convert
Andrew Cagney [Tue, 11 Jul 2000 11:02:11 +0000 (11:02 +0000)]
* mips-tdep.c: General cleanup.  Delete all #if 0 code.  Convert
all old style K&R function definitions to ISO-C.
(struct gdbarch_tdep): Add mips_abi_string.
(mips_gdbarch_init): Initialize.
(mips_dump_tdep): Print mips_abi_string and other values.
(mips_push_arguments): Add more detailed tracing.

24 years agoForce MIPS to sign-extend any addresses read from registers.
Andrew Cagney [Tue, 11 Jul 2000 10:24:25 +0000 (10:24 +0000)]
Force MIPS to sign-extend any addresses read from registers.

24 years agoMove the ``set mask-address'' command to remote-mips.c. Disable
Andrew Cagney [Tue, 11 Jul 2000 09:25:22 +0000 (09:25 +0000)]
Move the ``set mask-address'' command to remote-mips.c.  Disable
address masking in mips-tdep.c.

24 years ago* printcmd.c (print_scalar_formatted): Move masking of 'a' address
Andrew Cagney [Tue, 11 Jul 2000 08:51:59 +0000 (08:51 +0000)]
* printcmd.c (print_scalar_formatted): Move masking of 'a' address
from here.
(print_address_numeric): To here.
* TODO: Update.

24 years ago* symtab.c: Use paddr_nz() to print addresses.
Andrew Cagney [Tue, 11 Jul 2000 07:56:23 +0000 (07:56 +0000)]
* symtab.c: Use paddr_nz() to print addresses.

24 years agoAdd function bfd_elf_get_sign_extend_vma.
Andrew Cagney [Tue, 11 Jul 2000 07:28:25 +0000 (07:28 +0000)]
Add function bfd_elf_get_sign_extend_vma.

24 years agoThe MIPS thinks that addresses are signed. Sign extend MIPS ECOFF
Andrew Cagney [Tue, 11 Jul 2000 06:37:34 +0000 (06:37 +0000)]
The MIPS thinks that addresses are signed.  Sign extend MIPS ECOFF
addresses.

24 years ago* elfcode.h (elf_object_p): Use bfd_set_start_address and not
Andrew Cagney [Tue, 11 Jul 2000 06:08:19 +0000 (06:08 +0000)]
* elfcode.h (elf_object_p): Use bfd_set_start_address and not
bfd_get_start_address.
(elf_swap_ehdr_in): Sign extend e_entry when applicable.
(elf_swap_ehdr_out): Ditto.

24 years agoAdd read_signed_register{,_pid}(). Change return type of
Andrew Cagney [Tue, 11 Jul 2000 05:42:25 +0000 (05:42 +0000)]
Add read_signed_register{,_pid}().  Change return type of
read_register{,_pid}() to ULONGEST.

24 years agoPARAMS elimination.
Kevin Buettner [Tue, 11 Jul 2000 03:13:26 +0000 (03:13 +0000)]
PARAMS elimination.

24 years agoAdd set of bfd_mach_ cases for compatibility with older binutils
Nick Clifton [Mon, 10 Jul 2000 18:29:39 +0000 (18:29 +0000)]
Add set of bfd_mach_ cases for compatibility with older binutils

24 years agoFix a date.
Alan Modra [Mon, 10 Jul 2000 18:07:44 +0000 (18:07 +0000)]
Fix a date.

24 years agoComment the relocs.
Alan Modra [Mon, 10 Jul 2000 15:34:31 +0000 (15:34 +0000)]
Comment the relocs.

24 years agoA few tweaks required to use Readline as part of the DJGPP port of GDB.
Eli Zaretskii [Mon, 10 Jul 2000 15:22:16 +0000 (15:22 +0000)]
A few tweaks required to use Readline as part of the DJGPP port of GDB.

24 years ago* mips-tdep.c (mips_push_arguments): Always align struct_addr on a
Andrew Cagney [Mon, 10 Jul 2000 15:09:23 +0000 (15:09 +0000)]
* mips-tdep.c (mips_push_arguments): Always align struct_addr on a
16 byte boundary. Align allocated argument space using
MIPS_STACK_ARGSIZE.  Reserve space on stack for the struct return
and floating-point registers.  Use fp_register_arg_p to determine
if float_argreg should be aligned.

24 years ago2000-07-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Mon, 10 Jul 2000 14:43:37 +0000 (14:43 +0000)]
2000-07-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* config/sh/tm-sh.h (STORE_RETURN_VALUE): Redefine as
  sh_store_return_value().
* sh-tdep.c (sh_store_return_value): New function. Store the
  value returned by a function into the appropriate register.

2000-07-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * sh-tdep.c (sh_skip_prologue): Before looking at the actual
  instructions, try to see if the symbol table can be of help, by
  calling after_prologue(). If this doesn't work, call
  skip_prologue_hard_way().
(skip_prologue_hard_way): Renamed from sh_skip_prologue. Add some
  more instruction pattern matching for pushing of arguments, and
  manipulation of r14.
(after_prologue): New function. Use symbol table info to determine
  the end of the prologue, if possible.

24 years ago2000-07-07 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Mon, 10 Jul 2000 06:16:51 +0000 (06:16 +0000)]
2000-07-07  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * findvar.c (_initialize_findvar, build_findvar, write_fp, read_fp,
        generic_target_write_fp, generic_target_read_fp, write_sp, read_sp,
        generic_target_write_sp, generic_target_read_sp, write_pc, read_pc,
        generic_target_write_pc, generic_target_read_pc, write_pc_pid,
        read_pc_pid, supply_register, write_register_pid, write_register,
        read_register_pid, read_register, write_register_bytes,
        read_register_bytes, write_register_gen, read_register_gen,
        registers_fetched, registers_changed, find_saved_register,
        read_relative_register_raw_bytes, default_get_saved_register,
        read_relative_register_raw_bytes_for_frame, get_saved_register):
        Move from this file into new file regcache.c.
        (register_valid, registers_pid, registers): Ditto.
        * regcache.c: New file to hold the register cache.
        (register_cached): New function to read register_valid array.
        * value.h (register_cached): Declare.
        * defs.h (default_get_saved_register): Delete decl of static function.
        * Makefile.in: Add regcache module.

24 years agoDummy commit for diff purposes.
Michael Snyder [Mon, 10 Jul 2000 06:14:40 +0000 (06:14 +0000)]
Dummy commit for diff purposes.

24 years agoRyan Bradetich's warning fixes.
Alan Modra [Mon, 10 Jul 2000 05:14:13 +0000 (05:14 +0000)]
Ryan Bradetich's warning fixes.

24 years agoFrom Pierre Muller <muller@ics.u-strasbg.fr>:
Andrew Cagney [Mon, 10 Jul 2000 05:09:51 +0000 (05:09 +0000)]
From Pierre Muller <muller@ics.u-strasbg.fr>:
* p-typeprint.c (pascal_type_print_method_args): Add braces around
isdigit after while keyword.

24 years agoAvoid negative section sequence ids.
Alan Modra [Mon, 10 Jul 2000 02:05:40 +0000 (02:05 +0000)]
Avoid negative section sequence ids.

24 years ago* ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
Geoffrey Keating [Sun, 9 Jul 2000 20:28:51 +0000 (20:28 +0000)]
* ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.

24 years ago2000-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Sun, 9 Jul 2000 19:11:44 +0000 (19:11 +0000)]
2000-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * TODO: Remove readline 4.1 import item.

24 years agoreadline:
Elena Zannoni [Sun, 9 Jul 2000 17:20:00 +0000 (17:20 +0000)]
readline:
2000-07-09  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * Import of readline 4.1.

        Locally modified files: Makefile.in, configure.in, configure
        (regenerated), config.h.in (regenerated), readline.h, rltty.c,
  shell.c signals.c.

        Locally added files: acconfig.h, config/*, config.h.bot,
        cross-build/*, doc/inc-hit.texinfo.

        New files: USAGE, rlprivate.h, rlshell.h, xmalloc.h.
examples:
2000-07-09  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * Import of readline 4.1.

        New files: excallback.c, rlfe.c.
doc:
2000-07-09  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * Import of readline 4.1.

        Regenerated inc-hist.texinfo as copy of hsuser.texinfo, for
        inclusion in the gdb manual.

        New file: rluserman.texinfo

24 years agoImport of readline 4.1
Elena Zannoni [Sun, 9 Jul 2000 16:21:23 +0000 (16:21 +0000)]
Import of readline 4.1

24 years agoInitial revision
Elena Zannoni [Sun, 9 Jul 2000 16:21:23 +0000 (16:21 +0000)]
Initial revision

24 years ago2000-07-09 Koundinya K <kk@ddeorg.soft.net>
Ulf Carlsson [Sun, 9 Jul 2000 13:48:21 +0000 (13:48 +0000)]
2000-07-09  Koundinya K  <kk@ddeorg.soft.net>

        * elf32-mips.c (sort_dynamic_relocs): New Function.
        (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
via qsort to sort the dynamic relocations in increasing r_symndx
value.

24 years agoAdd some prototypes, and fix a few warnings.
Alan Modra [Sun, 9 Jul 2000 07:29:39 +0000 (07:29 +0000)]
Add some prototypes, and fix a few warnings.

24 years agoRestore hppa-elf32 to working order.
Alan Modra [Sun, 9 Jul 2000 07:23:07 +0000 (07:23 +0000)]
Restore hppa-elf32 to working order.

24 years ago * Makefile.in (install-info): Find files to install in either the build
Eli Zaretskii [Sun, 9 Jul 2000 05:41:21 +0000 (05:41 +0000)]
* Makefile.in (install-info): Find files to install in either the build
or source directories (adapted from Makefile.am).
(From Chris Faylor.)

24 years ago * gdb.c++/misc.cc (class ClassParam, class_param): Define.
Nicholas Duffek [Sun, 9 Jul 2000 05:16:11 +0000 (05:16 +0000)]
* gdb.c++/misc.cc (class ClassParam, class_param): Define.
(use_methods): New function.
(main): Call use_methods().
* gdb.c++/classes.exp (test_method_param_class): New procedure.
(do_tests): Call test_method_param_class.

24 years ago * gdbtypes.c (is_ancestor): Infer type equivalence from name
Nicholas Duffek [Sun, 9 Jul 2000 05:15:50 +0000 (05:15 +0000)]
* gdbtypes.c (is_ancestor): Infer type equivalence from name
equivalence.
(rank_one_type): Use strcmp instead of == to compare type names.
Don't swap parm with arg when checking TYPE_CODE_REF types.
* valops.c (find_overload_match): Fix indentation.  Compare
parameter rankings to 0..9, 10..99, and 100+ instead of 0, 10,
and 100.

24 years ago * gdb.c++/classes.exp (test_nonexistant_members): Fix name
Nicholas Duffek [Sun, 9 Jul 2000 05:10:13 +0000 (05:10 +0000)]
* gdb.c++/classes.exp (test_nonexistant_members): Fix name
spelling.
(test_enums): New procedure.  Move enum tests from end of script
to here.  Set breakpoint on function name instead of line number.
* gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
(enums2): New marker function.
(enums1): New function.
(main): Call enums1().  Move enum tests to enums1().

24 years agoAdd sequence id field to asection.
Alan Modra [Sat, 8 Jul 2000 12:08:43 +0000 (12:08 +0000)]
Add sequence id field to asection.
Tidy comments and replace deprecated CONST with const.

24 years agoDon't add a space before `/*' when processing comments.
Alan Modra [Sat, 8 Jul 2000 12:00:26 +0000 (12:00 +0000)]
Don't add a space before `/*' when processing comments.

24 years ago * stabs.texinfo: Fix spelling errors.
Nicholas Duffek [Fri, 7 Jul 2000 23:44:16 +0000 (23:44 +0000)]
* stabs.texinfo: Fix spelling errors.
(String Field): FILE-NUMBER starts from 0, not 1.

24 years ago * xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.
Nicholas Duffek [Fri, 7 Jul 2000 22:00:09 +0000 (22:00 +0000)]
* xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.
* rs6000-tdep.c (rs6000_pop_frame): Make addr CORE_ADDR type.

24 years agoImport of readline 4.0
Elena Zannoni [Fri, 7 Jul 2000 19:14:18 +0000 (19:14 +0000)]
Import of readline 4.0

24 years agoInitial revision
Elena Zannoni [Fri, 7 Jul 2000 19:14:18 +0000 (19:14 +0000)]
Initial revision

24 years ago* archive.c (_bfd_write_archive_contents): Add an informative
DJ Delorie [Fri, 7 Jul 2000 17:40:23 +0000 (17:40 +0000)]
* archive.c (_bfd_write_archive_contents): Add an informative
comment.

24 years agoDummy commit before importof 4.1 version readline-pre-41-import
Elena Zannoni [Fri, 7 Jul 2000 17:15:46 +0000 (17:15 +0000)]
Dummy commit before importof 4.1 version

24 years ago2000-07-07 Andrew Haley <aph@cygnus.com>
Andrew Haley [Fri, 7 Jul 2000 13:52:53 +0000 (13:52 +0000)]
2000-07-07  Andrew Haley  <aph@cygnus.com>

* cplus-dem.c (main): fflush() after emitting last char before
waiting for input.

24 years ago * symlink-tree: Check number of arguments.
Jeff Law [Fri, 7 Jul 2000 13:21:39 +0000 (13:21 +0000)]
    * symlink-tree:  Check number of arguments.

24 years agoMore mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,
Andrew Cagney [Fri, 7 Jul 2000 09:19:03 +0000 (09:19 +0000)]
More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,
SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC,
INNER_THAN.

24 years ago* config/i386/tm-linux.h: Add longjmp support.
Mark Kettenis [Fri, 7 Jul 2000 00:30:35 +0000 (00:30 +0000)]
* config/i386/tm-linux.h: Add longjmp support.
(JB_ELEMENT_SIZE, JB_PC): New defines.
(GET_LONGJMP_TARGET): Define.
(get_longjmp_target): Add prototype.

24 years ago* breakpoint.c (bpstat_what): Keep returning
Mark Kettenis [Fri, 7 Jul 2000 00:20:29 +0000 (00:20 +0000)]
* breakpoint.c (bpstat_what): Keep returning
BPSTAT_WHAT_SET_LONGJMP_RESUME when hitting multiple longjmp()
breakpoints instead of signalling an error by returning
BPSTAT_WHAT_STOP_NOISY.

24 years agoFix formatting
Nick Clifton [Thu, 6 Jul 2000 23:26:55 +0000 (23:26 +0000)]
Fix formatting

24 years ago2000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com>
Michael Snyder [Thu, 6 Jul 2000 23:17:32 +0000 (23:17 +0000)]
2000-07-06  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate.

24 years ago* infcmd.c (attach_command): Move "stop_soon_quietly" setting inside
Christopher Faylor [Thu, 6 Jul 2000 20:58:33 +0000 (20:58 +0000)]
* infcmd.c (attach_command): Move "stop_soon_quietly" setting inside
ATTACH_NO_WAIT conditional since we are not about to stop soon if we're not
calling wait_for_inferior.

24 years agoUpdate texinfo.tex to version 2000-05-28.15.
Andrew Cagney [Thu, 6 Jul 2000 05:39:36 +0000 (05:39 +0000)]
Update texinfo.tex to version 2000-05-28.15.

24 years agoChange minimum loop size limit to 0x10 (103792)
Nick Clifton [Wed, 5 Jul 2000 21:40:11 +0000 (21:40 +0000)]
Change minimum loop size limit to 0x10 (103792)

24 years agoadd MAINTAINERS files
DJ Delorie [Wed, 5 Jul 2000 19:28:06 +0000 (19:28 +0000)]
add MAINTAINERS files

24 years agoRemove \centerline from the blurb. Patch from Brian Youmans.
Eli Zaretskii [Wed, 5 Jul 2000 13:11:41 +0000 (13:11 +0000)]
Remove \centerline from the blurb.  Patch from Brian Youmans.

24 years agoKeep NATDEPFILES on a single line.
Andrew Cagney [Wed, 5 Jul 2000 11:11:58 +0000 (11:11 +0000)]
Keep NATDEPFILES on a single line.

24 years agoSet SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.
Andrew Cagney [Wed, 5 Jul 2000 10:55:17 +0000 (10:55 +0000)]
Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.

24 years agoReplace command_loop_marker() with null_cleanup().
Andrew Cagney [Wed, 5 Jul 2000 10:36:41 +0000 (10:36 +0000)]
Replace command_loop_marker() with null_cleanup().

24 years agoCheck for <sys/poll.h>.
Andrew Cagney [Wed, 5 Jul 2000 10:25:43 +0000 (10:25 +0000)]
Check for <sys/poll.h>.

24 years agoPass infodir down to sub-makes.
Andrew Cagney [Wed, 5 Jul 2000 08:12:04 +0000 (08:12 +0000)]
Pass infodir down to sub-makes.

24 years agoUpdate TODO.
Andrew Cagney [Wed, 5 Jul 2000 08:05:53 +0000 (08:05 +0000)]
Update TODO.

24 years ago* TODO: Update.
Mark Kettenis [Tue, 4 Jul 2000 22:55:42 +0000 (22:55 +0000)]
* TODO: Update.

24 years ago* armvirt.c (ABORTS): Do not define.
Alexandre Oliva [Tue, 4 Jul 2000 08:00:19 +0000 (08:00 +0000)]
* armvirt.c (ABORTS): Do not define.

24 years ago* armdefs.h (struct ARMul_State): Add is_StrongARM.
Alexandre Oliva [Tue, 4 Jul 2000 07:18:18 +0000 (07:18 +0000)]
* armdefs.h (struct ARMul_State): Add is_StrongARM.
(ARM_Strong_Prop, STRONGARM): Define.
* arminit.c (ARMul_NewState): Reset is_StrongARM.
(ARMul_SelectProcessor): Set is_StrongARM.
* wrapper.c (sim_create_inferior): Use bfd machine type to
determine processor type to emulate.
* armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC
when emulating StrongARM.

24 years ago* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
Alexandre Oliva [Tue, 4 Jul 2000 06:54:48 +0000 (06:54 +0000)]
* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.

24 years ago* armemu.h (INSN_SIZE): New macro.
Alexandre Oliva [Tue, 4 Jul 2000 06:52:30 +0000 (06:52 +0000)]
* armemu.h (INSN_SIZE): New macro.
(SET_ABORT): Save CPSR in SPSR and set LR.
* armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.
(WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode.
* arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE.

24 years ago* armemu.c (LoadSMult): Use WriteR15() to discard the least
Alexandre Oliva [Tue, 4 Jul 2000 06:39:39 +0000 (06:39 +0000)]
* armemu.c (LoadSMult): Use WriteR15() to discard the least
significant bits of PC.

24 years ago* armemu.h (WRITEDESTB): New macro.
Alexandre Oliva [Tue, 4 Jul 2000 06:35:36 +0000 (06:35 +0000)]
* armemu.h (WRITEDESTB): New macro.
* armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
modify PC.  Moved the existing logic...
(WriteR15Branch): ... here.  New function.
(WriteR15, WriteSR15): Drop the two least significant bits.
(LoadSMult): Use WriteR15Branch() to modify PC.
(LoadMult): Use WRITEDESTB() instead of WRITEDEST().

24 years ago* armemu.h (GETSPSR): Call ARMul_GetSPSR().
Alexandre Oliva [Tue, 4 Jul 2000 06:19:29 +0000 (06:19 +0000)]
* armemu.h (GETSPSR): Call ARMul_GetSPSR().
* armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
extracted from state->Cpsr, but preserve the unused bits.
(ARMul_GetCPSR): Get bits preserved in state->Cpsr.
(ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
get the full CPSR word.

24 years ago* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
Alexandre Oliva [Tue, 4 Jul 2000 06:06:30 +0000 (06:06 +0000)]
* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
(SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.
(SETPSR, SET_INTMODE, SETCC): Removed.
* armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit
mask.  Use SETPSR_* to modify PSR.
(ARMul_SetCPSR): Load all bits from value.
* armemu.c (ARMul_Emulate, msr): Do not test bit mask.

24 years ago* arm-dis.c (print_insn_arm): Output combinations of PSR flags.
Alexandre Oliva [Tue, 4 Jul 2000 05:47:22 +0000 (05:47 +0000)]
* arm-dis.c (print_insn_arm): Output combinations of PSR flags.

24 years ago* armemu.c (ARMul_Emulate): Compute writeback value before
Alexandre Oliva [Tue, 4 Jul 2000 05:30:43 +0000 (05:30 +0000)]
* armemu.c (ARMul_Emulate): Compute writeback value before
loading, since the offset register may be the destination
register.

24 years ago* armdefs.h (SYSTEMBANK): Define as USERBANK.
Alexandre Oliva [Tue, 4 Jul 2000 05:16:20 +0000 (05:16 +0000)]
* armdefs.h (SYSTEMBANK): Define as USERBANK.
* armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.