OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
23 years ago2000-08-10 Fernando Nasser <fnasser@cygnus.com>
fnasser [Thu, 10 Aug 2000 15:55:05 +0000 (15:55 +0000)]
2000-08-10  Fernando Nasser  <fnasser@cygnus.com>

* srctextwin.itb (jump_to_here): New method. Implements the
"Jump to Here" popup menu option.
(build_popups): Add the "Jump to Here" option to the popup menu.
* srctextwin.ith: Add declaration of jump_to_here().

23 years ago* i387-nat.h (i387_supply_fsave, i387_fill_fsave): Make extern.
kettenis [Thu, 10 Aug 2000 14:54:51 +0000 (14:54 +0000)]
* i387-nat.h (i387_supply_fsave, i387_fill_fsave): Make extern.
(i387_supply_fxsave, i387_fill_fxsave): New prototypes.
* i387-nat.c (i387_supply_fsave): Declare `val' as `unsigned int'.
(fxsave_offset): New variable.
(FXSAVE_ADDR): New macro.
(i387_supply_fxsave, i387_fill_fxsave, i387_tag): New functions.

23 years ago* gdbint.texinfo (Overall Structure): Spelling fix.
kettenis [Thu, 10 Aug 2000 13:42:29 +0000 (13:42 +0000)]
* gdbint.texinfo (Overall Structure): Spelling fix.

23 years ago * gdbint.texinfo (Target Architecture Definition): Document that
eliz [Thu, 10 Aug 2000 11:05:52 +0000 (11:05 +0000)]
* gdbint.texinfo (Target Architecture Definition): Document that
REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
for which REGISTER_CONVERTIBLE returns a zero value.

23 years agoFix bug in sh_elf_reloc_loop
crux [Thu, 10 Aug 2000 10:00:56 +0000 (10:00 +0000)]
Fix bug in sh_elf_reloc_loop

23 years ago * jv-valprint.c (java_value_print): Only print non-null Strings.
tromey [Thu, 10 Aug 2000 08:42:09 +0000 (08:42 +0000)]
* jv-valprint.c (java_value_print): Only print non-null Strings.

23 years agoProtoization.
kevinb [Thu, 10 Aug 2000 00:58:09 +0000 (00:58 +0000)]
Protoization.

23 years agoRecode to clean up function prologues and epilogue and to allow the functions
nickc [Wed, 9 Aug 2000 21:55:54 +0000 (21:55 +0000)]
Recode to clean up function prologues and epilogue and to allow the functions
 to be used in a Thumb based toolchain.

23 years ago2000-08-09 Fernando Nasser <fnasser@cygnus.com>
fnasser [Wed, 9 Aug 2000 21:01:51 +0000 (21:01 +0000)]
2000-08-09  Fernando Nasser  <fnasser@cygnus.com>

* srctxtwin.itb (FillSource): Add comments.

23 years ago2000-08-09 Michael Snyder <msnyder@cleaver.cygnus.com>
msnyder [Wed, 9 Aug 2000 20:09:00 +0000 (20:09 +0000)]
2000-08-09  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * blockframe.c (sigtramp_saved_pc): Use dynamic allocation,
        since TARGET_PTR_BIT is no longer a constant (MULTI_ARCH).
        * irix4-nat.c (get_longjmp_target): Ditto.
        * irix5-nat.c (get_longjmp_target): Ditto.
        * jv-valprint.c (java_value_print): Ditto.
        * m3-nat.c (get_cprocs):            Ditto.
        * m68k-tdep.c (get_longjmp_target): Ditto.
        * mips-nat.c  (get_longjmp_target): Ditto.
        * mipsv4-nat.c(get_longjmp_target): Ditto.
        * pa64solib.c (read_dynamic_info):  Ditto.
        * solib.c (elf_locate_base):        Ditto.

23 years ago* am33.igen: Warning clean-up.
aoliva [Wed, 9 Aug 2000 18:42:04 +0000 (18:42 +0000)]
* am33.igen: Warning clean-up.
(movm): Initialize PC and mask.
(mov, movbu, movhu): Set srcreg2 from RI0.
(bsch): Initialize c.
(sat16_cmp): Actually do the comparison.
(mov_llt): Do not overwrite dstreg with uninitialized variable.

23 years agoUse elf on Unixware 7.
amodra [Wed, 9 Aug 2000 14:40:52 +0000 (14:40 +0000)]
Use elf on Unixware 7.

