gdb_vecs.h: Avoid self move assign
[deliverable/binutils-gdb.git] / gas / as.h
index 96b551eded36cac858093bc2ff7fc0c678125207..d996697bed8784260a8f5400ac0c72254e4d0387 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -226,7 +226,7 @@ COMMON subsegT now_subseg;
 /* Segment our instructions emit to.  */
 COMMON segT now_seg;
 
-#define segment_name(SEG)      bfd_get_section_name (stdoutput, SEG)
+#define segment_name(SEG)      bfd_section_name (SEG)
 
 extern segT reg_section, expr_section;
 /* Shouldn't these be eliminated someday?  */
@@ -484,6 +484,7 @@ char * app_push (void);
 #define MAX_LITTLENUMS 6
 
 char * atof_ieee (char *, int, LITTLENUM_TYPE *);
+char * atof_ieee_detail (char *, int, int, LITTLENUM_TYPE *, FLONUM_TYPE *);
 const char * ieee_md_atof (int, char *, int *, bfd_boolean);
 const char * vax_md_atof (int, char *, int *);
 char * input_scrub_include_file (const char *, char *);
This page took 0.029072 seconds and 4 git commands to generate.