OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
21 years ago * readelf.c (struct Frame_Chunk): Add cfa_exp.
rth [Sun, 4 May 2003 00:20:43 +0000 (00:20 +0000)]
    * readelf.c (struct Frame_Chunk): Add cfa_exp.
        (frame_display_row): Just print "exp" for cfa or register
        defined by a location expression.
        (display_debug_frames): Handle DW_CFA_def_cfa_expression,
        DW_CFA_expression, DW_CFA_MIPS_advance_loc8.

21 years agodaily update
amodra [Sun, 4 May 2003 00:00:06 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Sun, 4 May 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2003-05-03 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 3 May 2003 19:39:23 +0000 (19:39 +0000)]
2003-05-03  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
comments noteing that it replaces the old FIX_CALL_DUMMY code.
* gdbarch.h, gdbarch.c: Re-generate.
* d10v-tdep.c (d10v_push_dummy_code): New function.
(d10v_gdbarch_init): Set push_dummy_code.
* infcall.c (legacy_push_dummy_code): New function.
(generic_push_dummy_code): New function.
(push_dummy_code): New function.
(call_function_by_hand): Call push_dummy_code.  Pass bp_addr,
instead of dummy_addr, to push_dummy_call.  Move call to
generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
switch.
* sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.

2003-05-03  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Document
push_dummy_code.  Add cross references.

21 years ago2003-05-03 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 3 May 2003 19:13:03 +0000 (19:13 +0000)]
2003-05-03  Andrew Cagney  <cagney@redhat.com>

* disasm.h (print_insn): Declare.
* disasm.c (init_gdb_disassemble_info): New function.
(gdb_disassembly): Call init_gdb_disassemble_info.
(gdb_print_insn): New function.
* v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
of TARGET_PRINT_INSN.  Send debug info to "gdb_stdlog".
* mcore-tdep.c: Include "disasm.h"
(mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
* d10v-tdep.c: Include "disasm.h".
(display_trace): Call gdb_print_insn, instead of print_insn.
(print_insn): Delete function.
* printcmd.c: Include "disasm.h".
(print_insn): Delete function.
(print_formatted): Call gdb_print_insn, instead of print_insn.
* Makefile.in (printcmd.o): Update dependencies.
(mcore-tdep.o, d10v-tdep.o): Ditto.

2003-05-03  Andrew Cagney  <cagney@redhat.com>

* tuiDisassem.c (tui_disassemble): Call gdb_print_insn, instead of
TARGET_PRINT_INSN.  Do not initialize a disassemble_info object.

21 years ago2003-05-03 H.J. Lu <hjl@gnu.org>
hjl [Sat, 3 May 2003 18:51:21 +0000 (18:51 +0000)]
2003-05-03  H.J. Lu <hjl@gnu.org>

* gas/elf/elf.exp (run_list_test): Support pipe for readelf.

* gas/elf/type.e-m32r: Removed.
* gas/elf/type.e-mips: Likewise.
* gas/elf/type.e-miwmmxt: Likewise.

* gas/elf/type.e: Updated.

21 years ago * include/cygwin/types.h: Fix erroneous definition of ino_t from
corinna [Sat, 3 May 2003 18:14:29 +0000 (18:14 +0000)]
* include/cygwin/types.h: Fix erroneous definition of ino_t from
2003-04-28.

21 years agomerge from gcc
dj [Sat, 3 May 2003 17:14:52 +0000 (17:14 +0000)]
merge from gcc

21 years ago2003-05-03 H.J. Lu <hjl@gnu.org>
hjl [Sat, 3 May 2003 16:51:04 +0000 (16:51 +0000)]
2003-05-03  H.J. Lu <hjl@gnu.org>

* ld-elfvers/vers.exp: Add vers27a, vers27b, vers27c1 and
vers27c2 to test versioned definition vs. hidden definition in
different files.

* ld-elfvers/vers27a.c: New file.
* ld-elfvers/vers27a.dsym: Likewise.
* ld-elfvers/vers27a.map: Likewise.
* ld-elfvers/vers27a.ver: Likewise.
* ld-elfvers/vers27b.c: Likewise.

* ld-elfvers/vers27b.dsym: New empty file.
* ld-elfvers/vers27b.ver: Likwise.
* ld-elfvers/vers27c.c: Likwise.
* ld-elfvers/vers27c.dsym: Likwise.
* ld-elfvers/vers27c.ver: Likwise.

21 years agogas/
hjl [Sat, 3 May 2003 16:04:11 +0000 (16:04 +0000)]
gas/

2003-05-03  H.J. Lu <hjl@gnu.org>

* config/obj-elf.c (obj_elf_parse_section_letters): Make it a
fatal error for unknown section attribute.

* config/tc-alpha.c (alpha_elf_section_letter): Return -1 for
unknown section attribute.
* config/tc-ia64.c (ia64_elf_section_letter): Likewise.
* config/tc-ppc.c (ppc_section_letter): Likewise.

* config/tc-ia64.c (ia64_elf_section_letter): Handle 'o'.
(ia64_elf_section_type): Accept "unwind".

gas/testsuite/

2003-05-03  H.J. Lu <hjl@gnu.org>

* gas/ia64/ia64.exp: Add unwind.

* gas/ia64/unwind.s: New. Test the new section attribute 'o'
and the new section type "unwind".
* gas/ia64/unwind.d: Likewise.

21 years ago * syscalls.cc (chown_worker): Allow chown'ing of socket files.
corinna [Sat, 3 May 2003 16:03:18 +0000 (16:03 +0000)]
* syscalls.cc (chown_worker): Allow chown'ing of socket files.

21 years ago2003-05-02 Chris Demetriou <cgd@broadcom.com>
cgd [Sat, 3 May 2003 06:52:20 +0000 (06:52 +0000)]
2003-05-02  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/mips.exp (mips_arch_init): Reimplement in
        a way that's safe with ancient versions of tcl/expect.

21 years ago2003-05-02 H.J. Lu <hjl@gnu.org>
hjl [Sat, 3 May 2003 06:10:59 +0000 (06:10 +0000)]
2003-05-02  H.J. Lu <hjl@gnu.org>

* read.h (demand_copy_string): New.

* config/tc-alpha.c (demand_copy_string): Removed.

21 years ago2003-05-02 Chris Demetriou <cgd@broadcom.com>
cgd [Sat, 3 May 2003 01:31:49 +0000 (01:31 +0000)]
2003-05-02  Chris Demetriou  <cgd@broadcom.com>

        * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
        * Makefile.in: Regenerate.

21 years ago2003-05-02 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 3 May 2003 00:44:23 +0000 (00:44 +0000)]
2003-05-02  Andrew Cagney  <cagney@redhat.com>

