Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Side by Side Diff: gdb/features/library-list.dtd

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/features/i386/x32-linux.xml ('k') | gdb/features/library-list-aix.dtd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- Copyright (C) 2007-2012 Free Software Foundation, Inc. 1 <!-- Copyright (C) 2007-2013 Free Software Foundation, Inc.
2 2
3 Copying and distribution of this file, with or without modification, 3 Copying and distribution of this file, with or without modification,
4 are permitted in any medium without royalty provided the copyright 4 are permitted in any medium without royalty provided the copyright
5 notice and this notice are preserved. --> 5 notice and this notice are preserved. -->
6 6
7 <!-- library-list: Root element with versioning --> 7 <!-- library-list: Root element with versioning -->
8 <!ELEMENT library-list (library)*> 8 <!ELEMENT library-list (library)*>
9 <!ATTLIST library-list version CDATA #FIXED "1.0"> 9 <!ATTLIST library-list version CDATA #FIXED "1.0">
10 10
11 <!ELEMENT library (segment*, section*)> 11 <!ELEMENT library (segment*, section*)>
12 <!ATTLIST library name CDATA #REQUIRED> 12 <!ATTLIST library name CDATA #REQUIRED>
13 13
14 <!ELEMENT segment EMPTY> 14 <!ELEMENT segment EMPTY>
15 <!ATTLIST segment address CDATA #REQUIRED> 15 <!ATTLIST segment address CDATA #REQUIRED>
16 16
17 <!ELEMENT section EMPTY> 17 <!ELEMENT section EMPTY>
18 <!ATTLIST section address CDATA #REQUIRED> 18 <!ATTLIST section address CDATA #REQUIRED>
OLDNEW
« no previous file with comments | « gdb/features/i386/x32-linux.xml ('k') | gdb/features/library-list-aix.dtd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698