* config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
[binutils-gdb.git] / gdb / features / library-list.dtd
blobffb4ea5ca51c9e203615c01bd3ca92711e810688
1 <!-- Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
3 Copying and distribution of this file, with or without modification,
4 are permitted in any medium without royalty provided the copyright
5 notice and this notice are preserved. -->
7 <!-- library-list: Root element with versioning -->
8 <!ELEMENT library-list (library)*>
9 <!ATTLIST library-list version CDATA #FIXED "1.0">
11 <!ELEMENT library (segment*, section*)>
12 <!ATTLIST library name CDATA #REQUIRED>
14 <!ELEMENT segment EMPTY>
15 <!ATTLIST segment address CDATA #REQUIRED>
17 <!ELEMENT section EMPTY>
18 <!ATTLIST section address CDATA #REQUIRED>