diff options
author | Kai Tietz <ktietz@gcc.gnu.org> | 2008-07-04 14:38:46 +0200 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2008-07-04 14:38:46 +0200 |
commit | 1d79e31d96c322196a37c897c4cf02672416aae0 (patch) | |
tree | 0e9e7ec0b2245baf28771eddb44c22187087a92f /gcc/target.h | |
parent | 48325d73d3745ac658a623db37f661adab495d0e (diff) | |
download | gcc-1d79e31d96c322196a37c897c4cf02672416aae0.zip gcc-1d79e31d96c322196a37c897c4cf02672416aae0.tar.gz gcc-1d79e31d96c322196a37c897c4cf02672416aae0.tar.bz2 |
Revert 137452.
From-SVN: r137457
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/target.h b/gcc/target.h index 1185243..012d1c0 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -697,12 +697,6 @@ struct gcc_target /* Create the __builtin_va_list type. */ tree (* build_builtin_va_list) (void); - /* Get the cfun/fndecl calling abi __builtin_va_list type. */ - tree (* fn_abi_va_list) (tree); - - /* Get the __builtin_va_list type dependent on input type. */ - tree (* canonical_va_list_type) (tree); - /* Expand the __builtin_va_start builtin. */ void (* expand_builtin_va_start) (tree valist, rtx nextarg); |