isa-l/include
Yibo Cai 57eed2f02b aarch64: Cleanup build issues
This patch addresses one build failure and fixes several build warnings
for Arm (some for x86 too).

- Fix dynamic relocation link failure of ld.bfd 2.30 on Arm
  [log] relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `xor_gen_neon' which may bind externally can not be used when making a shared object

- Add arch dependent "other_tests" to exclude x86 specific tests on Arm
  [log] isa-l/erasure_code/gf_2vect_dot_prod_sse_test.c:181: undefined reference to `gf_2vect_dot_prod_sse'

- Check "fread" return value to fix gcc warnings on Arm and x86
  [log] warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
        fread(in_buf, 1, in_size, in_file);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Fix issue of comparing "char" with "int" on Arm. "char" is unsigned
  on Arm by default, an unsigned char will never equal to EOF(-1).
  [Log] programs/igzip_cli.c:318:31: warning: comparison is always true due to limited range of data type [-Wtype-limits]
        while (tmp != '\n' && tmp != EOF)
                                  ^~

- Include <stdlib.h> to several files to fix build warnings on Arm
  [log] igzip/igzip_inflate_perf.c:339:5: warning: incompatible implicit declaration of built-in function ‘exit’
        exit(0);
        ^~~~

Change-Id: I82c1b63316b634b3d398ffba2ff815679d9051a8
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2019-03-20 10:15:40 +08:00
..
crc64.h Format only patch from iindent and remove_whitespace 2017-06-26 04:10:47 -04:00
crc.h crc: Add t10dif+copy function 2017-12-18 15:59:17 -07:00
erasure_code.h build: Add multi-arch autoconf support 2018-12-10 13:40:55 -07:00
gf_vect_mul.h build: Add multi-arch autoconf support 2018-12-10 13:40:55 -07:00
igzip_lib.h igzip: export isal_adler32 2019-02-10 13:37:52 -07:00
mem_routines.h mem: Add zero detect memory functions 2018-09-25 14:33:31 -07:00
multibinary_arm.h aarch64: Cleanup build issues 2019-03-20 10:15:40 +08:00
multibinary.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
raid.h build: Add multi-arch autoconf support 2018-12-10 13:40:55 -07:00
reg_sizes.asm build: Fix for mac nasm lack of symbol types 2018-11-29 13:54:36 -07:00
test.h test: Fix c99 warn in perf helper functions 2019-03-18 15:07:47 -07:00
types.h types.h: remove [U]INT{8,16,32,64} typedefs 2018-03-29 09:35:25 -07:00
unaligned.h igzip: Remove unaligned stores 2019-03-07 09:27:50 -07:00