* New file.

21 years ago2003-05-02 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 3 May 2003 00:26:34 +0000 (00:26 +0000)]
2003-05-02  Andrew Cagney  <cagney@redhat.com>

* std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
PC_REGNUM, re-indent.
* stack.c (frame_info): Use "pc" for the name of get_frame_pc when
PC_REGNUM isn't set.

21 years ago*** empty log message ***
gdbadmin [Sat, 3 May 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Sat, 3 May 2003 00:00:05 +0000 (00:00 +0000)]
daily update

21 years ago2003-05-02 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 2 May 2003 23:56:10 +0000 (23:56 +0000)]
2003-05-02  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
* gdbarch.h, gdbarch.c: Re-generate.
* d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
register_virtual_size, pc_regnum, or register_bytes.
(D10V_PC_REGNUM): Rename _PC_REGNUM.
(d10v_register_type): Use D10V_PC_REGNUM.
(d10v_print_registers_info, d10v_read_pc): Ditto.
(d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
(d10v_unwind_pc, d10v_frame_prev_register): Ditto.

21 years ago[igen/ChangeLog]
cgd [Fri, 2 May 2003 22:17:21 +0000 (22:17 +0000)]
[igen/ChangeLog]
2003-05-03  Chris Demetriou  <cgd@broadcom.com>

        * compare_igen_models: Tweak attribution slightly.

[mips/ChangeLog]
2003-05-03  Chris Demetriou  <cgd@broadcom.com>

        * cp1.c: Tweak attribution slightly.
        * cp1.h: Likewise.
        * mdmx.c: Likewise.
        * mdmx.igen: Likewise.
        * mips3d.igen: Likewise.
        * sb1.igen: Likewise.

21 years agoCheck in proper version of Eric's patch.
jjohnstn [Fri, 2 May 2003 20:06:52 +0000 (20:06 +0000)]
Check in proper version of Eric's patch.

21 years ago2003-05-02 Eric Christopher <echristo@redhat.com>
jjohnstn [Fri, 2 May 2003 19:30:45 +0000 (19:30 +0000)]
2003-05-02  Eric Christopher  <echristo@redhat.com>

        * mips/cma101.c (__sizemem): Make sure that end is not in .sdata.

21 years ago2003-05-02 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 2 May 2003 18:38:49 +0000 (18:38 +0000)]
2003-05-02  Michael Snyder  <msnyder@redhat.com>

* write.h (FAKE_LABEL_NAME): Allow override
(for targets that like eg. a leading dot in a local label).

21 years ago * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
drow [Fri, 2 May 2003 17:29:47 +0000 (17:29 +0000)]
* src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
and Makefile.def.

21 years ago2003-05-02 David Carlton <carlton@bactrian.org>
carlton [Fri, 2 May 2003 17:00:57 +0000 (17:00 +0000)]
2003-05-02  David Carlton  <carlton@bactrian.org>

* objfiles.c (allocate_objfile): For anonymous objfiles, allocate
the name with mstrsave.

21 years agoMake the R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
nickc [Fri, 2 May 2003 14:41:08 +0000 (14:41 +0000)]
Make the R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
unsigned overflow.

21 years agogdb:
ezannoni [Fri, 2 May 2003 14:23:37 +0000 (14:23 +0000)]
gdb:
2003-05-02  Elena Zannoni  <ezannoni@redhat.com>