23 years ago2000-08-08 Jason Eckhardt <jle@cygnus.com>
jle [Wed, 9 Aug 2000 03:35:46 +0000 (03:35 +0000)]
2000-08-08  Jason Eckhardt  <jle@cygnus.com>

       * i860-dis.c (print_br_address): Change third argument from int
        to long.

23 years agogas:
jle [Wed, 9 Aug 2000 03:33:41 +0000 (03:33 +0000)]
gas:
2000-08-08  Jason Eckhardt  <jle@cygnus.com>

* config/tc-i860.h: Rework completely for BFD_ASSEMBLER.
(i860_fix_info): New enum.
(MD_APPLY_FIX3): Define.
(WORKING_DOT_WORD): Define.
(TC_HANDLES_FX_DONE): Define.
(DIFF_EXPR_OK): Define.
(LISTING_HEADER): Define.
(TARGET_FORMAT): Select target format based on endian flag.
(TARGET_BYTES_BIG_ENDIAN): Default to little endian.
(target_big_endian): Add external declaration.

* config/tc-i860.c: All existing code reworked completely. Other
new code shown below.
(SYNTAX_SVR4): Define.
(target_warn_expand): New variable.
(md_shortopts): Declare and define (-Qy, -Qn, and -V options).
(md_longopts): Declare and define with new options (-EL, -EB,
and -mwarn-expand).
(md_show_usage): New function.
(md_operand): New function.
(obtain_reloc_for_imm16): New function.
(md_apply_fix3): New function.
(tc_gen_reloc): New function.

include:
2000-08-08  Jason Eckhardt  <jle@cygnus.com>

* opcode/i860.h: Small formatting adjustments.

opcode:
2000-08-08  Jason Eckhardt  <jle@cygnus.com>

* i860-dis.c (print_br_address): Change third argument from int
to long.

bfd:
2000-08-08  Jason Eckhardt  <jle@cygnus.com>
* elf32-i860.c (elf32_i860_howto_table): Updated some fields.

23 years ago* select.cc (allocfd_set): Zero allocated fd_set.
cgf [Wed, 9 Aug 2000 02:33:47 +0000 (02:33 +0000)]
* select.cc (allocfd_set): Zero allocated fd_set.
(cygwin_select): Move fd_set copying logic from ::wait to here.  Use common
return through sell.poll.
(select_stuff::wait): Just return success or failure and let caller fill in
fd_set.
* pinfo.h (pinfo): Eliminate self-referential pointer to sidbuf since pinfo
structure exists at random locations now.
* fork.cc (fork): Use 'use_psid' element to control when the psid is relevant.
* shared.cc (sec_user): Ditto.
* spawn.cc (spawn_guts): Ditto.
* uinfo.cc (internal_getlogin): Ditto.
* syscall.cc (seteuid): Ditto.  Set use_psid element.

23 years agoRefer to -rpath not --rpath in error message
nickc [Wed, 9 Aug 2000 00:51:41 +0000 (00:51 +0000)]
Refer to -rpath not --rpath in error message

23 years ago2000-08-08 Fernando Nasser <fnasser@cygnus.com>
fnasser [Tue, 8 Aug 2000 22:24:26 +0000 (22:24 +0000)]
2000-08-08  Fernando Nasser  <fnasser@cygnus.com>

* srctxtwin.itb (FillSource): Add comments.

23 years ago2000-08-08 Kazu Hirata <kazu@hxi.com>
kazu [Tue, 8 Aug 2000 22:18:42 +0000 (22:18 +0000)]
2000-08-08  Kazu Hirata  <kazu@hxi.com>

* gasp.c: Fix formatting.

23 years ago2000-08-08 Fernando Nasser <fnasser@cygnus.com>
fnasser [Tue, 8 Aug 2000 22:14:16 +0000 (22:14 +0000)]
2000-08-08  Fernando Nasser  <fnasser@cygnus.com>

* srctxtwin.itb (LoadFromCache): Do not cache if cannot stat the file.
This lead to problems trying to access a incomplete cache entry later.

23 years agoDefine __bss_size symbol to indicate the final size of .bss section.
nickc [Tue, 8 Aug 2000 22:04:32 +0000 (22:04 +0000)]
Define __bss_size symbol to indicate the final size of .bss section.

23 years ago2000-08-09 Kazu Hirata <kazu@hxi.com>
kazu [Tue, 8 Aug 2000 21:42:59 +0000 (21:42 +0000)]
2000-08-09  Kazu Hirata  <kazu@hxi.com>

