Alan Modra
bede920466
daily update
2004-01-02 23:00:05 +00:00
Alan Modra
5e675b72e4
* objcopy.c (filter_bytes): Delete. Move code to..
...
(copy_section): ..here. Simplify size adjustment. Divide
section lma by interleave.
2004-01-02 22:54:47 +00:00
Andrew Cagney
ede47fe902
Revert accidental commit.
2004-01-02 22:53:12 +00:00
Andrew Cagney
ee84457a00
2004-01-02 Andrew Cagney <cagney@redhat.com>
...
From 2003-12-18 Kazuhiro Inaoka:
* configure.host: Add m32r-linux target.
2004-01-02 22:51:00 +00:00
DJ Delorie
820542c970
merge from gcc
2004-01-02 21:11:34 +00:00
Michael Chastain
0bc2134ec9
2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
...
* top.c (print_gdb_version): Update year to 2004.
2004-01-02 20:53:11 +00:00
Mark Mitchell
89a72f9c32
* MAINTAINERS: Add myself to the write-after-approval category.
2004-01-02 20:28:54 +00:00
Daniel Jacobowitz
86b013ed0b
From Bernardo Innocenti <bernie@develer.com>:
...
* configure.tgt: Add uClinux target.
2004-01-02 17:43:44 +00:00
Nick Clifton
61adc1a4d5
Add support for FreeBSD cores
2004-01-02 17:39:51 +00:00
Andrew Cagney
e42c953419
2004-01-02 Andrew Cagney <cagney@redhat.com>
...
* utils.c (do_my_cleanups): Make static, add forward declaration.
* defs.h (do_my_cleanups): Delete declaration.
2004-01-02 17:35:01 +00:00
Nick Clifton
303e7b798f
Update description of FP behaviour
2004-01-02 17:32:12 +00:00
Nick Clifton
3ab4893121
Catch a bug in the msp430 disassembler where an add instruction was confused
...
with an rla instruction. Add a test for this to the testsuite.
2004-01-02 17:26:11 +00:00
Nick Clifton
f0660b7388
Add Russian translation
2004-01-02 17:08:05 +00:00
Nick Clifton
b50c15dce9
Add m68k-uclinux target
2004-01-02 16:37:12 +00:00
Eli Zaretskii
162467d3b4
*** empty log message ***
2004-01-02 14:32:49 +00:00
Eli Zaretskii
8de9499d0f
* config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
...
bfd/ChangeLog-0203.
2004-01-02 14:32:20 +00:00
Mark Kettenis
af1c6d4556
Roll ChangeLog / ChangeLog-2003.
2004-01-02 13:01:24 +00:00
Mark Kettenis
78434e5985
* configure.in: Check for <machine/reg.h>. Check for `struct reg'
...
in <machine/reg.h>.
* configure, config.in: Regenerate.
2004-01-02 12:40:09 +00:00
Alan Modra
c9e214e571
Split ChangeLog files.
2004-01-02 11:16:21 +00:00
Alan Modra
031d7588c2
* ld-selective/sel-dump.exp: Use is_elf_format, xfail assorted targets.
...
* ld-selective/selective.exp: Likewise.
2004-01-02 08:27:08 +00:00
Michael Chastain
d231d0b13f
2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.cp/namespace.exp: Accept gcc abi 2.
2004-01-02 06:38:01 +00:00
Michael Chastain
44ffb27cc2
2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.cp/method.exp: Accept gcc abi 2.
2004-01-02 06:17:19 +00:00
Michael Chastain
184ad4855f
2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.cp/classes.exp: Generate identical results as old version.
* gdb.cp/derivation.exp: Likewise.
* gdb.cp/overload.exp: Likewise.
* gdb.cp/virtfunc.exp: Likewise.
2004-01-02 04:46:45 +00:00
gdbadmin
5d3786c41d
*** empty log message ***
2004-01-02 00:00:32 +00:00
Michael Chastain
116f09e7e9
2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.cp/virtfunc.exp: Modify some patterns to avoid a
mysterious bug with sourceware version of expect.
2004-01-01 23:05:12 +00:00
Alan Modra
6245e162a6
daily update
2004-01-01 23:00:05 +00:00
Alan Modra
2627de8318
* elflink.h (elf_gc_sections): Warn when gc-sections option is ignored.
...
* elf32-h8300.c (elf32_h8_gc_mark_hook): New function.
(elf32_h8_gc_sweep_hook): New function.
(elf_backend_gc_mark_hook): Define.
(elf_backend_gc_sweep_hook): Define.
(elf_backend_can_gc_sections): Define.
2004-01-01 10:01:45 +00:00
Michael Chastain
b13797763f
2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.cp/overload.exp: Rewrite. Clean up patterns to match
current versions of gcc, including gcc abi 2. Remove gratuitous
restart of test program. Use gdb_test_multiple and gdb_test for
all tests. Add patterns to xfail missing "const" in "const char *"
and kfail PR gdb/1155.
2004-01-01 09:46:21 +00:00
Michael Chastain
6b7a4c0e17
2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
current versions of gcc, including gcc abi 2. Remove gratuitous
restart of test program. Use gdb_test_multiple and gdb_test for
all tests. Add patterns to kfail PR gdb/1498.
2004-01-01 06:58:44 +00:00
Michael Chastain
51615d7251
2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
current versions of gcc, including gcc abi 2. Use "breakpoint"
and "continue" instead of restarting the target program. Use
gdb_test_multiple and gdb_test for all tests.
2004-01-01 02:30:59 +00:00
Mark Kettenis
7b79a9d72e
* gdb.asm/asm-source.exp: Update copyright year. Link statically
...
for *-*-solaris2*.
2004-01-01 01:13:42 +00:00
DJ Delorie
08c1856bf0
* configure.in (ia64*-*-hpux*): Disable building java libraries.
...
* configure: Regenerated.
2004-01-01 00:07:51 +00:00
gdbadmin
e55f603b53
*** empty log message ***
2004-01-01 00:00:31 +00:00
Alan Modra
57a054fbf7
daily update
2003-12-31 23:00:05 +00:00
Michael Chastain
1cd3489fb3
2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
...
* gdb.cp/classes.exp: Rewrite. Clean up patterns to match
current versions of gcc, including gcc abi 2. Use "breakpoint"
and "continue" instead of restarting the target program several
times. Use gdb_test_multiple and gdb_test for all tests.
2003-12-31 20:59:11 +00:00
Daniel Jacobowitz
eb18fd2294
* MAINTAINERS: Rename CONFIGURE to BUILD SYSTEM and add myself.
2003-12-31 14:24:55 +00:00
gdbadmin
9545963939
*** empty log message ***
2003-12-31 00:00:32 +00:00
Alan Modra
e836622f21
daily update
2003-12-30 23:00:05 +00:00
Mark Mitchell
da04927b0a
* ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC
...
3.4 does not support it.
2003-12-30 16:53:31 +00:00
Eli Zaretskii
40a7debcab
* configure.in: Check for st_blocks member in struct stat and
...
define HAVE_STRUCT_STAT_ST_BLOCKS accordingly.
* acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): New undef.
* configure, config.in: Regenerated.
2003-12-30 10:33:37 +00:00
Eli Zaretskii
b0f0a30e29
* readline.c (rl_save_state, rl_restore_state): Support systems
...
that don't define SIGWINCH.
* terminal.c (_rl_get_screen_size) [__DJGPP__]: Compute the
screen width and height using console I/O.
(_rl_init_terminal_io) [__MSDOS__]: Zero out all the _rl_term_*
variables. Convert to _rl_* naming scheme.
(_rl_set_cursor) [__MSDOS__]: Ifdef away this function.
* display.c (_rl_move_vert) [__MSDOS__]: Don't use undeclared
variable `l'. Use `delta' instead recomputing its value anew.
Assign -delta to i instead of the other way around.
2003-12-30 07:25:18 +00:00
Eli Zaretskii
6d53e9818a
Remove entry for reverted change to configure.in.
2003-12-30 07:10:50 +00:00
Eli Zaretskii
8e65259860
Temporary fix for last change.
2003-12-30 07:05:21 +00:00
Eli Zaretskii
1dd727e9e9
* remote-fileio.c (remote_fileio_to_fio_stat)
...
(remote_fileio_func_fstat) [HAVE_STRUCT_STAT_ST_BLOCKS]: Support
systems that don't have `st_blocks' member in `struct stat'.
* configure.in (HAVE_STRUCT_STAT_ST_BLOCKS): Ditto.
2003-12-30 06:52:09 +00:00
gdbadmin
283853005f
*** empty log message ***
2003-12-30 00:00:32 +00:00
Alan Modra
8546c41c26
daily update
2003-12-29 23:00:05 +00:00
Mark Mitchell
a4c9740c82
* armos.c (fcntl.h): Do not include it.
...
(O_RDONLY): Do not define.
(O_WRONLY): Likewise.
(O_RDWR): Likewise.
(targ-vals.h): Include it.
(translate_open_mode): Use TARGET_O_* instead of O_*.
(SWIopen): Likewise.
* Makefile.in (armos.o): Depend on targ-vals.h.
2003-12-29 19:52:57 +00:00
Paul Brook
7de9afa224
* gas/config/tc-arm.c (arm_cpus): Add 926ejs and 1026ejs.
...
* gas/doc/c-arm.texi: Document them.
2003-12-29 16:43:37 +00:00
Nick Clifton
0e0c409874
Update pointer_size patch
2003-12-29 14:22:07 +00:00
Eli Zaretskii
ccbc3e6f71
* go32-nat.c (go32_sldt, go32_sgdt, go32_sidt, go32_pte): Fix
...
mismatches between format string and arguments (avoids compiler
warnings).
2003-12-29 07:42:43 +00:00