36 Commits

Author SHA1 Message Date
Mikael Pettersson
1e92b66d9c Revert "pdp10_opcodes: use BASIC format with separate flag for A_UNUSED insns"
This reverts commit 3f80870025.
2025-08-13 14:34:19 +02:00
Mikael Pettersson
4206dc5415 stdint.hrl: also support 8/16/32/64-bit integers 2025-08-13 14:34:19 +02:00
Mikael Pettersson
dcc1e86f5d stdint.hrl: move size-dependent min/max computations to helper macros 2025-08-13 14:34:19 +02:00
Mikael Pettersson
7348b7776b rename pdp10_stdint.hrl to stdint.hrl, drop PDP10_ prefixes from macros 2025-08-13 14:34:19 +02:00
Mikael Pettersson
c6091d8803 libelf.hrl: move PDP-10 reloc declarations to new pdp10_relocs.hrl 2025-08-13 14:34:19 +02:00
Mikael Pettersson
77d7658247 rename pdp10_elf36.hrl to libelf.hrl 2025-08-13 14:29:21 +02:00
Mikael Pettersson
78a2a4f827 pdp10_elf36: make types and macros generic ELF and not ELF-36 specific 2025-08-11 20:22:37 +02:00
Mikael Pettersson
c21cf1422a pdp10_elf36.hrl: sync with binutils-2.45 ELF definitions 2025-08-09 12:08:59 +02:00
Mikael Pettersson
3f80870025 pdp10_opcodes: use BASIC format with separate flag for A_UNUSED insns
This matches reality better: A is may-be-zero (preferred) not must-be-zero.
2025-07-21 15:56:23 +02:00
Mikael Pettersson
52ad811aa0 pdp10_opcodes: fix dialyzer error with OTP-28.0-rc3 2025-04-20 12:19:50 +02:00
Mikael Pettersson
63746bbc93 pdp10_elf36.hrl: sync with binutils-2.44 ELF definitions 2025-04-19 23:43:00 +02:00
Mikael Pettersson
4edce6a058 pdp10_elf36.hrl: sync with binutils-2.43 ELF definitions 2025-04-19 19:56:32 +02:00
Mikael Pettersson
80e12bf0c8 pdp10_elf36.hrl: add missing AT_HWCAP2 macro 2025-04-19 15:59:20 +02:00
Mikael Pettersson
829dddbe69 pdp10_elf36.hrl: sync with binutils-2.42 ELF definitions 2025-04-19 15:57:07 +02:00
Mikael Pettersson
dfd5ef162e drop 'clone' from tool descriptions 2023-08-19 19:03:47 +02:00
Mikael Pettersson
c32f4c9bdd pdp10_elf36.hrl: sync with binutils-2.41 ELF definitions 2023-08-06 14:27:58 +02:00
Mikael Pettersson
e5102b555b ar: move archive I/O code to new archive library 2023-08-05 21:14:27 +02:00
Mikael Pettersson
e7ef52ddab ar: move pdp10_ar.hrl to the lib application 2023-08-05 21:14:27 +02:00
Mikael Pettersson
c0ae20c6e2 pdp10_elf36.hrl: sync with binutils-2.40 ELF definitions 2023-01-22 16:35:18 +01:00
Mikael Pettersson
e561bf30b0 pdp10_elf36.hrl: sync with binutils-2.39 ELF definitions 2022-08-08 18:56:45 +02:00
Mikael Pettersson
97d4fe9564 pdp10_elf36.hrl: sync with binutils-2.38 ELF definitions 2022-02-09 22:17:52 +01:00
Mikael Pettersson
96dd45fc5b pdp10_elf36.hrl: sync with binutils-2.37 ELF definitions 2021-08-12 19:50:06 +02:00
Mikael Pettersson
c9e955132b pdp10_elf36.hrl: sync with binutils-2.35 ELF definitions 2020-07-28 14:08:18 +02:00
Mikael Pettersson
ca515b376e pdp10_elf36.hrl: define ELF36_PHDR_SIZEOF 2020-06-06 14:31:38 +02:00
Mikael Pettersson
5c99f6bafc pdp10_elf36.hrl: fix typo in description for STV_HIDDEN 2020-03-23 00:37:58 +01:00
Mikael Pettersson
43f78e318a pdp10_elf36.hrl: sync with binutils-2.34 ELF definitions 2020-03-04 16:24:22 +01:00
Mikael Pettersson
721a5a2e3e pdp10_elf36.hrl: define ELF36_RELA_SIZEOF 2020-02-26 17:27:12 +01:00
Mikael Pettersson
b799f7a55a pdp10_elf36.hrl: add relocations for literals 2020-02-22 16:42:29 +01:00
Mikael Pettersson
41a26ca60a pdp10_stdint.hrl: add ranges and types for 9- and 18-bit signed integers 2020-02-16 21:39:35 +01:00
Mikael Pettersson
a67a1afce9 pdp10_elf36.hrl: initial PDP10 ELF relocation types 2020-01-19 20:38:10 +01:00
Mikael Pettersson
aa8791f897 pdp10_elf36: return {Sh,Sym}Tab with s{h,t}_name:s already translated, do not return {Sh,}StrTab; nm: adjust 2019-08-28 21:11:45 +02:00
Mikael Pettersson
c184c9b4a8 pdp10_elf36.hrl: sync with binutils-2.32 ELF definitions 2019-07-31 17:23:21 +02:00
Mikael Pettersson
730bffc28b pdp10_opcodes: rewrite in Erlang, resolve ambiguities 2019-07-30 18:24:38 +02:00
Mikael Pettersson
fbd15cc2ba pdp10_elf36.hrl: sync with binutils-2.31.1 ELF definitions 2019-01-27 21:09:32 +01:00
Mikael Pettersson
12a96bd910 pdp10_elf36.hrl: Erlang version of pdp10-elf36.h 2019-01-27 17:47:49 +01:00
Mikael Pettersson
0e363453b0 pdp10_stdint.hrl: Erlang version of pdp10-stdint.h 2019-01-27 17:46:38 +01:00