* hash.c: Fix formatting.

23 years agoMake sure the 2 bytes of the jump address are in the same frag.
nickc [Tue, 8 Aug 2000 21:40:33 +0000 (21:40 +0000)]
Make sure the 2 bytes of the jump address are in the same frag.
Accept 68hc12 register indirect modes.

Mention 68HC11 & 68HC12 support in NEWS.

23 years ago* fhandler_serial.cc (tcsendbreak): "sleeptime" argument to usleep()
dj [Tue, 8 Aug 2000 20:46:47 +0000 (20:46 +0000)]
* fhandler_serial.cc (tcsendbreak): "sleeptime" argument to usleep()
must be in units of microseconds, not milliseconds.

23 years ago* include/userenv.h: New header file.
corinna [Tue, 8 Aug 2000 20:00:35 +0000 (20:00 +0000)]
* include/userenv.h: New header file.
* lib/userenv.def: New stub for userenv.dll.

23 years ago2000-08-08 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 8 Aug 2000 19:01:02 +0000 (19:01 +0000)]
2000-08-08  Jeff Johnston <jjohnstn@redhat.com>

        * libc/stdio/snprintf.c (snprintf, _snprintf_r): Fixed code
        so size of 0 results in nothing being written to string.
        Also fixed code so that when size is non-zero, there is only
        a maximum of size - 1 characters written to the array and
        a nul terminator is appended at the end.
        * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Ditto.

23 years ago* include/winuser.h: Correct PCWPSTRUCT typo.
cgf [Tue, 8 Aug 2000 14:30:53 +0000 (14:30 +0000)]
* include/winuser.h: Correct PCWPSTRUCT typo.
(discovered by Axel Riese)

23 years agoremove build_parse entry about buffer overrun.
taylor [Tue, 8 Aug 2000 03:23:14 +0000 (03:23 +0000)]
remove build_parse entry about buffer overrun.

23 years ago2000-08-05 Jason Eckhardt <jle@cygnus.com>
jle [Tue, 8 Aug 2000 00:47:04 +0000 (00:47 +0000)]
2000-08-05  Jason Eckhardt  <jle@cygnus.com>

        * readelf.c (elf/i860.h): Include.
        (dump_relocations): Add recognition of i860 architecture.
        (guess_is_rela): Add recognition of i860 architecture.

23 years agoProtoize.
kevinb [Tue, 8 Aug 2000 00:17:39 +0000 (00:17 +0000)]
Protoize.

23 years ago * config/tc-ia64.c (unwind): Add prologue_mask member.
rth [Mon, 7 Aug 2000 21:50:08 +0000 (21:50 +0000)]
    * config/tc-ia64.c (unwind): Add prologue_mask member.
        (dot_vframe): Elide psp_gr record if it overlaps prologue_gr.
        (dot_save): Likewise for pfs_gr, rp_gr, and preds_gr.
        (dot_body): Clear unwind.prologue_mask.
        (dot_prologue): Set it.  Accept a register second argument.

23 years ago * ia64-dis.c (print_insn_ia64): Get byte skip count correct
rth [Mon, 7 Aug 2000 21:44:26 +0000 (21:44 +0000)]
    * ia64-dis.c (print_insn_ia64): Get byte skip count correct
        for MLI templates.  Handle IA64_OPND_TGT64.

23 years ago2000-08-05 Kazu Hirata <kazu@hxi.com>
kazu [Mon, 7 Aug 2000 19:54:33 +0000 (19:54 +0000)]
2000-08-05  Kazu Hirata  <kazu@hxi.com>

* config/atof-ieee.c: Fix formatting.
* config/atof-tahoe.c: Likewise.

23 years agoApply Nick Clifton's suggestion.
kazu [Mon, 7 Aug 2000 19:46:11 +0000 (19:46 +0000)]
Apply Nick Clifton's suggestion.

23 years ago2000-08-07 Kazu Hirata <kazu@hxi.com>
kazu [Mon, 7 Aug 2000 19:39:55 +0000 (19:39 +0000)]
2000-08-07  Kazu Hirata  <kazu@hxi.com>

* ieee.c: Fix a comment typo.
* elf64-ia64.c: Likewise.

23 years agoRemove spurious CYGNUS LOCAL comments
nickc [Mon, 7 Aug 2000 18:54:49 +0000 (18:54 +0000)]
Remove spurious CYGNUS LOCAL comments

