File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -407,11 +407,11 @@ a BB address map table for every function.
407
407
The ``SHT_LLVM_BB_ADDR_MAP `` type provides backward compatibility to allow
408
408
reading older versions of the BB address map generated by older compilers (up to
409
409
two years old). Each function entry starts with a version byte which specifies
410
- the encoding version to use. This follows by a feature byte which specifies the
411
- features specific to this particular entry. The function base address is stored
412
- as a full address. Other addresses in the entry (block begin and end addresses
413
- and callsite addresses) are stored in a running-offset fashion, as offset
414
- relative to the prior address .
410
+ the encoding version to use. This is followed by a feature byte which specifies
411
+ the features specific to this particular entry. The function base address is
412
+ stored as a full address. Other addresses in the entry (block begin and end
413
+ addresses and callsite addresses) are stored in a running-offset fashion, as
414
+ offsets relative to prior addresses .
415
415
416
416
The following versioning schemes are currently supported (newer versions support
417
417
features of the older versions).
@@ -450,6 +450,7 @@ The first range corresponds to the function entry.
450
450
Example:
451
451
452
452
.. code-block :: gas
453
+
453
454
.section ".llvm_bb_addr_map","",@llvm_bb_addr_map
454
455
.byte 2 # version number
455
456
.byte 8 # feature byte
You can’t perform that action at this time.
0 commit comments