aboutsummaryrefslogtreecommitdiff
path: root/gas/NOTES
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-12-21 17:54:38 +0000
committerKen Raeburn <raeburn@cygnus>1993-12-21 17:54:38 +0000
commit0c3cab7aacb7e60306be0e798824803dca8d08d9 (patch)
treec91ef840d8608ce7dbe142a6712f124d48d86e9d /gas/NOTES
parenta2805287bdde850b5a70f75588d457346677189a (diff)
downloadgdb-0c3cab7aacb7e60306be0e798824803dca8d08d9.zip
gdb-0c3cab7aacb7e60306be0e798824803dca8d08d9.tar.gz
gdb-0c3cab7aacb7e60306be0e798824803dca8d08d9.tar.bz2
Add TODO list item from observing Solaris assembler.
Diffstat (limited to 'gas/NOTES')
-rw-r--r--gas/NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/NOTES b/gas/NOTES
index 924a0ae..7d61599 100644
--- a/gas/NOTES
+++ b/gas/NOTES
@@ -78,6 +78,12 @@ Clean up comments; lots of 'em are one previous maintainer griping about
another previous maintainer, unrelated to the code. (And with no names,
they're not so fun to read. :-)
+For sparc: "call 0" becomes "jmpl %g0,%l7", and similarly for absolute
+addresses in -4096...4095. (Solaris assembler does this. No
+relocation required, no absolute symbol needed.) For addresses
+outside the range, for COFF, keep generating an absolute symbol to use
+for relocs.
+
Get Steve to document H8/500 stuff (and others).
Improve test suite. Incorporate more reported net bugs, and non-confidential