23 years ago2000-08-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
ezannoni [Mon, 7 Aug 2000 15:16:15 +0000 (15:16 +0000)]
2000-08-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* objfiles.h (SECT_OFF_BSS): Don't detect invalid sect_index_bss
  here, let the users of the macro do it.
* symtab.h (ANOFFSET): Detect here if the section index is not
  initialized.
* xcoffread.c (find_targ_sec): Don't treat .bss as special,
  because some objfiles may not have that section at all.
* coffread.c (cs_to_section): Ditto.
* elfread.c (elf_symtab_read): Detect an uninitialized index
  value.
(elfstab_offset_sections): The macro ANOFFSET cannot be used as an
  lvalue anymore.
* remote.c (get_offsets, remote_cisco_objfile_relocate): Don't use
  ANOFFSET as an lvalue.
* objfiles.c (objfile_relocate, objfile_relocate): Don't use
  ANOFFSET as an lvalue.
* symfile.c (default_symfile_offsets): Don't use ANOFFSET as an
  lvalue.

23 years ago2000-08-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
ezannoni [Mon, 7 Aug 2000 15:02:48 +0000 (15:02 +0000)]
2000-08-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* objfiles.h (SECT_OFF_BSS): Don't detect invalid sect_index_bss
  here, let the users of the macro do it.
* symtab.h (ANOFFSET): Detect here if the section index is not
  initialized.
* xcoffread.c (find_targ_sec): Don't treat .bss as special,
  because some objfiles may not have that section at all.
* coffread.c (cs_to_section): Ditto.
* elfread.c (elf_symtab_read): Detect an uninitialized index
  value.
(elfstab_offset_sections): The macro ANOFFSET cannot be used as an
  lvalue anymore.
* remote.c (get_offsets, remote_cisco_objfile_relocate): Don't use
  ANOFFSET as an lvalue.
* objfiles.c (objfile_relocate, objfile_relocate): Don't use
  ANOFFSET as an lvalue.
* symfile.c (default_symfile_offsets): Don't use ANOFFSET as an
  lvalue.

23 years ago* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
dj [Mon, 7 Aug 2000 15:02:09 +0000 (15:02 +0000)]
* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
"if we're also building gcc, and it's a gcc that will run on the
build machine, we want to use its includes instead of the system's
default includes".

23 years agoparse.c (build_parse): don't write off the end of the std_regs array.
taylor [Mon, 7 Aug 2000 14:27:36 +0000 (14:27 +0000)]
parse.c (build_parse): don't write off the end of the std_regs array.

23 years ago* solib.c (bfd_lookup_symbol): Fall back on the dynamic symbol
kettenis [Mon, 7 Aug 2000 10:56:22 +0000 (10:56 +0000)]
* solib.c (bfd_lookup_symbol): Fall back on the dynamic symbol
table if the symbol couldn't be found in the normal symbol table
(i.e. if the shared object in question was stripped).

23 years ago* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.
cgf [Mon, 7 Aug 2000 04:13:34 +0000 (04:13 +0000)]
* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.

23 years agoProtoize ch-exp.c, core-regset.c.
kevinb [Mon, 7 Aug 2000 03:07:59 +0000 (03:07 +0000)]
Protoize ch-exp.c, core-regset.c.

23 years agoMinor reformat.
cgf [Sun, 6 Aug 2000 23:26:40 +0000 (23:26 +0000)]
Minor reformat.

23 years ago* win32-nat.c: Perform various gcc warning cleanups.
cgf [Sun, 6 Aug 2000 23:25:32 +0000 (23:25 +0000)]
* win32-nat.c: Perform various gcc warning cleanups.
(safe_symbol_file_add_cleanup): Reset stdout to saved stdout, not stderr.
(dll_symbol_command): Pass OBJF_USERLOADED to safe_symbol_file_add.
(get_child_debug_event): Always reset last_sig.  Always reset inferior pid
appropriately.
(do_initial_child_stuff): New function.  Called when attaching or starting a
new inferior process.
(child_attach): Use do_initial_child_stuff.
(child_create_inferior): Ditto.
* config/i386/cygwin.mh (NAT_FILE): Set to modern location.
* config/i386/tm-cygwin.h: Define ATTACH_NO_WAIT.

