Skip to content
Snippets Groups Projects
Commit 9f19daf6 authored by Matthew McGill's avatar Matthew McGill
Browse files

Merge branch 'thanos_support' into 'master'

Thanos support

See merge request allnp/peasoup_examples!2

Former-commit-id: 4ed1a54d9436a5cb085fcdd89a380746f1237209
parents 57f6b746 1d788277
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@ cgc_spri/spawner
chopzero_src/chopzero
manifest.txt.config
tests/tmp*
*.swp
......@@ -80,7 +80,7 @@ CREATE TABLE #ITN#
CREATE TABLE #RTN#
(
reloc_id SERIAL PRIMARY KEY, -- id in the table
reloc_id integer, -- id in the table
reloc_offset integer DEFAULT 0, -- how far into the object/instruction is the relocation
reloc_type text DEFAULT '', -- what type is the relocation.
instruction_id integer DEFAULT -1, -- the object/instruction for this reloc, field name is anachronistic.
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment