diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-17 23:56:41 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-17 23:56:41 +0000 |
commit | c3bdbc8f1a8b0ca786f26ffa29b3445e2f823e1c (patch) | |
tree | c0c183a61393e3f02dd1b8b6ec8d70e74d331871 /gcc/xcoffout.h | |
parent | 13ffe55f99440fec09ab4d8ba8bf8d448a6db83c (diff) | |
download | gcc-c3bdbc8f1a8b0ca786f26ffa29b3445e2f823e1c.tar.gz |
Merge to 148549.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/transactional-memory@148636 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 2143192c38f..caf8b08cc0b 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -1,6 +1,6 @@ /* XCOFF definitions. These are needed in dbxout.c, final.c, and xcoffout.h. - Copyright (C) 1998, 2000, 2002, 2003, 2004, 2007 + Copyright (C) 1998, 2000, 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. @@ -182,4 +182,4 @@ extern void xcoffout_end_function (unsigned int); extern void xcoffout_end_block (unsigned, unsigned); extern int xcoff_assign_fundamental_type_number (tree); extern void xcoffout_declare_function (FILE *, tree, const char *); -extern void xcoffout_source_line (unsigned int, const char *); +extern void xcoffout_source_line (unsigned int, const char *, int); |