* dwarf2dbg.c (dwarf2_gen_line_info): Mirror the section symbol
[deliverable/binutils-gdb.git] / gas / config / obj-generic.h
index 6c89aef45671c9b649880db30e402331974aef32..dc18e4397034d13576227e6d9877aee4e8f33e92 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU General Public License
    along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /*
  * This file is obj-generic.h and is intended to be a template for
@@ -58,9 +58,6 @@ typedef void *object_headers;
 /* symbols have segments */
 #define S_GET_SEGMENT(s)       (SEG_UNKNOWN)
 #define S_SET_SEGMENT(s,v)     ;
-/* symbols have a value */
-#define S_GET_VALUE(s)         (0)
-#define S_SET_VALUE(s,v)       ;
 /* symbols may be external */
 #define S_IS_EXTERNAL(s)       (0)
 #define S_SET_EXTERNAL(s)      ;
This page took 0.023352 seconds and 4 git commands to generate.