* charset.c (GDB_DEFAULT_TARGET_CHARSET,
GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
(host_charset_name, target_charset_name): New vars for use by
set/show commands.
(host_charset_enum, target_charset_enum): New enums for set/show
commands.
(set_charset_sfunc, set_host_charset_sfunc,
set_target_charset_sfunc): New functions.
(set_host_charset, set_target_charset): Make static.
(list_charsets, set_host_charset_command,
set_target_charset_command): Delete functions.
(show_charset_command): Rewrite as....
(show_charset): Hook this up with the set/show command mechanism.
(_initialize_charset): Change names of charsets to match the
set/show enums. Use host_charset_name and target_charset_name.
Use set/show mechanism for charset, host-charset, target-charset
commands. Do not make 'show host-charset' and 'show
target-charset' be aliases of 'show charset'.

* charset.h (set_host_charset, set_target_charset): Don't export,
they are not used outside the file.

gdb/testsuite:
2003-05-01  Elena Zannoni  <ezannoni@redhat.com>

* gdb.base/charset.exp: Update based on new behavior of set/show
charset commands.

gdb/doc:
2003-05-02  Elena Zannoni  <ezannoni@redhat.com>

* gdb.texinfo (Character Sets): Update to reflect new behavior of
set/show charsets commands.

21 years agoFix xstormy16's handling of pc-relative relocs against defined symbols.
nickc [Fri, 2 May 2003 12:42:12 +0000 (12:42 +0000)]
Fix xstormy16's handling of pc-relative relocs against defined symbols.

21 years ago * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
aj [Fri, 2 May 2003 08:19:12 +0000 (08:19 +0000)]
* elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
(ELIMINATE_COPY_RELOCS): Define as one.  Use throughout.
(elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
ELF_LINK_NON_GOT_REF from weakdef.

21 years ago * ld-elfvers/vers.exp (build_exec): Disable vers26b3 on x86-64-linux.
aj [Fri, 2 May 2003 08:16:24 +0000 (08:16 +0000)]
* ld-elfvers/vers.exp (build_exec): Disable vers26b3 on x86-64-linux.

21 years agoFix name of --enable-install-libbfd switch.
nickc [Fri, 2 May 2003 08:14:51 +0000 (08:14 +0000)]
Fix name of --enable-install-libbfd switch.

21 years ago2003-05-01 Chris Demetriou <cgd@broadcom.com>
cgd [Fri, 2 May 2003 05:29:12 +0000 (05:29 +0000)]
2003-05-01  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/mips.exp (mips_arch_init): New function.
        Call it before setting up architecture array entries.

21 years ago2003-05-01 H.J. Lu <hjl@gnu.org>
hjl [Fri, 2 May 2003 03:01:44 +0000 (03:01 +0000)]
2003-05-01  H.J. Lu <hjl@gnu.org>

* config/obj-elf.c (obj_elf_type): Accept "notype" and
"STT_NOTYPE".

21 years ago2003-05-01 H.J. Lu <hjl@gnu.org>
hjl [Fri, 2 May 2003 03:00:49 +0000 (03:00 +0000)]
2003-05-01  H.J. Lu <hjl@gnu.org>

* gas/elf/elf.exp (run_list_test): Accept empty $opts.
Add type test.

* gas/elf/type.e: New file.
* gas/elf/type.s: Likewise.
* gas/elf/type.e-m32r: Likewise.
* gas/elf/type.e-mips: Likewise.
* gas/elf/type.e-miwmmxt: Likewise.

21 years agogas/
hjl [Fri, 2 May 2003 02:46:36 +0000 (02:46 +0000)]
gas/

2003-05-01  H.J. Lu <hjl@gnu.org>

* config/tc-ia64.h (tc_canonicalize_section_name): New.

* config/obj-elf.c (obj_elf_section_name): Call
tc_canonicalize_section_name if it is defined.

gas/testsuite/

2003-05-01  H.J. Lu <hjl@gnu.org>

* gas/ia64/ia64.exp: Add secname.

* gas/ia64/secname.s: New. Test the trailing '#' in section
name.
* gas/ia64/secname.d: Likewise.

21 years ago2003-05-01 H.J. Lu <hjl@gnu.org>
hjl [Fri, 2 May 2003 02:43:28 +0000 (02:43 +0000)]
2003-05-01  H.J. Lu <hjl@gnu.org>

* gas/ia64/ia64.exp: Add "global".

* gas/ia64/global.d: New file.
* gas/ia64/global.s: Likewise.

21 years ago2003-05-01 H.J. Lu <hjl@gnu.org>
hjl [Fri, 2 May 2003 02:41:45 +0000 (02:41 +0000)]
2003-05-01  H.J. Lu <hjl@gnu.org>

* config/tc-ia64.c (ia64_check_label): New.
* config/tc-ia64.h (tc_check_label): New.

* read.c (read_a_source_file): Call tc_check_label after
creating a user-defined label if defined.

21 years ago * config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,
amodra [Fri, 2 May 2003 02:29:22 +0000 (02:29 +0000)]
* config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,
-be and split strings to below 509 bytes in length.

21 years ago2003-05-02 Steven Edwards <Steven_Ed4153@yahoo.com>
dannysmith [Fri, 2 May 2003 00:46:56 +0000 (00:46 +0000)]
2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>

* include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.

21 years ago2003-05-02 Francois Ferrand <typz@sourceforge.users.net>
dannysmith [Fri, 2 May 2003 00:16:03 +0000 (00:16 +0000)]
2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>

* include/commctrl.h (TBM_*): Add missing trackbar defines.

21 years ago * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
dannysmith [Fri, 2 May 2003 00:11:48 +0000 (00:11 +0000)]
* include/cplext.h (CPLPAGE_MOUSE_WHEEL,
CPLPAGE_DISPLAY_BACKGROUND): Add defines.

21 years ago* cpu/xstormy16.cpu (alignfix-mem): Correct logic for unaligned
dj [Fri, 2 May 2003 00:09:25 +0000 (00:09 +0000)]
* cpu/xstormy16.cpu (alignfix-mem): Correct logic for unaligned
word accesses.
(set-alignfix-mem): Likewise.

21 years ago* xstormy16-sem.cxx: Regenerate.
dj [Fri, 2 May 2003 00:08:43 +0000 (00:08 +0000)]
* xstormy16-sem.cxx: Regenerate.
* xstormy16-write.cxx: Regenerate.

21 years ago*** empty log message ***
gdbadmin [Fri, 2 May 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Fri, 2 May 2003 00:00:05 +0000 (00:00 +0000)]
daily update

21 years ago2003-05-01 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 1 May 2003 23:21:07 +0000 (23:21 +0000)]
2003-05-01  Andrew Cagney  <cagney@redhat.com>

* disasm.c (gdb_disassemble_from_exec): Delete global variable.
(gdb_disassembly): Make "di" non static, always initialize and
cleanup.  Always use dis_asm_read_memory.
(gdb_dis_asm_read_memory): Delete function.

2003-05-01  Andrew Cagney  <cagney@redhat.com>

* gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
variable do not give memory errors.

21 years ago * z8k-dis.c (z8k_lookup_instr): Optimize FETCH_DATA calls.
cpg [Thu, 1 May 2003 20:08:55 +0000 (20:08 +0000)]
* z8k-dis.c (z8k_lookup_instr): Optimize FETCH_DATA calls.
(unpack_instr): Fix representation of segmented addresses.
(intr_name): Added, contains names of the parameters to the EI/DI
instructions.
(unparse_instr): Fix display of EI/DI parameters.

21 years ago * expr.h: Fix comments in operatorT typedef.
cpg [Thu, 1 May 2003 20:05:45 +0000 (20:05 +0000)]
    * expr.h: Fix comments in operatorT typedef.
        * config/tc-z8k.c: Add 2003 to copyright message.
        Fold s_segm() and s_unseg() into one function s_segm(parm) which
        decides by the parameter.
        (md_begin): Don't set linkrelax.  Only set Z8002 default if no
        command line argument was given to select the intended
        architecure.
        (get_interrupt_operand): Warn if NOP type code is emitted.
        (newfix): New parameter 'size', forward it to 'fix_new_exp'.
        (apply_fix): Call newfix with additional 'size' parameter.
        (build_bytes): Remove unused variable 'nib'.  Detect overflow in
        4 bit immediate arguments.
        (md_longopts): Add 'linkrelax' option.
        (md_parse_option): Adapt to new s_segm function.  Set 'linkrelax'
        variable when 'linkrelax' command line option is specified.
        (md_show_usage): Display 'linkrelax' option.
        (md_apply_fix3): Fix cases R_IMM4L, R_JR, and R_IMM8.  Add cases
        R_CALLR and R_REL16.
        * config/tc-z8k.h: Undef WARN_SIGNED_OVERFLOW_WORD.

21 years ago * expr.h: Fix comments in operatorT typedef.
cpg [Thu, 1 May 2003 19:59:32 +0000 (19:59 +0000)]
* expr.h: Fix comments in operatorT typedef.
* config/tc-z8k.c: Add 2003 to copyright message.
Fold s_segm() and s_unseg() into one function s_segm(parm) which
decides by the parameter.
(md_begin): Don't set linkrelax.  Only set Z8002 default if no
command line argument was given to select the intended
architecure.
(get_interrupt_operand): Warn if NOP type code is emitted.
(newfix): New parameter 'size', forward it to 'fix_new_exp'.
(apply_fix): Call newfix with additional 'size' parameter.
(build_bytes): Remove unused variable 'nib'.  Detect overflow in
4 bit immediate arguments.
(md_longopts): Add 'linkrelax' option.
(md_parse_option): Adapt to new s_segm function.  Set 'linkrelax'
variable when 'linkrelax' command line option is specified.
(md_show_usage): Display 'linkrelax' option.
(md_apply_fix3): Fix cases R_IMM4L, R_JR, and R_IMM8.  Add cases
R_CALLR and R_REL16.
* config/tc-z8k.h: Undef WARN_SIGNED_OVERFLOW_WORD.

21 years agooops - undo accidental change commited with a different patch
nickc [Thu, 1 May 2003 16:32:56 +0000 (16:32 +0000)]
oops - undo accidental change commited with a different patch

21 years ago2003-05-01 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 1 May 2003 15:37:45 +0000 (15:37 +0000)]
2003-05-01  Andrew Cagney  <cagney@redhat.com>

