Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: bfd/cpu-arm.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bfd/cpu-aarch64.c ('k') | bfd/cpu-avr.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/cpu-arm.c
diff --git a/bfd/cpu-arm.c b/bfd/cpu-arm.c
index 21a8d0f03324bda9f436075497f68592982075ed..4f183364e062967e920be45f061768d67f617afb 100644
--- a/bfd/cpu-arm.c
+++ b/bfd/cpu-arm.c
@@ -252,10 +252,10 @@ arm_check_note (bfd *abfd,
return FALSE;
}
else
- {
+ {
if (namesz != ((strlen (expected_name) + 1 + 3) & ~3))
return FALSE;
-
+
if (strcmp (descr, expected_name) != 0)
return FALSE;
« no previous file with comments | « bfd/cpu-aarch64.c ('k') | bfd/cpu-avr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698