Ian Lance Taylor
|
12d08d706b
|
Update copyright year.
|
2004-01-12 21:08:00 +00:00 |
Ian Lance Taylor
|
041821e62e
|
* stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
(stab_demangle_argtypes): Likewise.
(stab_demangle_v3_argtypes): New static function.
(stab_demangle_v3_arg): New static function.
|
2004-01-12 21:04:04 +00:00 |
Kazu Hirata
|
aaad4cf36a
|
* ChangeLog-9197: Fix comment typos.
* coffgrok.c: Likewise.
* filemode.c: Likewise.
* objcopy.c: Likewise.
* objdump.c: Likewise.
* prdbg.c: Likewise.
* stabs.c: Likewise.
* unwind-ia64.c: Likewise.
|
2003-12-06 00:06:12 +00:00 |
Nick Clifton
|
1be5957932
|
Fix 'the the' typo
|
2003-11-06 11:58:58 +00:00 |
Andreas Jaeger
|
2da42df615
|
* addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
unneeded (void *) casts.
* ar.c: Likewise.
* arlex.l: Likewise.
* arparse.y: Likewise.
* arsup.c: Likewise.
* binemul.c: Likewise.
* binemul.h: Likewise.
* bucomm.c: Likewise.
* bucomm.h: Likewise.
* budbg.h: Likewise.
* budemang.c: Likewise.
* budemang.h: Likewise.
* coffdump.c: Likewise.
* coffgrok.c: Likewise.
* cxxfilt.c: Likewise.
* debug.c: Likewise.
* debug.h: Likewise.
* deflex.l: Likewise.
* dlltool.c: Likewise.
* dlltool.h: Likewise.
* dllwrap.c: Likewise.
* emul_aix.c: Likewise.
* filemode.c: Likewise.
* ieee.c: Likewise.
* nlmconv.c: Likewise.
* nlmconv.h: Likewise.
* nlmheader.y: Likewise.
* nm.c: Likewise.
* prdbg.c: Likewise.
* rclex.l: Likewise.
* rcparse.y: Likewise.
* rdcoff.c: Likewise.
* rddbg.c: Likewise.
* rename.c: Likewise.
* resbin.c: Likewise.
* rescoff.c: Likewise.
* resrc.c: Likewise.
* size.c: Likewise.
* srconv.c: Likewise.
* stabs.c: Likewise.
* strings.c: Likewise.
* sysdump.c: Likewise.
* sysinfo.y: Likewise.
* syslex.l: Likewise.
* unwind-ia64.c: Likewise.
* unwind-ia64.h: Likewise.
* version.c: Likewise.
* windres.c: Likewise.
* windres.h: Likewise.
* winduni.c: Likewise.
* wrstabs.c: Likewise.
|
2003-09-14 12:20:17 +00:00 |
Nick Clifton
|
7eb5191ac3
|
Remove redundant defintions of BYTES_IN_WORD and add conditional defintion in
aout64.h.
|
2003-03-06 16:45:42 +00:00 |
Nick Clifton
|
6de15b9e9d
|
For N_SLINE only include function_start_offset if the symbol is within a
function; otherwise, the value is absolute.
|
2003-02-13 10:38:37 +00:00 |
Alan Modra
|
b34976b65a
|
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
|
2002-11-30 08:39:46 +00:00 |
Nick Clifton
|
4b73ca9289
|
Cope with demangling function names that include a double underscore.
|
2002-08-16 11:44:03 +00:00 |
Kazu Hirata
|
d43efbe328
|
* arsup.c: Remove ARGSUSED.
* debug.c: Likewise.
* ieee.c: Likewise.
* nlmconv.c: Likewise.
* prdbg.c: Likewise.
* stabs.c: Likewise.
* wrstabs.c: Likewise.
|
2002-05-26 14:55:04 +00:00 |
Kazu Hirata
|
9f66665ac5
|
* size.c: Fix formatting.
* srconv.c: Likewise.
* stabs.c: Likewise.
* sysdump.c: Likewise.
* unwind-ia64.c: Likewise.
* wrstabs.c: Likewise.
|
2002-05-24 00:33:36 +00:00 |
H.J. Lu
|
3882b01078
|
Locale changes from Bruno Haible <haible@clisp.cons.org>.
|
2001-09-19 05:33:36 +00:00 |
Ben Elliston
|
d81d65845e
|
2001-08-29 Ben Elliston <bje@redhat.com>
* stabs.c (stab_demangle_template): Initialise s4.
|
2001-08-29 10:55:43 +00:00 |
Alan Modra
|
8855cbcaee
|
* stabs.c: Update copyright. Include "filenames.h".
(parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
|
2001-01-24 02:34:07 +00:00 |
Alan Modra
|
3c9f43b196
|
Warning fixes.
|
2000-07-10 14:51:04 +00:00 |
Alan Modra
|
944e5c61c8
|
AAganichev's parse_stab_type size fix.
|
2000-07-01 10:00:05 +00:00 |
Alan Modra
|
3dceb55b37
|
Correct function return types for new and fussy gcc.
|
2000-01-14 23:10:21 +00:00 |
Ian Lance Taylor
|
b4c96d0d37
|
* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
as appropriate. Add variable initializations. Add casts.
* objdump.c (disassemble_bytes): Change j to bfd_vma.
* readelf.c (process_syminfo): Change i to unsigned int.
(display_debug_info): Change abbrev_number to unsigned long.
(process_mips_specific): Change fcnt to size_t.
|
1999-07-11 20:02:30 +00:00 |
Ian Lance Taylor
|
c602a1658f
|
* stabs.c (parse_stab_type): Fix handling of template names with
template parameters containing `::'.
(stab_demangle_type): Handle a qualified name in a pointer to
member.
|
1999-07-08 00:49:04 +00:00 |
Richard Henderson
|
252b5132c7
|
19990502 sourceware import
|
1999-05-03 07:29:11 +00:00 |