* d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
(d10v_gdbarch_init): Set frame_align instead of stack_align.

21 years ago * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
amodra [Thu, 1 May 2003 10:22:45 +0000 (10:22 +0000)]
* elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
weakdef sym has already been adjusted before treating it specially.
* elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
* elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
(ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.

21 years ago* Makefile.in (ALL_SUBDIRS): Add gdb.objc
fedor [Thu, 1 May 2003 01:09:51 +0000 (01:09 +0000)]
* Makefile.in (ALL_SUBDIRS): Add gdb.objc
* configure.in (AC_OUTPUT): Add gdb.objc/Makefile
* gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
gdb.objc/basicclass.m: : New files

* lib/gdb.exp (gdb_compile_objc): New procedure.

21 years agogas/
hjl [Thu, 1 May 2003 01:00:30 +0000 (01:00 +0000)]
gas/

2003-04-30  H.J. Lu <hjl@gnu.org>

* config/tc-ia64.c (ia64_number_to_chars): New function pointer.
(ia64_float_to_chars): Likewise.
(dot_byteorder): Set target_big_endian, ia64_number_to_chars
and ia64_float_to_chars by tc_segment_info_data.endian from
the current segment if byteorder == -1.
(md_begin): Call dot_byteorder to set target_big_endian.
(md_atof): Call ia64_float_to_chars to convert floating point.
(ia64_float_to_chars_bigendian): New function.
(ia64_float_to_chars_littleendian): Likewise.
(ia64_elf_section_change_hook): Likewise.

* config/tc-ia64.h (ia64_number_to_chars): New.
(md_number_to_chars): Changed to (*ia64_number_to_chars)
(ia64_elf_section_change_hook): New.
(md_elf_section_change_hook): Defined.
(ia64_segment_info_type): New struct.
(TC_SEGMENT_INFO_TYPE): Defined.

gas/testsuite/

2003-04-30  H.J. Lu <hjl@gnu.org>

* gas/ia64/ia64.exp: Add order.

* gas/ia64/order.s: New file.
* gas/ia64/order.d: Likewise.

21 years agogas/
hjl [Thu, 1 May 2003 00:53:38 +0000 (00:53 +0000)]
gas/

2003-04-30  H.J. Lu <hjl@gnu.org>

* config/tc-ia64.c (md_section_align): Deleted.

* config/tc-ia64.h (SUB_SEGMENT_ALIGN): New.
(md_section_align): New.

gas/testsuite/

2003-04-29  H.J. Lu <hjl@gnu.org>

* gas/ia64/ia64.exp: Add align.

* gas/ia64/align.d: New file.
* gas/ia64/align.s: Likewise.

* ia64/dependency-1.d: Remove the padding.

ld/testsuite/

2003-04-29  H.J. Lu <hjl@gnu.org>

* ld-ia64/tlsbin.dd: Updated.
* ld-ia64/tlsbin.rd: Likewise.
* ld-ia64/tlsbin.sd: Likewise.
* ld-ia64/tlsbin.td: Likewise.
* ld-ia64/tlspic.rd: Likewise.
* ld-ia64/tlspic.sd: Likewise.
* ld-ia64/tlspic.td: Likewise.

21 years ago2003-04-30 H.J. Lu <hjl@gnu.org>
hjl [Thu, 1 May 2003 00:40:41 +0000 (00:40 +0000)]
2003-04-30  H.J. Lu <hjl@gnu.org>

* objdump.c (only): Change it to char **.
(only_size): New.
(only_used): New.
(disassemble_data): Check only as an array.
(dump_data): Likewise.
(dump_relocs): Likewise.
(main): Treat only as an array.

21 years ago*** empty log message ***
gdbadmin [Thu, 1 May 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Thu, 1 May 2003 00:00:07 +0000 (00:00 +0000)]
daily update

21 years ago* Makefile.in: Revert patch from 2003-04-17.
tpfaff [Wed, 30 Apr 2003 22:18:24 +0000 (22:18 +0000)]
* Makefile.in: Revert patch from 2003-04-17.

21 years ago2003-04-30 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 30 Apr 2003 22:01:36 +0000 (22:01 +0000)]
2003-04-30  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (deprecated_tm_print_insn_info): Rename
"tm_print_insn_info".
(TARGET_PRINT_INSN_INFO): Delete macro.
(dis_asm_read_memory): Delete function declaration.
(dis_asm_memory_error, dis_asm_print_address): Ditto.
(tm_print_insn_info): Delete variable definition.
(_initialize_gdbarch): Do not initialize "tm_print_insn_info".
* gdbarch.h, gdbarch.c: Re-generate.
* d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
"deprecated_tm_print_insn_info".
* mcore-tdep.c (mcore_dump_insn): Ditto.
* mips-tdep.c (mips_gdbarch_init): Ditto.
* sparc-tdep.c (_initialize_sparc_tdep): Ditto.
* v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
* ia64-tdep.c (_initialize_ia64_tdep): Ditto.
* printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
instead of TARGET_PRINT_INSN_INFO, add comment.
* s390-tdep.c (s390_get_frame_info): Instead of
"dis_asm_read_memory", use "deprecated_tm_print_insn_info".
(s390_check_function_end, s390_is_sigreturn): Ditto.
* corefile.c (dis_asm_read_memory): Move to "disasm.c".
(dis_asm_memory_error, dis_asm_print_address): Ditto.
* disasm.c: Include "gdbcore.h".
(_initialize_disasm): New function, initialize
"deprecated_tm_print_insn_info".
(deprecated_tm_print_insn_info): New variable.
(dis_asm_read_memory): Moved from "corefile.c", made static.
(dis_asm_print_address, dis_asm_memory_error): Ditto.
* Makefile.in (disasm.o): Update dependencies.

