summaryrefslogtreecommitdiff
path: root/binutils/unwind-ia64.c
Commit message (Collapse)AuthorAgeFilesLines
* Change sources over to using GPLv3Nick Clifton2007-07-051-13/+14
|
* * unwind-ia64.c (UNW_DEC_SPILL_SPREL, UNW_DEC_SPILL_PSPREL,Jakub Jelinek2005-08-161-4/+4
| | | | | UNW_DEC_RESTORE, UNW_DEC_SPILL_REG): Increase {,ab,t}regname buffer sizes.
* Update FSF addressNick Clifton2005-05-081-1/+1
|
* update copyright datesAlan Modra2005-03-031-1/+1
|
* * 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.
* * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger2003-09-141-132/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * unwind-ia64.c (unw_print_brmask): Don't use sprintf.Alan Modra2002-05-271-11/+26
| | | | | (unw_print_grmask): Likewise. (unw_print_frmask): Likewise.
* * size.c: Fix formatting.Kazu Hirata2002-05-241-1/+1
| | | | | | | | * srconv.c: Likewise. * stabs.c: Likewise. * sysdump.c: Likewise. * unwind-ia64.c: Likewise. * wrstabs.c: Likewise.
* 2002-01-29 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-291-1/+1
| | | | | * unwind-ia64.c (unw_decoder): Change second argument to unsigned int, to match function prototypes.
* * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.Jeff Law2001-11-101-39/+39
| | | | | | | | | (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise. (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise. (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise. (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise. (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise. (unw_decode_b2, unw_decode_b3_b4): Likewise.
* * coffgrok.h: Add missing parameter for prototype of coff_grok.Andreas Jaeger2001-08-211-0/+6
| | | | | | | | | | | | * sysdump.c: Add missing prototypes. * srconv.c: Likewise. * unwind-ia64.c: Likewise. * coffdump.c: Likewise. * sysinfo.y: Print prototypes, include <ansidecl.h>. * coffgrok.c: Add missing prototypes, include libiberty.h instead of declaring xcalloc.
* * unwind-ia64.c (unw_decode_x1): Add unused attribute forAndreas Jaeger2001-06-231-4/+4
| | | | | | | parameter 'code'. (unw_decode_x2): Likewise. (unw_decode_x3): Likewise. (unw_decode_x4): Likewise.
* Fix typos in ChangeLogs and update copyright noticesNick Clifton2001-03-131-1/+1
|
* * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and stringMichael Sokolov2001-02-111-127/+124
| | | | literal concatenation.
* Add -u option toi readelf to display unwind info.Nick Clifton2001-02-071-0/+1111
Add support to display unwind info for IA64 binaries.