* config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
[deliverable/binutils-gdb.git] / gdb / valprint.h
index e45f48de321a38e6043a5b0b8eaf55d912aadfff..fb3e859c2db04f5ed796c1717b759663646df863 100644 (file)
@@ -16,7 +16,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 
 extern int prettyprint_arrays; /* Controls pretty printing of arrays.  */
@@ -37,7 +37,8 @@ extern int stop_print_at_null;  /* Stop printing at null char? */
 
 extern void
 val_print_array_elements PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *,
-                                 int, int, int, enum val_prettyprint, int));
+                                 int, int, int, enum val_prettyprint,
+                                 unsigned int));
 
 extern void
 val_print_type_code_int PARAMS ((struct type *, char *, GDB_FILE *));
This page took 0.02364 seconds and 4 git commands to generate.