2003-04-28  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Replace
read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.

21 years agogas/
hjl [Wed, 30 Apr 2003 21:38:54 +0000 (21:38 +0000)]
gas/

2003-04-30  H.J. Lu <hjl@gnu.org>

* config/tc-ia64.c (stmt_float_cons): Fix alignment for real10
and add real16.
(md_pseudo_table): Add "xreal16", "xreal16.ua", "real16" and
"real16.ua".
(md_atof): Add 6 byte padding of zero for real16.

gas/testsuite/

2003-04-29  H.J. Lu <hjl@gnu.org>

* gas/ia64/ia64.exp: Add real.

* gas/ia64/real.s: New file.
* gas/ia64/real.d: Likewise.

21 years ago2003-04-30 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 30 Apr 2003 18:17:57 +0000 (18:17 +0000)]
2003-04-30  Andrew Cagney  <cagney@redhat.com>

* sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.

21 years ago * ld-selective/3.cc (start): New function.
amylaar [Wed, 30 Apr 2003 12:07:19 +0000 (12:07 +0000)]
* ld-selective/3.cc (start): New function.
* ld-selective/4.cc: Likewise.
* ld-selective/5.cc: Likewise.

21 years agoDo not crash when encountering relocs against the *ABS* section.
nickc [Wed, 30 Apr 2003 12:03:57 +0000 (12:03 +0000)]
Do not crash when encountering relocs against the *ABS* section.

21 years ago * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
dannysmith [Wed, 30 Apr 2003 09:28:14 +0000 (09:28 +0000)]
* include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
(SetDCPenColor, SetDCBrushColor): Add prototypes.
* lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.

21 years ago* eval.c (evaluate_subexp_standard): Handle ObjC ops.
fedor [Wed, 30 Apr 2003 01:27:52 +0000 (01:27 +0000)]
* eval.c (evaluate_subexp_standard): Handle ObjC ops.
* infcall.c (find_function_addr): Make non-static.
* infcall.h (find_function_addr): Declare.
* Makefile.in (eval.o): Update dependencies.

