summaryrefslogtreecommitdiff
path: root/share/gdb/syscalls/gdb-syscalls.dtd
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-11-03 01:22:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-03 01:22:39 +0000
commitc8ead95de4533944aca1c82171f6aec90ed48aff (patch)
tree4f013987a4adb4fd9b94e07ec45ac5717a8931e6 /share/gdb/syscalls/gdb-syscalls.dtd
parenta58c9b6318a028fc25699eb631fa459b40ee74de (diff)
parent3cb712954ba63fbb68a79ba4f3c89bd07c86dfe0 (diff)
downloadarm-linux-androideabi-4.7-c8ead95de4533944aca1c82171f6aec90ed48aff.tar.gz
Merge "Remove arm-linux-androideabi gcc-4.7 bins, libs, and includes"HEADmastermain
Diffstat (limited to 'share/gdb/syscalls/gdb-syscalls.dtd')
-rw-r--r--share/gdb/syscalls/gdb-syscalls.dtd14
1 files changed, 0 insertions, 14 deletions
diff --git a/share/gdb/syscalls/gdb-syscalls.dtd b/share/gdb/syscalls/gdb-syscalls.dtd
deleted file mode 100644
index 05c1ccf..0000000
--- a/share/gdb/syscalls/gdb-syscalls.dtd
+++ /dev/null
@@ -1,14 +0,0 @@
-<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
-
- Copying and distribution of this file, with or without modification,
- are permitted in any medium without royalty provided the copyright
- notice and this notice are preserved. -->
-
-<!-- The root element of a syscall info is <syscalls-info>. -->
-
-<!ELEMENT syscalls-info (syscall*)>
-
-<!ELEMENT syscall EMPTY>
-<!ATTLIST syscall
- name CDATA #REQUIRED
- number CDATA #REQUIRED>