Add archives and make stamps to the .gitignore file.
[deliverable/binutils-gdb.git] / binutils / elfcomm.h
index 6ffd0c17b546a2cfdf46a44c97ebbb298d419707..f9c43d1d08805f01a497c66db5a40e968a03d1ec 100644 (file)
 void error (const char *, ...) ATTRIBUTE_PRINTF_1;
 void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
 
-#if defined HAVE_LONG_LONG && SIZEOF_LONG_LONG > SIZEOF_LONG
-/* We can't use any bfd types here since readelf may define BFD64 and
-   objdump may not.  */
-#define HOST_WIDEST_INT        long long
-#else
-#define HOST_WIDEST_INT long
-#endif
 typedef unsigned HOST_WIDEST_INT elf_vma;
 
 extern void (*byte_put) (unsigned char *, elf_vma, int);
This page took 0.024063 seconds and 4 git commands to generate.