21 years ago*** empty log message ***
gdbadmin [Wed, 30 Apr 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Wed, 30 Apr 2003 00:00:06 +0000 (00:00 +0000)]
daily update

21 years agoFix problem parsing symbol version strings when they are preceeded by whitespace.
nickc [Tue, 29 Apr 2003 11:52:36 +0000 (11:52 +0000)]
Fix problem parsing symbol version strings when they are preceeded by whitespace.
Add test to catch this problem in the future.

21 years agoAdd entry for change to libnosys/sbrk.c
nickc [Tue, 29 Apr 2003 08:00:22 +0000 (08:00 +0000)]
Add entry for change to libnosys/sbrk.c

21 years ago* symtab.c (symbol_find_demangled_name): Check for and demangle
fedor [Tue, 29 Apr 2003 02:34:23 +0000 (02:34 +0000)]
* symtab.c (symbol_find_demangled_name): Check for and demangle
ObjC symbols.
(symbol_init_demangled_name): Init for language_objc as well.

21 years agobfd/
hjl [Tue, 29 Apr 2003 01:53:44 +0000 (01:53 +0000)]
bfd/

2003-04-28  H.J. Lu <hjl@gnu.org>

* elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
the relax finalize pass.

* section.c (struct sec): Add need_finalize_relax and remove
flag11.
(STD_SECTION): Update struct sec initializer.
* bfd-in2.h: Regenerated.

include/

2003-04-28  H.J. Lu <hjl@gnu.org>

* bfdlink.h (bfd_link_info): Add relax_finalizing.

ld/

2003-04-28  H.J. Lu <hjl@gnu.org>

* ldlang.c (lang_process): Add the relax finalize pass.

* ldmain.c (main): Initialize link_info.relax_finalizing to
FALSE.

