* dwarf2.c (read_attribute): Support DW_FORM_ref8.
[deliverable/binutils-gdb.git] / gprof / utils.c
index a0e69b13b68ab2042d1b60583292460f09241673..e1f031d5e8ddf2fb18732dac0198ae2a810d2900 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1983 Regents of the University of California.
+ * Copyright (c) 1983, 1998 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
@@ -90,7 +90,7 @@ DEFUN (print_name, (self), Sym * self)
 
   if (self->cg.cyc.num != 0)
     {
-      printf (" <cycle %d>", self->cg.cyc.num);
+      printf (_(" <cycle %d>"), self->cg.cyc.num);
     }
   if (self->cg.index != 0)
     {
This page took 0.023199 seconds and 4 git commands to generate.