mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge branch 'fix-6258' of ssh://github.com/theotherjimmy/mbed into theotherjimmy-fix-6258
						commit
						ec07e25430
					
				| 
						 | 
				
			
			@ -142,7 +142,10 @@ class _GccParser(_Parser):
 | 
			
		|||
                return join('[lib]', test_re_obj_name.group(2),
 | 
			
		||||
                            test_re_obj_name.group(3))
 | 
			
		||||
            else:
 | 
			
		||||
                print("Unknown object name found in GCC map file: %s" % line)
 | 
			
		||||
                if (not line.startswith("LONG") and
 | 
			
		||||
                    not line.startswith("linker stubs")):
 | 
			
		||||
                    print("Unknown object name found in GCC map file: %s"
 | 
			
		||||
                          % line)
 | 
			
		||||
                return '[misc]'
 | 
			
		||||
 | 
			
		||||
    def parse_section(self, line):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue