[PATCH 3/6] messages.c: constify argument to as_internal_value_out_of_range ()
tbsaunde+binutils@tbsaunde.org
tbsaunde+binutils@tbsaunde.org
Wed Feb 17 03:54:00 GMT 2016
More information about the Binutils mailing list
Wed Feb 17 03:54:00 GMT 2016
- Previous message (by thread): [PATCH 0/6] misc constification of strings
- Next message (by thread): [PATCH 2/6] listing.c: misc constification of strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Trevor Saunders <tbsaunde@tbsaunde.org> gas/ChangeLog: 2016-02-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * messages.c (as_internal_value_out_of_range): Make type of prefix const char *. --- gas/messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/messages.c b/gas/messages.c index f161dc3..bf2370d 100644 --- a/gas/messages.c +++ b/gas/messages.c @@ -342,7 +342,7 @@ sprint_value (char *buf, valueT val) #define HEX_MIN_THRESHOLD -(HEX_MAX_THRESHOLD) static void -as_internal_value_out_of_range (char * prefix, +as_internal_value_out_of_range (const char * prefix, offsetT val, offsetT min, offsetT max, -- 2.7.0
- Previous message (by thread): [PATCH 0/6] misc constification of strings
- Next message (by thread): [PATCH 2/6] listing.c: misc constification of strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list