diff options
author | 2005-07-23 06:39:56 +0000 | |
---|---|---|
committer | 2005-07-23 06:39:56 +0000 | |
commit | 50f84058a609aa9844bcdd2d3d6c5d2ff31763b0 (patch) | |
tree | ab3cbdedfd542435ace302f37d88b44f4943ddad /TODO | |
parent | touchup macro expansion to work around a bug in gcc-2 (diff) | |
download | pax-utils-50f84058a609aa9844bcdd2d3d6c5d2ff31763b0.tar.gz pax-utils-50f84058a609aa9844bcdd2d3d6c5d2ff31763b0.tar.bz2 pax-utils-50f84058a609aa9844bcdd2d3d6c5d2ff31763b0.zip |
macros work with gcc-2 now
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Fix these warnings when building on ia64/sparc: +Fix these warnings when building on arm/hppa/ia64/sparc: scanelf.c: In function `scanelf_file_textrel': scanelf.c:241: warning: cast increases required alignment of target type scanelf.c:242: warning: cast increases required alignment of target type @@ -7,6 +7,3 @@ due to: rel = REL ## B (elf->data + EGET(shdr[s].sh_offset)); \ rela = RELA ## B (elf->data + EGET(shdr[s].sh_offset)); \ sym = SYM ## B (elf->data + EGET(symtab->sh_offset)); \ - - -Fix warn/warnf/etc macros ## args does not work with gcc-2.9x |