Files
tinycc/tests
herman ten brugge 0821940e26 text relocation for netbsd
netbsd does not allow text relocations in text segment.

tcc.h:
- Add data_ro_section
- Fix typo rela.plt

tccelf.c:
- Add data_ro_section
- Make bounds_section/lbounds_section rw
- Add GNU_RELRO section for data_ro_section/bounds_section/lbounds_section
- Fix relocation for __dso_handle in atexit()

tccgen.c:
- Use data_ro_section

x86_64-gen.c:
- Use R_X86_64_PC32 instead of R_X86_64_64 for bounds checking

tests/Makefile, tests/tests2/Makefile
- Enable dll tests for netbsd
2020-12-30 14:08:06 +01:00
..
2020-12-16 17:52:59 +01:00
2020-12-30 14:08:06 +01:00
2017-09-24 18:03:26 -07:00
2020-12-16 17:52:59 +01:00
2020-12-16 17:52:59 +01:00
2017-12-03 04:53:50 +01:00
2020-09-17 09:11:10 +02:00
2020-07-05 14:01:50 +02:00
2020-12-30 14:08:06 +01:00
2020-12-07 08:27:10 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00