23 years ago * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
denisc [Sun, 6 Aug 2000 14:12:36 +0000 (14:12 +0000)]
* avr-dis.c (avr_operand): Use PARAMS macro in declaration.
Change return type from void to int.  Check the combination
of operands, return 1 if valid.  Fix to avoid BUF overflow.
Report undefined combinations of operands in COMMENT.
Report internal errors to stderr.  Output the adiw/sbiw
constant operand in both decimal and hex.
(print_insn_avr): Disassemble ldd/std with displacement of 0
as ld/st.  Check avr_operand () return value, handle invalid
combinations of operands like unknown opcodes.

23 years ago * avr.h (AVR_UNDEF_P, AVR_SKIP_P, AVR_DISP0_P): New macros.
denisc [Sun, 6 Aug 2000 14:09:14 +0000 (14:09 +0000)]
* avr.h (AVR_UNDEF_P, AVR_SKIP_P, AVR_DISP0_P): New macros.
Move related opcodes closer to each other.
Minor changes in comments, list undefined opcodes.

23 years ago * config/tc-avr.c: Use PARAMS macro in function declarations.
denisc [Sun, 6 Aug 2000 14:03:58 +0000 (14:03 +0000)]
* config/tc-avr.c: Use PARAMS macro in function declarations.
Don't declare md_pcrel_from_section (already in tc-avr.h).
(avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.
(avr_operand): Don't set (unsigned) op_mask to -1.

23 years ago * go32-nat.c: (go32_wait): If child_cwd[] is empty, initialize
eliz [Sun, 6 Aug 2000 07:19:38 +0000 (07:19 +0000)]
* go32-nat.c: (go32_wait): If child_cwd[] is empty, initialize
it to GDB's current directory.
(go32_create_inferior, init_go32_ops): Initialize child_cwd[] to
an empty string, to signal an uninitialized value.
From Robert Hoehne <robert.hoehne@gmx.net>.

23 years agoRestore seemingly extraneous whitespace. It is required by older
ian [Sat, 5 Aug 2000 18:41:46 +0000 (18:41 +0000)]
Restore seemingly extraneous whitespace.  It is required by older
versions of texinfo, including the one on sourceware.cygnus.com.

23 years ago2000-08-05 Jason Eckhardt <jle@cygnus.com>
jle [Sat, 5 Aug 2000 16:48:52 +0000 (16:48 +0000)]
2000-08-05  Jason Eckhardt  <jle@cygnus.com>

        * elf32-i860 (elf32_i860_howto_table): New structure.
        (lookup_howto): New function.
        (elf32_i860_reloc_type_lookup): New function.
        (elf32_i860_info_to_howto_rela): New function.
        (elf_code_to_howto_index): New structure.
        (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
        (bfd_elf32_bfd_reloc_type_lookup): Re-define as
        elf32_i860_reloc_type_lookup.

23 years ago2000-08-05 Jason Eckhardt <jle@cygnus.com>
jle [Sat, 5 Aug 2000 16:47:43 +0000 (16:47 +0000)]
2000-08-05  Jason Eckhardt  <jle@cygnus.com>

        * elf32-i860 (elf32_i860_howto_table): New structure.
        (lookup_howto): New function.
        (elf32_i860_reloc_type_lookup): New function.
        (elf32_i860_info_to_howto_rela): New function.
        (elf_code_to_howto_index): New structure.
        (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
        (bfd_elf32_bfd_reloc_type_lookup): Re-define as
        elf32_i860_reloc_type_lookup.

23 years agoBack out this change:
geoffk [Sat, 5 Aug 2000 06:34:02 +0000 (06:34 +0000)]
Back out this change:

* lib/utils.exp: Add support for a -maxdepth <n>
        option to limit find to <n> directories deep.
* runtest.exp: Handle multiple directories in TCL variables
        dir_to_run and cmdline_dir_to_run; limit *.exp find to
        one directory level to avoid foo/bar/baz.exp getting tested
        twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar').

also rearrange the next ChangeLog entry so that it's clear what the
separate changes to runtest.exp are.  Also replace 8 initial spaces
in the ChangeLog with tabs.

23 years agoFixup SYMBOL_SECTION for objfiles_relocate().
kevinb [Fri, 4 Aug 2000 23:13:49 +0000 (23:13 +0000)]
Fixup SYMBOL_SECTION for objfiles_relocate().

23 years agoFix typo
nickc [Fri, 4 Aug 2000 22:23:32 +0000 (22:23 +0000)]
Fix typo

23 years agoRemove extraneous whotespace
nickc [Fri, 4 Aug 2000 20:47:06 +0000 (20:47 +0000)]
Remove extraneous whotespace

23 years agoUpdate to include descriptions of .popsection, .previous, .pushsection,
nickc [Fri, 4 Aug 2000 20:39:01 +0000 (20:39 +0000)]
Update to include descriptions of .popsection, .previous, .pushsection,
.subsection, .version, .vtable_entry, .vtable_inherit and .weak.

23 years agoRemove garbage.
kazu [Fri, 4 Aug 2000 20:34:52 +0000 (20:34 +0000)]
Remove garbage.

23 years ago2000-08-05 Kazu Hirata <kazu@hxi.com>
kazu [Fri, 4 Aug 2000 18:43:44 +0000 (18:43 +0000)]
2000-08-05  Kazu Hirata  <kazu@hxi.com>

* config/tc-cris.c: Fix formatting.
* config/tc-i386.c: Likewise.
* config/tc-sparc.c (sparc_ip): Simplify the code.

23 years agoAdd code for (re)building the minimal symbol hash tables.
kevinb [Fri, 4 Aug 2000 18:41:05 +0000 (18:41 +0000)]
Add code for (re)building the minimal symbol hash tables.

23 years agoFix date in comment.
kevinb [Fri, 4 Aug 2000 16:51:47 +0000 (16:51 +0000)]
Fix date in comment.

23 years agoDWARF2.1 64-bit support.
kevinb [Fri, 4 Aug 2000 16:25:30 +0000 (16:25 +0000)]
DWARF2.1 64-bit support.

23 years ago * som.c (struct fixup_format): Constify `format'.
law [Fri, 4 Aug 2000 15:17:37 +0000 (15:17 +0000)]
    * som.c (struct fixup_format): Constify `format'.
        (som_hppa_howto_table): Use SOM_HOWTO macro.
        (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
        (som_bfd_reloc_type_lookup): Likewise.
        (compare_subspaces): Remove unused `count1', `count2'.
        (som_begin_writing): Remove unused `total_reloc_size'.
        (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
        (som_print_symbol, som_bfd_is_local_label_name): Likewise.
        (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
        (som_find_nearest_line): Decorate unused parameter(s).
        (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
        (som_bfd_link_split_section): Likewise.

23 years agoRe-implement ``set/show remote Z-packet ...'' commands so that each Z
cagney [Fri, 4 Aug 2000 09:32:19 +0000 (09:32 +0000)]
Re-implement ``set/show remote Z-packet ...'' commands so that each Z
packet sub-type can be explicitly controled.

23 years agoRevert SER_HARDWIRE regression.
cagney [Fri, 4 Aug 2000 09:27:18 +0000 (09:27 +0000)]
Revert SER_HARDWIRE regression.

23 years agoKeep track of last optind value, and rename a couple of functions
amodra [Fri, 4 Aug 2000 04:41:33 +0000 (04:41 +0000)]
Keep track of last optind value, and rename a couple of functions
for consistency.

23 years ago* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULL
cgf [Fri, 4 Aug 2000 04:04:46 +0000 (04:04 +0000)]
* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULL
since we are already bounds checked by default.
* thread.cc (ResourceLocks::Lock): Streamline this function since it is called
a lot.
(ReleaseResourceLock): Ditto.

23 years agoMissing GDBARCH updates for EXTRA_STACK_ALIGNMENT needed.
cagney [Fri, 4 Aug 2000 04:00:44 +0000 (04:00 +0000)]
Missing GDBARCH updates for EXTRA_STACK_ALIGNMENT needed.

23 years agoMulti-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_ALIGNMENT_NEEDED).
cagney [Fri, 4 Aug 2000 03:17:57 +0000 (03:17 +0000)]
Multi-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_ALIGNMENT_NEEDED).

23 years ago2000-08-04 Ben Elliston <bje@redhat.com>
bje [Fri, 4 Aug 2000 02:21:43 +0000 (02:21 +0000)]
2000-08-04  Ben Elliston  <bje@redhat.com>

* cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
* cgen.sh: Likewise.

23 years ago* select.cc (fhandler_console::select_read): Call set_cursor_maybe since select
cgf [Fri, 4 Aug 2000 01:33:33 +0000 (01:33 +0000)]
* select.cc (fhandler_console::select_read): Call set_cursor_maybe since select
may block and cursor may not be visible.
* select.cc (fhandler_console::select_write): Ditto.
* select.cc (fhandler_console::select_except): Ditto.

23 years ago2000-08-04 Kazu Hirata <kazu@hxi.com>
kazu [Fri, 4 Aug 2000 01:01:31 +0000 (01:01 +0000)]
2000-08-04  Kazu Hirata  <kazu@hxi.com>

* config/tc-cris.c: Rearrange code for readability.
* config/tc-d10v.c: Fix formatting.
* config/tc-m32r.c: Likewise.
* config/tc-sparc.c: Likewise.

23 years agoIf the destination of a BLX instruction is aligned on a half word boundary,
nickc [Fri, 4 Aug 2000 00:07:42 +0000 (00:07 +0000)]
If the destination of a BLX instruction is aligned on a half word boundary,
set the H bit.

23 years ago* configure.in (libstdcxx_flags): Don't use `"'.
aoliva [Thu, 3 Aug 2000 23:54:09 +0000 (23:54 +0000)]
* configure.in (libstdcxx_flags): Don't use `"'.

23 years agoRestore reverted code. Fix bug in reverted code which was eliminating too
nickc [Thu, 3 Aug 2000 19:40:28 +0000 (19:40 +0000)]
Restore reverted code.  Fix bug in reverted code which was eliminating too
many segments.

23 years ago* config-ml.in: Adjust multilib search paths to the
aoliva [Thu, 3 Aug 2000 19:20:16 +0000 (19:20 +0000)]
* config-ml.in: Adjust multilib search paths to the
appropriate multilib tree.

23 years agoStephane Carrez maintainer of 68hc11 target
ciceron [Thu, 3 Aug 2000 19:17:27 +0000 (19:17 +0000)]
Stephane Carrez maintainer of 68hc11 target

23 years ago2000-08-03 H.J. Lu (hjl@gnu.org)
hjl [Thu, 3 Aug 2000 18:31:50 +0000 (18:31 +0000)]
2000-08-03  H.J. Lu  (hjl@gnu.org)

* ld-bootstrap/bootstrap.exp: Add strip.

23 years agoProtoization.
kevinb [Thu, 3 Aug 2000 18:17:58 +0000 (18:17 +0000)]
Protoization.

23 years agoAdd info about CGEN maintainers
nickc [Thu, 3 Aug 2000 17:37:01 +0000 (17:37 +0000)]
Add info about CGEN maintainers

23 years ago2000-08-03 H.J. Lu <hjl@gnu.org>
hjl [Thu, 3 Aug 2000 13:50:35 +0000 (13:50 +0000)]
2000-08-03  H.J. Lu  <hjl@gnu.org>

* section.c: Back out the change made by Nick Clifton
<nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
binaries.
* bfd-in2.h: Likewise.
* elf.c: Likewise.

23 years ago* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length field
cgf [Thu, 3 Aug 2000 13:02:09 +0000 (13:02 +0000)]
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length field
correctly when "need_nl".

23 years ago* elf32-sh.c (sh_elf_reloc_loop): Warning removal.
aoliva [Thu, 3 Aug 2000 09:30:50 +0000 (09:30 +0000)]
* elf32-sh.c (sh_elf_reloc_loop): Warning removal.

23 years agoThu Aug 3 15:02:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
cagney [Thu, 3 Aug 2000 08:41:23 +0000 (08:41 +0000)]
Thu Aug  3 15:02:23 2000  Andrew Cagney  <cagney@b1.cygnus.com>

* remote-mips.c (mips_expect, mips_expect_timeout, common_open,
  fputs_readable): Make string pointer arguments constant.

23 years agoMinor tweeks.
cagney [Thu, 3 Aug 2000 08:39:21 +0000 (08:39 +0000)]
Minor tweeks.

23 years agoList things for 5.1.
cagney [Thu, 3 Aug 2000 05:49:02 +0000 (05:49 +0000)]
List things for 5.1.

23 years ago* fork.cc (vfork): Store complete stack frame in vfork_save structure for later
cgf [Thu, 3 Aug 2000 03:02:41 +0000 (03:02 +0000)]
* fork.cc (vfork): Store complete stack frame in vfork_save structure for later
recovery.
* spawn.cc (spawn_guts): Reorganize slightly to consolidate handling when there
is a CreateProcess error.
(_spawnve): Only longjmp back to vfork handling when a process has been
successfuly started.
* winsup.h (vfork_save): Extend to include frame info.  Remove obsolete cpplus
conditionals.

23 years agoProtoization.
kevinb [Thu, 3 Aug 2000 02:48:09 +0000 (02:48 +0000)]
Protoization.

23 years ago* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
aoliva [Thu, 3 Aug 2000 02:22:11 +0000 (02:22 +0000)]
* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
commas in $LANGUAGES.

24 years agoSelect elf for Unixware 7 (ix86-*-sysv5*)
amodra [Thu, 3 Aug 2000 01:01:05 +0000 (01:01 +0000)]
Select elf for Unixware 7 (ix86-*-sysv5*)

24 years ago* gdb.hp/gdb.aCC/namespace.exp: Remove. Moved to gdb.c++.
guo [Thu, 3 Aug 2000 00:47:59 +0000 (00:47 +0000)]
* gdb.hp/gdb.aCC/namespace.exp: Remove.  Moved to gdb.c++.
* gdb.hp/gdb.aCC/namespace.cc: Remove. Moved to gdb.c++.

24 years ago* lib/target.exp (default_target_compile,default_target_assemble,
guo [Wed, 2 Aug 2000 22:38:52 +0000 (22:38 +0000)]
* lib/target.exp (default_target_compile,default_target_assemble,
default_link): Remove env() interface for *_FOR_TARGET TCL vars.

* lib/framework.exp (setup_xfail): Relax PRMS string pattern
to allow a more general bug ID specification (without '-').

24 years ago* runtest.exp: Handle multiple directories in TCL variables
guo [Wed, 2 Aug 2000 22:35:10 +0000 (22:35 +0000)]
* runtest.exp: Handle multiple directories in TCL variables
dir_to_run and cmdline_dir_to_run; limit *.exp find to
one directory level to avoid foo/bar/baz.exp getting tested
twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar').

* lib/utils.exp (find): Add support for a -maxdepth <n>
option to limit find to <n> directories deep.

24 years ago* runtest.exp: Cleanup reference to $env(MULTIPASS) and
guo [Wed, 2 Aug 2000 22:21:38 +0000 (22:21 +0000)]
* runtest.exp: Cleanup reference to $env(MULTIPASS) and
$env(PASS).  These were added by HP but unused since.

* lib/framework.exp (pass): make compiler_conditional_xfail_data
a global, corresponding to a recent change to 'proc fail'.

24 years ago* gdbarch.sh: Add print_p field for CALL_DUMMY_BREAKPINT_OFFSET
guo [Wed, 2 Aug 2000 22:18:42 +0000 (22:18 +0000)]
* gdbarch.sh: Add print_p field for CALL_DUMMY_BREAKPINT_OFFSET
to be printed only if CALL_DUMMY_BREAKPOINT_OFFSET_P.

* gdbarch.c: Regenerated.

24 years ago* gdb.base/sizeof.c: include <stdio.h>.
guo [Wed, 2 Aug 2000 22:13:01 +0000 (22:13 +0000)]
* gdb.base/sizeof.c: include <stdio.h>.

24 years ago* gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
guo [Wed, 2 Aug 2000 22:10:10 +0000 (22:10 +0000)]
* gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
'finish', otherwise uncaptured gdb_prompt would potentially
throw remaining test points out of sync.

24 years ago* lib/framework.exp (pass): make compiler_conditional_xfail_data
guo [Wed, 2 Aug 2000 21:36:22 +0000 (21:36 +0000)]
* lib/framework.exp (pass): make compiler_conditional_xfail_data
a global, corresponding to a recent change to 'proc fail'.

24 years ago* lib/framework.exp (pass): make compiler_conditional_xfail_data
guo [Wed, 2 Aug 2000 21:35:44 +0000 (21:35 +0000)]
* lib/framework.exp (pass): make compiler_conditional_xfail_data
a global, corresponding to a recent change to 'proc fail'.

24 years agoFix memory leaks for IA-64 opcode idescs.
wilson [Wed, 2 Aug 2000 21:24:54 +0000 (21:24 +0000)]
Fix memory leaks for IA-64 opcode idescs.
gas/
* config/tc-ia64.c (emit_one_bundle): Call ia64_free_opcode
before ia64_find_opcode.
(md_assemble): Likewise.
opcodes/
* ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.

24 years agoadd winsup.h
dj [Wed, 2 Aug 2000 20:13:18 +0000 (20:13 +0000)]
add winsup.h