isa-l/tests/fuzz
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
..
igzip_checked_inflate_fuzz_test.c igzip: Implement limited window size for inflate 2018-09-20 11:12:02 -07:00
igzip_dump_inflate_corpus.c igzip: Fixup a few labels and return warnings 2018-11-29 16:37:56 -07:00
igzip_fuzz_inflate.c aarch64: Cleanup build issues 2019-03-20 10:15:40 +08:00
igzip_simple_inflate_fuzz_test.c test: Add llvm fuzz testing 2017-11-17 17:28:27 -07:00
igzip_simple_round_trip_fuzz_test.c igzip: Remove undefined unaligned loads 2019-03-07 09:27:50 -07:00
Makefile.am test: Change fuzz object to link .o instead of .lo 2018-05-01 16:30:45 -07:00
Makefile.unx test: Add llvm fuzz testing 2017-11-17 17:28:27 -07:00