summaryrefslogtreecommitdiff
path: root/binutils/stabs.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Ian Lance Taylor2004-01-121-1/+1
|
* * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.Ian Lance Taylor2004-01-121-1/+303
| | | | | | (stab_demangle_argtypes): Likewise. (stab_demangle_v3_argtypes): New static function. (stab_demangle_v3_arg): New static function.
* * ChangeLog-9197: Fix comment typos.Kazu Hirata2003-12-061-1/+1
| | | | | | | | | | * coffgrok.c: Likewise. * filemode.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * unwind-ia64.c: Likewise.
* Fix 'the the' typoNick Clifton2003-11-061-1/+1
|
* * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger2003-09-141-309/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove redundant defintions of BYTES_IN_WORD and add conditional defintion inNick Clifton2003-03-061-23/+8
| | | | aout64.h.
* For N_SLINE only include function_start_offset if the symbol is within aNick Clifton2003-02-131-5/+7
| | | | function; otherwise, the value is absolute.
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-465/+476
| | | | comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
* Cope with demangling function names that include a double underscore.Nick Clifton2002-08-161-23/+30
|
* * arsup.c: Remove ARGSUSED.Kazu Hirata2002-05-261-1/+0
| | | | | | | | | * debug.c: Likewise. * ieee.c: Likewise. * nlmconv.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * wrstabs.c: Likewise.
* * size.c: Fix formatting.Kazu Hirata2002-05-241-29/+29
| | | | | | | | * srconv.c: Likewise. * stabs.c: Likewise. * sysdump.c: Likewise. * unwind-ia64.c: Likewise. * wrstabs.c: Likewise.
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-25/+25
|
* 2001-08-29 Ben Elliston <bje@redhat.com>Ben Elliston2001-08-291-1/+1
| | | | * stabs.c (stab_demangle_template): Initialise s4.
* * stabs.c: Update copyright. Include "filenames.h".Alan Modra2001-01-241-15/+5
| | | | (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
* Warning fixes.Alan Modra2000-07-101-2/+2
|
* AAganichev's parse_stab_type size fix.Alan Modra2000-07-011-0/+1
|
* Correct function return types for new and fussy gcc.Alan Modra2000-01-141-6/+6
|
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-4/+4
| | | | | | | | 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.
* * stabs.c (parse_stab_type): Fix handling of template names withIan Lance Taylor1999-07-081-23/+44
| | | | | | template parameters containing `::'. (stab_demangle_type): Handle a qualified name in a pointer to member.
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+5188