21 years ago2003-04-28 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 29 Apr 2003 01:49:45 +0000 (01:49 +0000)]
2003-04-28  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
(DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
* gdbarch.h, gdbarch.c: Re-generate.
* infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
* inferior.h (deprecated_read_fp): Rename read_fp.
(generic_target_read_fp): Delete declaration.
* regcache.c (generic_target_read_fp): Delete function.
(deprecated_read_fp): Replace read_fp, use
DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
* d10v-tdep.c (d10v_read_fp): Delete function.
(d10v_gdbarch_init): Do not set deprecated_read_fp.

* sparc-tdep.c (sparc_gdbarch_init): Do not set
deprecated_target_read_fp to generic_target_read_fp.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.

* xstormy16-tdep.c (xstormy16_gdbarch_init): Set
deprecated_fp_regnum.
* x86-64-tdep.c (x86_64_init_abi): Ditto.
* vax-tdep.c (vax_gdbarch_init): Ditto.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* sparc-tdep.c (sparc_gdbarch_init): Ditto.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* s390-tdep.c (s390_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mcore-tdep.c (mcore_gdbarch_init): Ditto.
* m68k-tdep.c (m68k_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* i386-tdep.c (i386_gdbarch_init): Ditto.
* hppa-tdep.c (hppa_gdbarch_init): Ditto.
* h8300-tdep.c (h8300_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* cris-tdep.c (cris_gdbarch_init): Ditto.
* avr-tdep.c (avr_gdbarch_init): Ditto.
* arm-tdep.c (arm_gdbarch_init): Ditto.
* alpha-tdep.c (alpha_gdbarch_init): Ditto.

* x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* sparc-tdep.c (sparc_gdbarch_init): Ditto.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* s390-tdep.c (s390_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mips-tdep.c (mips_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* hppa-tdep.c (hppa_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* avr-tdep.c (avr_gdbarch_init): Ditto.
* arm-tdep.c (arm_gdbarch_init): Ditto.

* vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
DEPRECATED_FP_REGNUM.
(vax_push_dummy_frame, vax_pop_frame): Ditto.
* std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
* sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
(sparc_push_dummy_frame, sparc64_read_fp): Ditto.
(sparc32_register_virtual_type): Ditto.
* sh-tdep.c (sh64_frame_chain): Ditto.
(sh64_get_saved_register, sh64_pop_frame): Ditto.
(sh_nofp_frame_init_saved_regs): Ditto.
(sh64_nofp_frame_init_saved_regs): Ditto.
(sh_fp_frame_init_saved_regs): Ditto.
* remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
* remote-e7000.c (fetch_regs_from_dump): Ditto.
* procfs.c (procfs_fetch_registers): Ditto.
(procfs_store_registers): Ditto.
* ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
(store_inferior_registers, fetch_core_registers): Ditto.
(fetch_kcore_registers, clear_regs): Ditto.
* ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
(ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
* nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
* nlm/i386.c (do_status): Ditto.
* mipsv4-nat.c (supply_gregset): Ditto.
* mips-tdep.c: Ditto for comments.
* mips-nat.c (fetch_inferior_registers): Ditto.
(store_inferior_registers, fetch_core_registers): Ditto.
* m68k-tdep.c (m68k_push_dummy_frame): Ditto.
(m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
* i386-tdep.c (i386_frame_init_saved_regs): Ditto.
(i386_do_pop_frame, i386_register_type): Ditto.
* hppa-tdep.c (hppa_frame_chain): Ditto.
(hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
(hppa_pop_frame, hppa_read_fp): Ditto.
(skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
* cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
* config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
* config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
* config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
* config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
* config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
* config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
* blockframe.c: Ditto for comments.
* arch-utils.h: Ditto for comments.
* arch-utils.c (legacy_virtual_frame_pointer): Ditto.
* alphanbsd-tdep.c (fetch_core_registers): Ditto.
* alphabsd-nat.c (fetch_inferior_registers): Ditto.
* alpha-tdep.h: Ditto for comments.
* alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
(alpha_cannot_store_register): Ditto.
(alpha_push_dummy_frame): Ditto.
* alpha-nat.c (supply_gregset): Ditto.

* config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
* config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
* config/sparc/tm-sparc.h: Update comment.

* hppa-tdep.c (hppa_init_extra_frame_info): Use
deprecated_read_fp instead of TARGET_READ_FP.
(hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
(hppa_push_dummy_frame, hppa_read_fp): Ditto.
* sparc-tdep.c (sparc_init_extra_frame_info): Use
deprecated_read_fp instead of read_fp.
* s390-tdep.c (s390_push_arguments): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* frame.h: Ditto in comments.
* frame.c (legacy_get_prev_frame): Ditto.
* dummy-frame.c (dummy_frame_this_id): Ditto.
* arm-tdep.c (arm_init_extra_frame_info): Ditto.

2003-04-28  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Replace
read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.

21 years agodaily update
amodra [Tue, 29 Apr 2003 00:00:05 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Tue, 29 Apr 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2003-04-28 Chris Demetriou <cgd@broadcom.com>
cgd [Mon, 28 Apr 2003 23:48:42 +0000 (23:48 +0000)]
2003-04-28  Chris Demetriou  <cgd@broadcom.com>

        * configure.in (mips-*-*n*bsd*): Replace with...
        (mips-*-netbsd*, mips-*-openbsd*): These.
        * configure: Regenerate.

21 years ago* profil.h (PROFADDR): Prevent overflow when text segments are larger than
cgf [Mon, 28 Apr 2003 20:10:53 +0000 (20:10 +0000)]
* profil.h (PROFADDR): Prevent overflow when text segments are larger than
256k.
* profil.c (profthr_func): Raise thread priority for more accurate sampling.
* path.cc (hash_path_name): Use ino_t as type.

21 years agoRegenerated using different version of autoconf.
jjohnstn [Mon, 28 Apr 2003 17:19:05 +0000 (17:19 +0000)]
Regenerated using different version of autoconf.

21 years agobfd/
hjl [Mon, 28 Apr 2003 16:58:00 +0000 (16:58 +0000)]
bfd/

2003-04-28  H.J. Lu <hjl@gnu.org>

* elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
to copy any information related to dynamic linking when we flip
the indirection.

ld/testsuite/

2003-04-28  H.J. Lu <hjl@gnu.org>

* ld-elfvers/vers.exp (picflag): Set PIC flag for compiler.
(build_vers_lib): Support PIC.
(build_vers_lib_no_pic): New. Change all calls to build_vers_lib
to build_vers_lib_no_pic.
(build_vers_lib_pic): New.
Add tests vers26a, vers26b1, vers26b2 and vers26b3 for versioned
definition vs. normal definition in different files.

* ld-elfvers/vers26a.c: New file.
* ld-elfvers/vers26a.dsym: Likewise.
* ld-elfvers/vers26a.map: Likewise.
* ld-elfvers/vers26a.ver: Likewise.
* ld-elfvers/vers26b.c: Likewise.

* ld-elfvers/vers26b.dsym: New empty file.
* ld-elfvers/vers26b.ver: Likewise.

21 years ago2003-04-28 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 28 Apr 2003 16:17:26 +0000 (16:17 +0000)]
2003-04-28  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
* gdbarch.h, gdbarch.c: Re-generate.
* xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
* vax-tdep.c (_initialize_vax_tdep): Update.
* v850-tdep.c (_initialize_v850_tdep): Update.
* sparc-tdep.c (_initialize_sparc_tdep): Update.
* s390-tdep.c (_initialize_s390_tdep): Update.
* ns32k-tdep.c (_initialize_ns32k_tdep): Update.
* mn10300-tdep.c (_initialize_mn10300_tdep): Update.
* mips-tdep.c (_initialize_mips_tdep): Update.
* mcore-tdep.c (_initialize_mcore_tdep): Update.
* m68k-tdep.c (_initialize_m68k_tdep): Update.
* ia64-tdep.c (_initialize_ia64_tdep): Update.
* hppa-tdep.c (_initialize_hppa_tdep): Update.
* h8300-tdep.c (_initialize_h8300_tdep): Update.
* frv-tdep.c (_initialize_frv_tdep): Update.
* cris-tdep.c (cris_delayed_get_disassembler): Update.
(_initialize_cris_tdep): Update.
* arch-utils.c (legacy_print_insn): Update.
* alpha-tdep.c (_initialize_alpha_tdep): Update.

2003-04-28  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Rename
"tm_print_insn" to "deprecated_tm_print_insn".

21 years ago* config/tc-hppa.c (hppa_symbol_chars): New.
nickc [Mon, 28 Apr 2003 08:35:06 +0000 (08:35 +0000)]
* config/tc-hppa.c (hppa_symbol_chars): New.
* config/tc-hppa.h (tc_symbol_chars): Likewise.

21 years agobfd/
hjl [Mon, 28 Apr 2003 03:31:35 +0000 (03:31 +0000)]
bfd/

2003-04-27  H.J. Lu <hjl@gnu.org>

* elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
(ELF_LINK_DYNAMIC_WEAK): New.

* elflink.h (elf_merge_symbol): Add one argument to indicate if
a symbol should be skipped. Ignore definitions in dynamic
objects for symbols with non-default visibility.
(elf_add_default_symbol): Adjusted.
(elf_link_add_object_symbols): Check if a symbol should be
skipped. Don't merge the visibility field with the one from
a dynamic object.
(elf_link_check_versioned_symbol): Use undef_bfd.
(elf_link_output_extsym): Warn if a forced local symbol is
referenced from dynamic objects. Make non-weak undefined symbol
with non-default visibility a fatal error.

ld/testsuite/

2003-04-27  H.J. Lu <hjl@gnu.org>

* ld-elfvsb/elfvsb.dat: Updated.
* ld-elfvsb/elfvsb.exp: Likewise.
* ld-elfvsb/main.c: Likewise.
* ld-elfvsb/sh1.c: Likewise.
* ld-elfvsb/sh2.c: Likewise.

21 years ago * Makefile.tpl: Clean $(BUILD_SUBDIR).
drow [Mon, 28 Apr 2003 02:24:35 +0000 (02:24 +0000)]
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.

21 years ago * gdb.base/signals.exp: Make backtrace tests more specific.
drow [Mon, 28 Apr 2003 00:50:30 +0000 (00:50 +0000)]
* gdb.base/signals.exp: Make backtrace tests more specific.

21 years agodaily update
amodra [Mon, 28 Apr 2003 00:00:05 +0000 (00:00 +0000)]
daily update

21 years ago*** empty log message ***
gdbadmin [Mon, 28 Apr 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * configure.in: Bump version on HEAD to 2.14.90.
drow [Sun, 27 Apr 2003 19:59:10 +0000 (19:59 +0000)]
* configure.in: Bump version on HEAD to 2.14.90.
* configure: Regenerated.

21 years ago* linespec.c (decode_objc): New function to decode ObjC calls
fedor [Sun, 27 Apr 2003 03:23:37 +0000 (03:23 +0000)]
* linespec.c (decode_objc): New function to decode ObjC calls
(decode_line_1): Check for ObjC calls (using decode_objc)
* Makefile (linespec.o): Update dependencies.

21 years agoreally check in correct fix.
cgf [Sun, 27 Apr 2003 03:14:02 +0000 (03:14 +0000)]
really check in correct fix.

21 years ago* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.
cgf [Sun, 27 Apr 2003 03:09:17 +0000 (03:09 +0000)]
* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.

21 years ago * breakpoint.h (struct breakpoint_ops): New.
drow [Sun, 27 Apr 2003 01:11:10 +0000 (01:11 +0000)]
* breakpoint.h (struct breakpoint_ops): New.
(struct breakpoint): Add ops member.

* breakpoint.c (print_bp_stop_message, print_one_breakpoint)
(mention): Use new breakpoint ops member.
(set_raw_breakpoint): Initialize ops field to NULL.
(print_exception_catchpoint, print_one_exception_catchpoint)
(print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
(gnu_v3_exception_catchpoint_ops): New.
(catch_exception_command_1): Call handle_gnu_v3_exceptions.

21 years ago*** empty log message ***
gdbadmin [Sun, 27 Apr 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago* mkpasswd.c (usage) Remove extra newline from description output.
joshuadfranklin [Sat, 26 Apr 2003 22:33:00 +0000 (22:33 +0000)]
* mkpasswd.c (usage) Remove extra newline from description output.

21 years ago2003-04-26 Bang Jun-Young <junyoung@netbsd.org>
dannysmith [Sat, 26 Apr 2003 22:00:16 +0000 (22:00 +0000)]
2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>

* include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.

21 years ago* cygcheck.cc (usage) Add description output.
joshuadfranklin [Sat, 26 Apr 2003 21:52:03 +0000 (21:52 +0000)]
* cygcheck.cc (usage) Add description output.

21 years ago * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again.
ths [Sat, 26 Apr 2003 20:57:13 +0000 (20:57 +0000)]
* config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again.

21 years ago* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example
joshuadfranklin [Sat, 26 Apr 2003 14:10:59 +0000 (14:10 +0000)]
* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example

21 years ago PR savannah/3331:
ciceron [Sat, 26 Apr 2003 11:53:35 +0000 (11:53 +0000)]
PR savannah/3331:
* elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
when we couldn't relax something.
* ld-m68hc11/bug-3331.d: New test.
* ld-m68hc11/bug-3331.s: New file.

21 years ago * include/oaidl.h (ITypeMarshal): Add interface.
dannysmith [Sat, 26 Apr 2003 08:48:03 +0000 (08:48 +0000)]
* include/oaidl.h (ITypeMarshal): Add interface.

21 years ago2003-04-26 Danny Smith <dannysmith@users.sourceforge.net>
dannysmith [Sat, 26 Apr 2003 08:31:28 +0000 (08:31 +0000)]
2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>

* include/winioctl.h: Clean up formatting.
(RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
(CREATE_DISK): Add _ANONYMOUS_UNION macro.
(DISK_CACHE_INFORMATION): Likewise.
(DISK_DETECTION_INFO): Likewise.
(DISK_PARTITION_INFO): Likewise.
(PARTITION_INFORMATION_EX): Likewise.
(DRIVE_LAYOUT_INFORMATION_EX): Likewise.

2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* include/winbase.h (DeleteVolumeMountPoint[AW],
FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
SetVolumeMountPoint[AW]): Add prototypes.
* include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
IOCTL_DISK_SET_PARTITION_INFO_EX,
IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
IOCTL_DISK_GET_CACHE_INFORMATION,
IOCTL_DISK_SET_CACHE_INFORMATION,
IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
FSCTL_MOVE_FILE): Define.
(CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
DISK_CACHE_INFORMATION,
DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
MOVE_FILE_DATA,
RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs
(PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
(MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
F5_720_512,
F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024, F3_128Mb_512,
F3_230Mb_512,
F8_256_128, F3_200Mb_512, F3_240M_512, and F3_32M_512.
* lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
stubs.