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

Unified Diff: bfd/cpu-lm32.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-ia64-opc.c ('k') | bfd/cpu-m68k.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/cpu-lm32.c
diff --git a/bfd/cpu-lm32.c b/bfd/cpu-lm32.c
index 5222a914a51b68c4dd2fb0580ca6ae5ad2bd03d0..d0fd93ac0aa3cacd530d853d67805c46ec71716d 100644
--- a/bfd/cpu-lm32.c
+++ b/bfd/cpu-lm32.c
@@ -23,12 +23,12 @@
#include "bfd.h"
#include "libbfd.h"
-const bfd_arch_info_type bfd_lm32_arch =
+const bfd_arch_info_type bfd_lm32_arch =
{
32, /* Bits in word. */
32, /* Bits in address. */
8, /* Bits in byte. */
- bfd_arch_lm32, /* Enum bfd_architecture. */
+ bfd_arch_lm32, /* Enum bfd_architecture. */
bfd_mach_lm32, /* Machine number. */
"lm32", /* Architecture name. */
"lm32", /* Printable name. */
« no previous file with comments | « bfd/cpu-ia64-opc.c ('k') | bfd/cpu-m68k.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698