diff for duplicates of <1470935674.3551.118.camel@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 9579aaf..2b7b867 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -53,17 +53,3 @@ Leaving in .rodata and SECTION_RODATA, I got: 8447: e020a7cc 0 NOTYPE LOCAL DEFAULT 7 _fw_ti_3410_fw_name 11063: e023d688 0 OBJECT GLOBAL DEFAULT 13 builtin_fw__end 15867: e023d688 0 OBJECT WEAK DEFAULT 13 builtin_fw - -From the above addresses, the _fw symbols are in .rodata and the builtin_fw symbols -are in .const. - -Changing the Makefile to use .rodata and SECTION_TBL_RO, I see: - - 8445: e0239688 0 NOTYPE LOCAL DEFAULT 13 _fw_ti_3410_fw_bin - 8446: e023cc4d 0 NOTYPE LOCAL DEFAULT 13 _fw_end - 8447: e023cc50 0 NOTYPE LOCAL DEFAULT 13 _fw_ti_3410_fw_name - 11063: e0239688 0 OBJECT GLOBAL DEFAULT 13 builtin_fw__end - 15867: e0239688 0 OBJECT WEAK DEFAULT 13 builtin_fw - -which has everything in .const as it should be. But still builtin_fw and -builtin_fw__end are at same address which seems wrong. diff --git a/a/content_digest b/N1/content_digest index 1661028..a1193f0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -75,20 +75,6 @@ "\302\240 8446: e01d75c5\302\240\302\240\302\240\302\240\302\2400 NOTYPE\302\240\302\240LOCAL\302\240\302\240DEFAULT\302\240\302\240\302\240\302\2407 _fw_end\n" "\302\240 8447: e020a7cc\302\240\302\240\302\240\302\240\302\2400 NOTYPE\302\240\302\240LOCAL\302\240\302\240DEFAULT\302\240\302\240\302\240\302\2407 _fw_ti_3410_fw_name\n" "\302\24011063: e023d688\302\240\302\240\302\240\302\240\302\2400 OBJECT\302\240\302\240GLOBAL DEFAULT\302\240\302\240\302\24013 builtin_fw__end\n" - "\302\24015867: e023d688\302\240\302\240\302\240\302\240\302\2400 OBJECT\302\240\302\240WEAK\302\240\302\240\302\240DEFAULT\302\240\302\240\302\24013 builtin_fw\n" - "\n" - "From the above addresses, the _fw symbols are in .rodata and the builtin_fw symbols\n" - "are in .const.\n" - "\n" - "Changing the Makefile to use .rodata and SECTION_TBL_RO, I see:\n" - "\n" - "\302\240 8445: e0239688\302\240\302\240\302\240\302\240\302\2400 NOTYPE\302\240\302\240LOCAL\302\240\302\240DEFAULT\302\240\302\240\302\24013 _fw_ti_3410_fw_bin\n" - "\302\240 8446: e023cc4d\302\240\302\240\302\240\302\240\302\2400 NOTYPE\302\240\302\240LOCAL\302\240\302\240DEFAULT\302\240\302\240\302\24013 _fw_end\n" - "\302\240 8447: e023cc50\302\240\302\240\302\240\302\240\302\2400 NOTYPE\302\240\302\240LOCAL\302\240\302\240DEFAULT\302\240\302\240\302\24013 _fw_ti_3410_fw_name\n" - "\302\24011063: e0239688\302\240\302\240\302\240\302\240\302\2400 OBJECT\302\240\302\240GLOBAL DEFAULT\302\240\302\240\302\24013 builtin_fw__end\n" - "\302\24015867: e0239688\302\240\302\240\302\240\302\240\302\2400 OBJECT\302\240\302\240WEAK\302\240\302\240\302\240DEFAULT\302\240\302\240\302\24013 builtin_fw\n" - "\n" - "which has everything in .const as it should be. But still builtin_fw and\n" - builtin_fw__end are at same address which seems wrong. + "\302\24015867: e023d688\302\240\302\240\302\240\302\240\302\2400 OBJECT\302\240\302\240WEAK\302\240\302\240\302\240DEFAULT\302\240\302\240\302\24013 builtin_fw" -8abb57625046cbb02009e0ddc2b8435822886786f19176035397fc4e0a587172 +0b224fa328d2c316c3e4267ce042723296edd83ed3e8ca7228bf8e219f190b32
diff --git a/a/1.txt b/N2/1.txt index 9579aaf..2139038 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -54,7 +54,7 @@ Leaving in .rodata and SECTION_RODATA, I got: 11063: e023d688 0 OBJECT GLOBAL DEFAULT 13 builtin_fw__end 15867: e023d688 0 OBJECT WEAK DEFAULT 13 builtin_fw -From the above addresses, the _fw symbols are in .rodata and the builtin_fw symbols +>From the above addresses, the _fw symbols are in .rodata and the builtin_fw symbols are in .const. Changing the Makefile to use .rodata and SECTION_TBL_RO, I see: diff --git a/a/content_digest b/N2/content_digest index 1661028..f5bd73d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -77,7 +77,7 @@ "\302\24011063: e023d688\302\240\302\240\302\240\302\240\302\2400 OBJECT\302\240\302\240GLOBAL DEFAULT\302\240\302\240\302\24013 builtin_fw__end\n" "\302\24015867: e023d688\302\240\302\240\302\240\302\240\302\2400 OBJECT\302\240\302\240WEAK\302\240\302\240\302\240DEFAULT\302\240\302\240\302\24013 builtin_fw\n" "\n" - "From the above addresses, the _fw symbols are in .rodata and the builtin_fw symbols\n" + ">From the above addresses, the _fw symbols are in .rodata and the builtin_fw symbols\n" "are in .const.\n" "\n" "Changing the Makefile to use .rodata and SECTION_TBL_RO, I see:\n" @@ -91,4 +91,4 @@ "which has everything in .const as it should be. But still builtin_fw and\n" builtin_fw__end are at same address which seems wrong. -8abb57625046cbb02009e0ddc2b8435822886786f19176035397fc4e0a587172 +59fef536aa49618561915ee9bce5c10cc99c01d58d98478c064ea544f3ac4598
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.