X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_symbol.asm;h=4c6166c5b8fb5fdbc946f0e7a2f9c1d23449718b;hp=aa59fc820dd52181c35731b1655331bd8610fbe1;hb=e70e95962c26832628d586e07f9cd1a2e1852d72;hpb=f1e128d5c205f347c43202e00492a14410ac43e6 diff --git a/palacios/src/palacios/vmm_symbol.asm b/palacios/src/palacios/vmm_symbol.asm index aa59fc8..4c6166c 100644 --- a/palacios/src/palacios/vmm_symbol.asm +++ b/palacios/src/palacios/vmm_symbol.asm @@ -1,8 +1,31 @@ -; Symbol mangling macros -; Copyright (c) 2001, David H. Hovemeyer -; (c) 2008, Jack Lange -; (c) 2008, The V3VEE Project -; $Revision: 1.1 $ +; -*- fundamental -*- +;; +;; Symbol mangling macros +;; Copyright (c) 2001, David H. Hovemeyer +;; +;; Permission is hereby granted, free of charge, to any person +;; obtaining a copy of this software and associated documentation +;; files (the "Software"), to deal in the Software without restriction, +;; including without limitation the rights to use, copy, modify, merge, +;; publish, distribute, sublicense, and/or sell copies of the Software, +;; and to permit persons to whom the Software is furnished to do so, +;; subject to the following conditions: +;; +;; The above copyright notice and this permission notice shall be +;; included in all copies or substantial portions of the Software. +;; +;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +;; ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +;; TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +;; PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +;; SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +;; FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +;; AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +;; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +;; THE USE OR OTHER DEALINGS IN THE SOFTWARE. +;; + + ; This file defines macros for dealing with externally-visible ; symbols that must be mangled for some object file formats.