DJ Delorie
d68d457018
* stabs.c (s_stab_generic): Don't corrupt the notes obstack by
blindly freeing string if it isn't at the top of the obstack.
26 years ago
Mark Salter
0015fd9aa4
*** empty log message ***
26 years ago
Mark Salter
269a569e35
(gdb_target_cmd): Add explicit error return.
(gdb_target_monitor): Add check of gdb_target_cmd return value.
26 years ago
Martin Hunt
77cd5909d2
2001-03-15 Martin Hunt <hunt@redhat.com>
* linespec.c (decode_line_1): Remove trailing quote
when parsing double quotes.
26 years ago
Kevin Buettner
f7f5a202bc
Pass NULL for the mem_attrib argument in the to_xfer_memory calls.
26 years ago
Andrew Cagney
0d35ddbaee
Add list of targets being obsoleted.
26 years ago
Andrew Cagney
043780a1fb
Add ``attrib'' parameter to *xfer_memory() functions.
26 years ago
Alan Modra
12cca0d293
Don't assume non-PIC to PIC call stubs are unneeded just because
the function happens to have a plabel.
26 years ago
Andrew Cagney
9b9c068d47
Note Harris 88k is obsolete in news file.
26 years ago
Andrew Cagney
f88e2c5226
Include regcache.h
26 years ago
Andrew Cagney
0981ead9af
Update target list.
26 years ago
Andrew Cagney
1e6cd1593b
Link with libintl, needed by libopcodes.
26 years ago
DJ Delorie
5df9ca2b80
merge from gcc
26 years ago
DJ Delorie
fa03f0a706
Fix minor formatting bugs.
26 years ago
DJ Delorie
7a008bcb7b
Fix minor formatting bugs.
26 years ago
Nick Clifton
526c3e1208
Synchronise with copyright dates on FSF GCC versions of these files
26 years ago
Keith Seitz
91c1720e68
* linespec.c (decode_line_1): Skip argptr over a leading
double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
26 years ago
Kevin Buettner
3cc122b3fe
Add entry of ia64-aix-nat.c.
26 years ago
Andrew Cagney
5bb367b1d9
Eliminate some uses of __STDC__.
26 years ago
Alan Modra
0eee5820aa
David Mosberger's fixes for cross compiling gprof.
26 years ago
Christopher Faylor
04847a4d3e
* defparse.y (opt_equal_name): allow "." in name.
* dlltool.c (def_exports): Added ability to generate forwarded exports.
(gen_exp_file): Likewise.
26 years ago
Nick Clifton
120aa76a7f
formatting fix
26 years ago
Nick Clifton
4f1d9bd8e2
Fix typos in ChangeLogs; add coff/external.h; fix copyright dates
26 years ago
Andrew Cagney
a728f04251
Eliminate ARCH_NUM_REGS.
26 years ago
Nick Clifton
060d22b0d0
Fix typos in ChangeLogs; fix dates in copyright notices
26 years ago
Fernando Nasser
f48ff60ac8
2001-03-13 Fernando Nasser <fnasser@redhat.com>
From Steven Johnson <sjohnson@neurizon.net>
* cli/cli-script.c (define_command): Fix setting of post hooks.
26 years ago
Nick Clifton
37503931d0
Fix typos in ChangeLog; fix dates in copyright notices
26 years ago
Mark Kettenis
305d65cac6
* i386-linux-tdep.c: Fix formatting and clarify comments.
(i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
where appropriate.
26 years ago
Nick Clifton
8c2bc6877d
Fix typos in ChangeLogs and update copyright notices
26 years ago
Nick Clifton
a2b64bede3
Fixtypos in ChangeLogs, fix copyright dates in files
26 years ago
Nick Clifton
5794c9d6cd
fix typos
26 years ago
DJ Delorie
cd6ec716b6
* elf32-sh.c (sh_elf_relocate_section): Only relocation
R_SH_DIR8WP* relocs if they're against external symbols, else
they're just for relaxing. Validate the reloc values.
26 years ago
Alan Modra
4b694d15d1
Fix typos.
26 years ago
Alan Modra
f3c180aedc
Support for @GOTOFF in .long expressions.
26 years ago
Andrew Cagney
bf62e5b49c
* gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
(proc_update_sc): Use gdb_assert instead of assert.
(proc_abort): Ditto.
(inf_set_step_thread): Ditto.
(gnu_wait): Ditto.
(S_exception_raise_request): Ditto.
(gnu_terminal_init_inferior): Ditto.
26 years ago
Nick Clifton
43a0748c78
Add --binary-architecture switch to objcopy to allow the output architecture
to be set when the input file type is binary.
26 years ago
Nick Clifton
83e7603d4f
Always set machine type based on cpu_variant.
26 years ago
Nick Clifton
b7498e0ef0
Handle EM_S390_OLD.
26 years ago
Phil Blundell
d982ba7301
2001-03-11 Philip Blundell <philb@gnu.org>
* elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
entries that could serve as a definition for a weak symbol.
26 years ago
DJ Delorie
8aa30e60ce
merge from gcc
26 years ago
Kevin Buettner
21479deda0
Cleanup solib-svr4.c by moving legacy code out to its own file.
26 years ago
Kevin Buettner
d7fa9de08d
Committed.
26 years ago
Andrew Cagney
f8241bd143
Move Philip Blundell to Write After Approval list.
26 years ago
Keith Seitz
e6b4b0c29a
* MAINTAINERS: Add myself to write after approval list.
26 years ago
Mark Kettenis
96836138dc
* i387-tdep.c (print_i387_status_word): Fix printing of Stack
fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
26 years ago
Andrew Cagney
1b59432770
Obsolete harris 88k target.
26 years ago
Andrew Cagney
4a32a1e416
Delete make rules for obsolete files.
26 years ago
Nick Clifton
f7e42eb4af
Fix copyright notices
26 years ago
Nick Clifton
291847749a
Fix typos
26 years ago
David Taylor
fc33412a6a
* gdb.base/annota1.exp: Move test of isnative to earlier in the
file -- to prevent failing when the compile fails but we have no
intention of running the tests anyway.
* gdb.base/long_long.exp: Test target_info for no_long_long, skip
tests if set.
* gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
integers.
* gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
* gdb.c++/namespace.exp: Ditto.
Fix PR gdb/16.
26 years ago