-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
binutils: support relocs in
law
for array iterators
Signed-off-by: Filip Kokosiński <[email protected]>
- Loading branch information
1 parent
f732099
commit 4e05c96
Showing
4 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ MEMORY | |
|
||
SECTIONS | ||
{ | ||
.text : | ||
.text 0x12c : | ||
{ | ||
*(.text) | ||
} > ram | ||
|
||
.data 0x400 : | ||
.data : | ||
{ | ||
*(.data) | ||
} > ram | ||
|
Submodule pdp1-binutils
updated
3 files
+2 −2 | bfd/dec-rim.c | |
+0 −0 | gas/config/.dirstamp | |
+21 −15 | gas/config/tc-pdp1.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters