diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-25 12:51:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-25 12:51:38 +0000 |
commit | e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae (patch) | |
tree | e6ee3f2b7387c34bf4b21d1303991cb8320ff0ed /binutils/unwind-ia64.h | |
parent | f742faa65b6878de6c7731e0055b30e5798e867c (diff) | |
download | binutils-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.zip binutils-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.gz binutils-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.bz2 |
* arlex.l: Use #include "" instead of <> for local header files.
* coffdump.c: Likewise.
* coffgrok.c: Likewise.
* nlmconv.c: Likewise.
* nlmheader.y: Likewise.
* srconv.c: Likewise.
* strings.c: Likewise.
* sysdump.c: Likewise.
* unwind-ia64.h: Likewise.
* windres.h: Likewise.
* winduni.h: Likewise.
Diffstat (limited to 'binutils/unwind-ia64.h')
-rw-r--r-- | binutils/unwind-ia64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/unwind-ia64.h b/binutils/unwind-ia64.h index d80e46a..7d5033d 100644 --- a/binutils/unwind-ia64.h +++ b/binutils/unwind-ia64.h @@ -1,5 +1,5 @@ /* unwind-ia64.h -- dump IA-64 unwind info. - Copyright 2000, 2001 Free Software Foundation, Inc. + Copyright 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of GNU Binutils. @@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <elf/ia64.h> -#include <ansidecl.h> +#include "elf/ia64.h" +#include "ansidecl.h" #define UNW_VER(x) ((x) >> 48) #define UNW_FLAG_MASK 0x0000ffff00000000 |