diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-03 06:17:33 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-03 06:17:33 +0000 |
commit | 5c9447f2404b5360adfe707fe0589fef24099834 (patch) | |
tree | f12f99097c64e655b05b6ea40051798edb1a610e /gcc/lto/common.h | |
parent | e1a03d245eace16ae09fbcda2f7480a99845ccf1 (diff) | |
download | gcc-5c9447f2404b5360adfe707fe0589fef24099834.tar.gz |
2011-10-03 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 179444 using svnmerge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@179445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto/common.h')
-rw-r--r-- | gcc/lto/common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/lto/common.h b/gcc/lto/common.h index e82184795ba..6f9a6928916 100644 --- a/gcc/lto/common.h +++ b/gcc/lto/common.h @@ -20,7 +20,7 @@ along with GCC; see the file COPYING3. If not see -static const char *lto_resolution_str[9] = +static const char *lto_resolution_str[10] = { "UNKNOWN", "UNDEF", @@ -30,5 +30,6 @@ static const char *lto_resolution_str[9] = "PREEMPTED_IR", "RESOLVED_IR", "RESOLVED_EXEC", - "RESOLVED_DYN" + "RESOLVED_DYN", + "PREVAILING_DEF_IRONLY_EXP", }; |