mes/lib/x86-mes
Jan Nieuwenhuizen 125b43acc8
mescc: Update elf32-header for linux-4.17.
Previously, our binaries showed this

    $ readelf -s scaffold/main.mes-out
    There are 2 program headers, starting at offset 64

    Program Headers:
      Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
      LOAD           0x000000 0x01000000 0x01000000 0x0557c 0x0557c RWE 0x1
      LOAD           0x000000 0x01000000 0x01000000 0x0557c 0x0557c RWE 0x1

     Section to Segment mapping:
      Segment Sections...
       00     .text .data
       01     .text .data

Linux-4.17 refuses to run this and says

    Uhuuh, elf segment at 0000000001000000 requested but the memory is mapped already
    Segmentation fault

* lib/x86-mes/elf32-header.hex2: Remove unused data program header.
2018-06-16 08:32:12 +02:00
..
elf-0footer.hex2 build: Use arch-dir. 2018-05-29 20:07:46 +02:00
elf32-0header.hex2 build: Use arch-dir. 2018-05-29 20:07:46 +02:00
elf32-body-exit-42.hex2 build: Use arch-dir. 2018-05-29 20:07:46 +02:00
elf32-footer-single-main.hex2 build: Use arch-dir. 2018-05-29 20:07:46 +02:00
elf32-header.hex2 mescc: Update elf32-header for linux-4.17. 2018-06-16 08:32:12 +02:00
exit-42.c build: Use arch-dir. 2018-05-29 20:07:46 +02:00
x86.M1 mescc: Support glibc-1.06.4. 2018-06-03 18:54:26 +02:00