summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2023-09-15 15:36:58 +0100
committerPeter Maydell <peter.maydell@linaro.org>2023-09-21 14:27:41 +0100
commit1321d84457a36cae0f59d2fcd5aff3af50a93b7d (patch)
tree47847024bb78393450d0e97c92a60886ed725dc2
parent55394dcbec8f0c29c30e792c102a0edd50a52bf4 (diff)
downloadfocaccia-qemu-1321d84457a36cae0f59d2fcd5aff3af50a93b7d.tar.gz
focaccia-qemu-1321d84457a36cae0f59d2fcd5aff3af50a93b7d.zip
target/m68k: Add URL to semihosting spec
The spec for m68k semihosting is documented in the libgloss
sources. Add a comment with the URL for it, as we already
have for nios2 semihosting.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230801154451.3505492-1-peter.maydell@linaro.org
-rw-r--r--target/m68k/m68k-semi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/m68k/m68k-semi.c b/target/m68k/m68k-semi.c
index 239f6e44e9..80cd8d70db 100644
--- a/target/m68k/m68k-semi.c
+++ b/target/m68k/m68k-semi.c
@@ -15,6 +15,10 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ *
+ *  The semihosting protocol implemented here is described in the
+ *  libgloss sources:
+ *  https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=libgloss/m68k/m68k-semi.txt;hb=HEAD
  */
 
 #include "qemu/osdep.h"