Displaying 8 results from an estimated 8 matches for "ufput".
Did you mean:
fput
2010 Jan 15
5
[LLVMdev] LLVM-gcc for ARM
...nd line option:
>>
.../configure --enable-languages=c,c++ --enable-checking --target=arm-eabi
>>
and then
>>
make target_alias=arm-eabi
>>
And then I obtain the following error:
In file included from ../../gcc/config/arm/arm.c:59:
../../../libcpp/internal.h: In function ‘ufputs’:
../../../libcpp/internal.h:693: warning: implicit declaration of function ‘fputs_unlocked’
.../../gcc/config/arm/arm.c: At top level:
.../../gcc/config/arm/arm.c:514: error: ‘MASK_INTERWORK’ undeclared here (not in a function)
.../../gcc/config/arm/arm.c: In function ‘optimization_options’:
.../...
2010 Jan 18
0
[LLVMdev] LLVM-gcc for ARM
...he next command line option:>>../configure --enable-languages=c,c++ --enable-checking --target=arm-eabi>> and then>> make target_alias=arm-eabi>>And then I obtain the following error:In file included from ../../gcc/config/arm/arm.c:59:./../../libcpp/internal.h: In function ‘ufputs’:./../../libcpp/internal.h:693: warning: implicit declaration of function ‘fputs_unlocked’../../gcc/config/arm/arm.c: At top level:../../gcc/config/arm/arm.c:514: error: ‘MASK_INTERWORK’ undeclared here (not in a function)../../gcc/config/arm/arm.c: In function ‘optimization_options’:../../gcc/con...
2010 May 20
2
[LLVMdev] trying to build llvm-gcc for arm, error: 'V1DI_pointer_node' undeclared (first use in this function)
...2.7.source/gcc/../libdecnumber -I../libdecnumber
\
../../llvm-gcc-4.2-2.7.source/gcc/config/arm/arm.c -o arm.o
In file included from ../../llvm-gcc-4.2-2.7.source/gcc/config/arm/arm.c:59:
../../llvm-gcc-4.2-2.7.source/gcc/../libcpp/include/../../libcpp/internal.h:
In function 'ufputs':
../../llvm-gcc-4.2-2.7.source/gcc/../libcpp/include/../../libcpp/internal.h:693:
warning: implicit declaration of function 'fputs_unlocked'
../../llvm-gcc-4.2-2.7.source/gcc/config/arm/arm.c: In function
'arm_init_neon_builtins':
../../llvm-gcc-4.2-2.7.source/gcc/config/arm/a...
2008 Feb 16
0
[LLVMdev] linux/x86-64 codegen support
...f getchar fgetc_unlocked getc_unlocked getchar_unlocked putchar
fputc_unlocked putc_unlocked putchar_unlocked feof_unlocked
ferror_unlocked gnu_dev_major gnu_dev_minor gnu_dev_makedev atof atoi
atol atoll stat lstat fstat mknod cpp_in_system_header ustrcmp ustrncmp
ustrcspn ustrlen uxstrdup ustrchr ufputs one_utf8_to_cppchar
one_cppchar_to_utf8 one_utf8_to_utf32 one_utf32_to_utf8
one_utf8_to_utf16 one_utf16_to_utf8 conversion_loop convert_utf8_utf16
convert_utf8_utf32 convert_utf16_utf8 convert_utf32_utf8
convert_no_conversion convert_using_iconv init_iconv_descHERE!!
cpp_init_iconv _cpp_destroy_i...
2010 Jan 28
1
[LLVMdev] LLVM-gcc for ARM
...option:>>../configure
> --enable-languages=c,c++ --enable-checking --target=arm-eabi>> and then>>
> make target_alias=arm-eabi>>And then I obtain the following error:In file
> included from ../../gcc/config/arm/arm.c:59:./../../libcpp/internal.h: In
> function ‘ufputs’:./../../libcpp/internal.h:693: warning: implicit
> declaration of function ‘fputs_unlocked’../../gcc/config/arm/arm.c: At top
> level:../../gcc/config/arm/arm.c:514: error: ‘MASK_INTERWORK’ undeclared
> here (not in a function)../../gcc/config/arm/arm.c: In function
> ‘optimization_op...
2008 Feb 16
2
[LLVMdev] linux/x86-64 codegen support
Interestingly, in the .i file there are 2 __builtin_alloca, and
EmitBuiltinAlloca is only being called once.
Andrew
On 2/16/08, Andrew Lenharth <andrewl at lenharth.org> wrote:
> libcpp/charset.c:631 turns into:
>
> %tmp16 = tail call i64 @strlen( i8* %to ) nounwind readonly
> ; <i64> [#uses=1]
> %tmp18 = tail call i64 @strlen( i8* %from ) nounwind
2010 May 20
0
[LLVMdev] trying to build llvm-gcc for arm, error: 'V1DI_pointer_node' undeclared (first use in this function)
...cnumber -I../libdecnumber
> \
> ../../llvm-gcc-4.2-2.7.source/gcc/config/arm/arm.c -o arm.o
> In file included from ../../llvm-gcc-4.2-2.7.source/gcc/config/arm/arm.c:59:
> ../../llvm-gcc-4.2-2.7.source/gcc/../libcpp/include/../../libcpp/internal.h:
> In function 'ufputs':
> ../../llvm-gcc-4.2-2.7.source/gcc/../libcpp/include/../../libcpp/internal.h:693:
> warning: implicit declaration of function 'fputs_unlocked'
> ../../llvm-gcc-4.2-2.7.source/gcc/config/arm/arm.c: In function
> 'arm_init_neon_builtins':
> ../../llvm-gcc-4.2-2....
2008 Feb 16
3
[LLVMdev] linux/x86-64 codegen support
...cked getc_unlocked getchar_unlocked putchar
> fputc_unlocked putc_unlocked putchar_unlocked feof_unlocked
> ferror_unlocked gnu_dev_major gnu_dev_minor gnu_dev_makedev atof atoi
> atol atoll stat lstat fstat mknod cpp_in_system_header ustrcmp ustrncmp
> ustrcspn ustrlen uxstrdup ustrchr ufputs one_utf8_to_cppchar
> one_cppchar_to_utf8 one_utf8_to_utf32 one_utf32_to_utf8
> one_utf8_to_utf16 one_utf16_to_utf8 conversion_loop convert_utf8_utf16
> convert_utf8_utf32 convert_utf16_utf8 convert_utf32_utf8
> convert_no_conversion convert_using_iconv init_iconv_descHERE!!
> cpp_...